#include <string.h>#include <stdlib.h>#include <unistd.h>#include <stdio.h>#include <errno.h>#include <ctype.h>#include "dbspec.h"#include <fakedbfs/dbspecdata.h>#include <fakedbfs/lexdefines.h>#include <fakedbfs/fakedbfs.h>#include <fakedbfs/plugins.h>#include <fakedbfs/fields.h>Functions | |
| EnumSubElem * | fdbfs_free_enum_sub_elem (struct EnumSubElem *e, short int allsub) |
| Free an EnumSubElem object. | |
| void | fdbfs_free_enum_sub_elem_list (struct EnumSubElem *head, short int allsub) |
| Free list of EnumSubElems. | |
| EnumElem * | fdbfs_free_enum_elem (struct EnumElem *e) |
| Free EnumElem object. | |
| void | fdbfs_free_enum_elem_list (struct EnumElem *head) |
| Free list of EnumElems. | |
| EnumHead * | fdbfs_free_enum_head (struct EnumHead *e) |
| Free EnumHead object. | |
| void | fdbfs_free_enum_head_list (struct EnumHead *head) |
| Free list of EnumHeads. | |
| CatElem * | fdbfs_free_cat_elem (struct CatElem *e) |
| Free CatElem object. | |
| void | fdbfs_free_cat_elem_list (struct CatElem *head) |
| Free list of CatElems. | |
| CatalogueHead * | fdbfs_free_cat_head (struct CatalogueHead *e) |
| Free CatHead object. | |
| void | fdbfs_free_cat_head_list (struct CatalogueHead *head) |
| Free list of CatHeads. | |
| void | fdbfs_free_head_members (Heads *hd) |
| Free certain members of a Heads object. | |
| void | fdbfs_free_plugin_list (struct Plugin *h) |
| Destroy plugin list. | |
| void | fdbfs_estr_free (error_t *e) |
| fields_t * | fdbfs_free_field (fields_t *e) |
| Free fields_t object. | |
| void | fdbfs_free_field_list (fields_t *h) |
| Free list of fields_t's. | |
| char * | fdbfs_strdupq (char *s) const |
| void | fdbfs_free_answer_t (answer_t *e) |
| Free answer_t object. | |
| void | fdbfs_actcats_free (actcat_t *h) |
| Free list of actcat_t. | |
| char * | fdbfs_fstrdup (char *str) const |
|
|
Free list of actcat_t.
|
|
|
|
|
|
Free answer_t object.
|
|
|
Free CatElem object.
|
|
|
Free list of CatElems.
|
|
|
Free CatHead object.
|
|
|
Free list of CatHeads.
|
|
|
Free EnumElem object.
|
|
|
Free list of EnumElems.
|
|
|
Free EnumHead object.
|
|
|
Free list of EnumHeads.
|
|
||||||||||||
|
Free an EnumSubElem object.
|
|
||||||||||||
|
Free list of EnumSubElems.
|
|
|
Free fields_t object. If e->flags has the FIELDS_FLAG_MMAPED bit set, it will be munmap()ed, but only if HAVE_MMAP was defined at compile time.
|
|
|
Free list of fields_t's.
|
|
|
Free certain members of a Heads object. fdbfs_free_head_members() frees the lists specified by both hd->cathead and hd->enumhead.
|
|
|
Destroy plugin list.
|
|
|
|
|
|
|
1.4.6