|
Functions |
| int | fdbfs_field_append (char *name, const char *fmtname, fields_t **th, fields_t **tc, enum DataType type, void *value, size_t len) const |
| int | fdbfs_field_add_int (char *name, const char *fmtname, fields_t **th, fields_t **tc, int value) const |
| int | fdbfs_field_add_string (char *name, const char *fmtname, fields_t **th, fields_t **tc, char *value) const |
| int | fdbfs_field_add_image (char *name, const char *fmtname, fields_t **th, fields_t **tc, void *value, size_t sz) const |
| fields_t * | fdbfs_find_field_by_next (fields_t *h, fields_t *next) |
| | Searches for a field by its next member.
|
| int | fdbfs_fields_set_mime (char *mimetype, fields_t **th, fields_t **tc) const |
| fields_t * | fdbfs_find_field_by_name (fields_t *h, const char *name) |
| | Search for fields_t in a list by name.
|
| fields_t * | fdbfs_find_field_by_ehead (fields_t *h, struct EnumHead *e) |
| | Search for fields_t in a list by enumhead.
|
| fields_t * | fdbfs_find_field_by_ename (fields_t *h, const char *e) |
| | Search for fields_t in a list by enumhead name.
|