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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_io.c223 S_listType* newListPtr; local
225 newListPtr = (S_listType*)CSC_MALLOC_FUNC (1, sizeof(S_listType));
227 if (newListPtr != NULL)
229 newListPtr->next = NULL;
230 newListPtr->count = 0;
231 memset (newListPtr->data, '\0', LINE_SIZE);
233 newListPtr->sig_lo = LIST_SIG;
234 newListPtr->sig_hi = LIST_SIG;
238 return (newListPtr);
249 S_listType* newListPtr local
[all...]
H A Dcsc_hash.c1409 CSChashEntryType* newListPtr = NULL; local
1433 newListPtr = &(hashTable->hash[hashVal]);
1436 *newListPtr,
1462 if (*newListPtr != NULL) ++(hashTable->collisions);
1463 (void)hashLinkAdd (newListPtr, newHEntry);

Completed in 109 milliseconds