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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.h37 extern int hash_alloc_insert(hash_t *, const void *, void *);
H A Ddircache.c478 if (hash_alloc_insert(dircache, dir, dir) == 0) {
484 if (hash_alloc_insert(index_didname, dir, dir) == 0) {
H A Dhash.c624 int hash_alloc_insert(hash_t *hash, const void *key, void *data) function
1020 if (!hash_alloc_insert(h, key, val)) {
1021 puts("hash_alloc_insert failed");

Completed in 157 milliseconds