|
doc
|
Functions | |
| int | csync_dbtree_closedir (CSYNC *ctx, csync_vio_method_handle_t *dhandle) |
| csync_vio_method_handle_t * | csync_dbtree_opendir (CSYNC *ctx, const char *name) |
| csync_vio_file_stat_t * | csync_dbtree_readdir (CSYNC *ctx, csync_vio_method_handle_t *dhandle) |
| int csync_dbtree_closedir | ( | CSYNC * | ctx, |
| csync_vio_method_handle_t * | dhandle | ||
| ) |
| csync_vio_method_handle_t* csync_dbtree_opendir | ( | CSYNC * | ctx, |
| const char * | name | ||
| ) |
Open a directory based on the statedb.
This function reads the list of files within a directory from statedb and builds up a list in memory.
| ctx | The csync context. |
| name | The directory name. |
| csync_vio_file_stat_t* csync_dbtree_readdir | ( | CSYNC * | ctx, |
| csync_vio_method_handle_t * | dhandle | ||
| ) |
1.8.8