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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_hash.c313 CSChashEntryType const newEntryPtr
581 CSChashEntryType newEntryPtr = NULL; local
595 (void**)&newEntryPtr,
603 newEntryPtr->pred = NULL;
604 newEntryPtr->succ = NULL;
605 newEntryPtr->size = itemSize;
607 newEntryPtr->sig_lo = HASH_SIG;
608 newEntryPtr->sig_hi = HASH_SIG;
612 memLst, (void**)&newEntryPtr->data, itemPtr, itemSize, 0
614 if (newEntryPtr
[all...]

Completed in 155 milliseconds