Searched refs:newh (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_heap.c | 328 void *(*newh)(uintptr_t, int, void *); member 341 void *(*newh)(uintptr_t, int, void *)) in dn_ht_init() 415 ht->newh = newh; in dn_ht_init() 478 p = ht->newh ? ht->newh(key, flags, arg) : (void *)key; in dn_ht_find()
|
| H A D | dn_heap.h | 172 void *(*newh)(uintptr_t, int, void *));
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.c | 857 raxNode *newh = raxCompressNode(h,s+i,comprsize,&child); in raxGenericInsert() local 858 if (newh == NULL) goto oom; in raxGenericInsert() 859 h = newh; in raxGenericInsert() 866 raxNode *newh = raxAddChild(h,s[i],&child,&new_parentlink); in raxGenericInsert() local 867 if (newh == NULL) goto oom; in raxGenericInsert() 868 h = newh; in raxGenericInsert() 876 raxNode *newh = raxReallocForData(h,data); in raxGenericInsert() local 877 if (newh == NULL) goto oom; in raxGenericInsert() 878 h = newh; in raxGenericInsert()
|