Data Fields | |
| const char * | glob | 
| GNUNET_FileNameCallback | cb | 
| void * | cls | 
| int | nres | 
| Number of files that actually matched the glob pattern.   | |
| const char* GlobClosure::glob | 
Definition at line 970 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 977 of file disk.c.
Referenced by glob_cb(), and GNUNET_DISK_glob().