#include <string.h>#include <stdlib.h>#include <time.h>#include <pthread.h>
Go to the source code of this file.
Classes | |
| struct | XrdFfsDentnames |
Functions | |
| void | XrdFfsDent_names_del (struct XrdFfsDentnames **p) |
| void | XrdFfsDent_names_add (struct XrdFfsDentnames **p, char *name) |
| void | XrdFfsDent_names_join (struct XrdFfsDentnames **p, struct XrdFfsDentnames **n) |
| int | XrdFfsDent_names_extract (struct XrdFfsDentnames **p, char ***dnarray) |
| void | XrdFfsDent_cache_init () |
| void | XrdFfsDent_cache_destroy () |
| int | XrdFfsDent_cache_fill (char *dname, char ***dnarray, int nents) |
| int | XrdFfsDent_cache_search (char *dname, char *dentname) |
| void XrdFfsDent_cache_destroy | ( | ) |
| int XrdFfsDent_cache_fill | ( | char * | dname, | |
| char *** | dnarray, | |||
| int | nents | |||
| ) |
| void XrdFfsDent_cache_init | ( | ) |
| int XrdFfsDent_cache_search | ( | char * | dname, | |
| char * | dentname | |||
| ) |
| void XrdFfsDent_names_add | ( | struct XrdFfsDentnames ** | p, | |
| char * | name | |||
| ) |
| void XrdFfsDent_names_del | ( | struct XrdFfsDentnames ** | p | ) |
| int XrdFfsDent_names_extract | ( | struct XrdFfsDentnames ** | p, | |
| char *** | dnarray | |||
| ) |
| void XrdFfsDent_names_join | ( | struct XrdFfsDentnames ** | p, | |
| struct XrdFfsDentnames ** | n | |||
| ) |
1.6.1