#include <string.h>#include <stdlib.h>#include <unistd.h>#include <time.h>#include <errno.h>#include <stdio.h>#include <sqlite3.h>#include <fakedbfs/fdbfsregex.h>#include <fakedbfs/fdbfsconfig.h>#include <fakedbfs/fakedbfs.h>#include <fakedbfs/debug.h>Functions | |
| crawl_t * | fdbfs_crawler_new (fdbfs_t *f, int mlevels, int mlbd) |
| void | fdbfs_crawler_destroy (crawl_t *cr) |
| int | fdbfs_crawl_dir (crawl_t *cr, const char *dir) |
| int | fdbfs_crawl_go (crawl_t *cr, int flags, file_id_t *fid) |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
1.4.6