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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dhstmt.c161 STMT_t FAR *tpstmt; local
171 for (tpstmt = (STMT_t FAR *) pdbc->hstmt;
172 tpstmt != NULL;
173 tpstmt = tpstmt->next)
175 if (tpstmt == pstmt)
181 if (tpstmt->next == pstmt)
183 tpstmt->next = pstmt->next;
188 if (tpstmt == NULL)
206 STMT_t FAR *tpstmt; local
[all...]
H A Dinfo.c264 STMT_t FAR *tpstmt; local
356 for (tpstmt = (STMT_t FAR *) (pdbc->hstmt);
357 tpstmt != NULL;
358 tpstmt = tpstmt->next)
360 if (tpstmt == pstmt)
366 if (tpstmt == NULL)

Completed in 61 milliseconds