Home
last modified time | relevance | path

Searched defs:newh (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Drax.c857 raxNode *newh = raxCompressNode(h,s+i,comprsize,&child); in raxGenericInsert() local
866 raxNode *newh = raxAddChild(h,s[i],&child,&new_parentlink); in raxGenericInsert() local
876 raxNode *newh = raxReallocForData(h,data); in raxGenericInsert() local
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_heap.c328 void *(*newh)(uintptr_t, int, void *); member