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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dhdbc.c122 DBC_t FAR *tpdbc; local
139 for (tpdbc = (DBC_t FAR *) genv->hdbc;
140 tpdbc != NULL;
141 tpdbc = tpdbc->next)
143 if (pdbc == tpdbc)
149 if (pdbc == tpdbc->next)
151 tpdbc->next = pdbc->next;

Completed in 34 milliseconds