Lines Matching refs:cachenode_t
6194 } cachenode_t; typedef
6198 static cachenode_t *names[HASHSIZE];
6199 static cachenode_t *groups[HASHSIZE];
6200 static cachenode_t *uids[HASHSIZE];
6201 static cachenode_t *gids[HASHSIZE];
6217 static cachenode_t *
6218 hash_lookup_byval(cachenode_t *table[], int val) in hash_lookup_byval()
6221 cachenode_t *c; in hash_lookup_byval()
6230 static cachenode_t *
6231 hash_lookup_byname(cachenode_t *table[], char *name) in hash_lookup_byname()
6234 cachenode_t *c; in hash_lookup_byname()
6243 static cachenode_t *
6244 hash_insert(cachenode_t *table[], char *name, int value) in hash_insert()
6246 cachenode_t *c; in hash_insert()
6249 c = calloc(1, sizeof (cachenode_t)); in hash_insert()
6271 cachenode_t *c; in getname()
6283 cachenode_t *c; in getgroup()
6295 cachenode_t *c; in getuidbyname()
6307 cachenode_t *c; in getgidbyname()