#include "lcn_types.h"
#include "lcn_directory.h"
Go to the source code of this file.
Typedefs | |
typedef lcn_fieldinfos_t | lcn_fieldinfos_t |
Opaque structure representing a segment's fieldinfos file. | |
Functions | |
lcn_error_t * | lcn_fieldinfos_read (lcn_fieldinfos_t **fis, const lcn_directory_t *d, const lcn_char_t *s, apr_pool_t *pool) |
Return in fis an lcn_fieldinfos_t corresponding to segment s in directory d, allocated in pool. | |
lcn_fieldinfo_t * | lcn_fieldinfos_get_by_number (const lcn_fieldinfos_t *fis, int i) |
Return a pointer to the lcn_fieldinfo_t that corresponds to number i, or NULL if none exists. | |
lcn_fieldinfo_t * | lcn_fieldinfos_get_by_name (const lcn_fieldinfos_t *fis, const lcn_char_t *name) |
Return a pointer to the lcn_fieldinfo_t that corresponds to name, or NULL if none exists. | |
int | lcn_fieldinfos_get_count (const lcn_fieldinfos_t *fis) |
Return the number of fieldinfos within fis. |
Definition in file lcn_fieldinfos.h.