Data Fields | |
const char * | glob |
GNUNET_FileNameCallback | cb |
void * | cls |
int | nres |
Number of files that actually matched the glob pattern. More... | |
const char* GlobClosure::glob |
Definition at line 937 of file disk.c.
Referenced by glob_cb(), and GNUNET_DISK_glob().
GNUNET_FileNameCallback GlobClosure::cb |
int GlobClosure::nres |
Number of files that actually matched the glob pattern.
Definition at line 944 of file disk.c.
Referenced by glob_cb(), and GNUNET_DISK_glob().