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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepConfigInfo.cpp26 REP_HOST_INFO *CurItem = other_hosts; local
27 while (CurItem->next != NULL)
29 REP_HOST_INFO *TmpItem = CurItem;
30 free(CurItem);
31 CurItem = TmpItem;
33 free(CurItem);

Completed in 143 milliseconds