#include <string.h>#include <stdlib.h>#include <unistd.h>#include <time.h>#include <errno.h>#include <stdio.h>#include <float.h>#include <ctype.h>#include <sqlite3.h>#include <fakedbfs/fdbfsconfig.h>#include <fakedbfs/conf.h>#include <fakedbfs/fakedbfs.h>#include <fakedbfs/db.h>#include <fakedbfs/debug.h>Functions | |
| confnode_t * | fdbfs_conf_node_create (char *tag, confnode_t *parent, int leaf) const |
| confnode_t * | fdbfs_conf_search_mib (confnode_t *p, const char *mib) |
| Search for confnode_t in tree. | |
| void | fdbfs_conf_destroy_tree (confnode_t *t) |
| int | fdbfs_conf_read_from_db (fdbfs_t *f) |
| enum DataType | fdbfs_conf_get (fdbfs_t *f, const char *mib, union Data *data) |
| int | fdbfs_conf_set (fdbfs_t *f, const char *mib, enum DataType type, union Data data) |
| int | fdbfs_conf_init (fdbfs_t *f) |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
Search for confnode_t in tree.
|
|
||||||||||||||||||||
|
|
1.4.6