Searched refs:xhash (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c88 } xhash; typedef in typeref:struct:xhash_s
401 xhash *vhash, *ahash, *fdhash, *fnhash;
541 static xhash *hash_init(void)
543 xhash *newhash;
545 newhash = xzalloc(sizeof(xhash));
553 static void *hash_search(xhash *hash, const char *name)
567 static void hash_rebuild(xhash *hash)
595 static void *hash_find(xhash *hash, const char *name)
623 static void hash_remove(xhash *hash, const char *name)
691 static xhash *iamarra
[all...]

Completed in 98 milliseconds