Searched refs:listPtr (Results 1 – 1 of 1) sorted by relevance
582 list_item_t *tmpPtr, *listPtr = *listPtrPtr; in list_free() local583 while (listPtr) { in list_free()584 tmpPtr = listPtr; in list_free()585 listPtr = listPtr->nextPtr; in list_free()