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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Ditrace.h52 HPROC hproc;\
54 hproc = _iodbcdm_gettrproc(stm, procid, TRACE_TYPE_APP2DM);\
56 if( hproc )\
57 hproc plist;\
67 HPROC hproc;\
69 hproc = _iodbcdm_gettrproc(stm, procid, TRACE_TYPE_DM2DRV);\
71 if( hproc )\
72 hproc plist;\
81 HPROC hproc;\
83 hproc
[all...]
H A Dhstmt.c48 HPROC hproc = SQL_NULL_HPROC; local
110 hproc = _iodbcdm_getproc (hdbc, en_AllocHandle);
112 if (hproc)
114 CALL_DRIVER (pstmt->hdbc, hdbc, retcode, hproc, en_AllocHandle,
121 hproc = _iodbcdm_getproc (hdbc, en_AllocStmt);
123 if (hproc == SQL_NULL_HPROC)
132 CALL_DRIVER (hdbc, retcode, hproc, en_AllocStmt,
209 HPROC hproc = SQL_NULL_HPROC; local
241 hproc = SQL_NULL_HPROC;
246 hproc
336 HPROC hproc; local
443 HPROC hproc; local
512 HPROC hproc; local
[all...]
H A Dresult.c51 HPROC hproc = SQL_NULL_HPROC; local
102 hproc = _iodbcdm_getproc (pstmt->hdbc, en_BindCol);
104 if (hproc == SQL_NULL_HPROC)
111 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_BindCol,
126 HPROC hproc; local
159 hproc = _iodbcdm_getproc (pstmt->hdbc, en_GetCursorName);
161 if (hproc == SQL_NULL_HPROC)
168 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_GetCursorName,
181 HPROC hproc; local
200 hproc
222 HPROC hproc; local
315 HPROC hproc; local
424 HPROC hproc; local
[all...]
H A Dcatalog.c150 HPROC hproc = SQL_NULL_HPROC; local
181 hproc = _iodbcdm_getproc (pstmt->hdbc, en_GetTypeInfo);
183 if (hproc == SQL_NULL_HPROC)
201 CALL_DRIVER ( pstmt->hdbc, retcode, hproc, en_GetTypeInfo,
222 HPROC hproc = SQL_NULL_HPROC; local
268 hproc = _iodbcdm_getproc (pstmt->hdbc, en_SpecialColumns);
270 if (hproc == SQL_NULL_HPROC)
288 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_SpecialColumns, (
317 HPROC hproc = SQL_NULL_HPROC; local
355 hproc
404 HPROC hproc = SQL_NULL_HPROC; local
480 HPROC hproc = SQL_NULL_HPROC; local
556 HPROC hproc = SQL_NULL_HPROC; local
636 HPROC hproc = SQL_NULL_HPROC; local
716 HPROC hproc = SQL_NULL_HPROC; local
789 HPROC hproc = SQL_NULL_HPROC; local
863 HPROC hproc = SQL_NULL_HPROC; local
935 HPROC hproc = SQL_NULL_HPROC; local
[all...]
H A Dconnect.c71 HPROC hproc; local
166 hproc = _iodbcdm_getproc (hdbc, en_AllocHandle);
168 if (hproc)
170 CALL_DRIVER (hdbc, retcode, hproc, en_AllocHandle,
176 hproc = _iodbcdm_getproc (hdbc, en_AllocEnv);
178 if (hproc == SQL_NULL_HPROC)
184 CALL_DRIVER (hdbc, retcode, hproc,
220 hproc = _iodbcdm_getproc (hdbc, en_AllocHandle);
222 if (hproc)
224 CALL_DRIVER (hdbc, retcode, hproc, en_AllocHandl
309 HPROC hproc; local
435 HPROC hproc; local
631 HPROC hproc; local
761 HPROC hproc; local
971 HPROC hproc; local
1104 HPROC hproc; local
1193 HPROC hproc; local
[all...]
H A Dfetch.c45 HPROC hproc = SQL_NULL_HPROC; local
77 hproc = _iodbcdm_getproc (pstmt->hdbc, en_Fetch);
79 if (hproc == SQL_NULL_HPROC)
86 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_Fetch,
158 HPROC hproc = SQL_NULL_HPROC; local
203 hproc = _iodbcdm_getproc (pstmt->hdbc, en_ExtendedFetch);
205 if (hproc == SQL_NULL_HPROC)
212 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_ExtendedFetch,
273 HPROC hproc; local
363 hproc
416 HPROC hproc; local
547 HPROC hproc; local
[all...]
H A Dprepare.c51 HPROC hproc = SQL_NULL_HPROC; local
108 hproc = _iodbcdm_getproc (pstmt->hdbc, en_Prepare);
110 if (hproc == SQL_NULL_HPROC)
116 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_Prepare,
176 HPROC hproc = SQL_NULL_HPROC; local
234 hproc = _iodbcdm_getproc (pstmt->hdbc, en_SetCursorName);
236 if (hproc == SQL_NULL_HPROC)
243 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_SetCursorName,
269 HPROC hproc = SQL_NULL_HPROC; local
357 hproc
381 HPROC hproc; local
427 HPROC hproc; local
[all...]
H A Dexecute.c71 HPROC hproc = SQL_NULL_HPROC; local
133 hproc = _iodbcdm_getproc (pstmt->hdbc, en_Execute);
135 if (hproc == SQL_NULL_HPROC)
148 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_Execute,
231 HPROC hproc = SQL_NULL_HPROC; local
290 hproc = _iodbcdm_getproc (pstmt->hdbc, en_ExecDirect);
292 if (hproc == SQL_NULL_HPROC)
299 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_ExecDirect,
360 HPROC hproc; local
395 hproc
476 HPROC hproc; local
615 HPROC hproc; local
695 HPROC hproc; local
[all...]
H A Dinfo.c265 HPROC hproc; local
396 hproc = _iodbcdm_getproc (hdbc, en_GetInfo);
398 if (hproc == SQL_NULL_HPROC)
405 CALL_DRIVER (hdbc, retcode, hproc, en_GetInfo,
447 HPROC hproc; local
475 hproc = _iodbcdm_getproc (hdbc, en_GetFunctions);
477 if (hproc != SQL_NULL_HPROC)
479 CALL_DRIVER (hdbc, retcode, hproc, en_GetFunctions,
492 hproc = _iodbcdm_getproc (hdbc, fFunc);
494 if (hproc
[all...]
H A Dhdbc.c181 HPROC hproc = SQL_NULL_HPROC; local
398 hproc = _iodbcdm_getproc (hdbc, en_SetConnectOption);
400 if (hproc == SQL_NULL_HPROC)
407 CALL_DRIVER (hdbc, retcode, hproc, en_SetConnectOption,
515 HPROC hproc = SQL_NULL_HPROC; local
592 hproc = _iodbcdm_getproc (hdbc, en_GetConnectOption);
594 if (hproc == SQL_NULL_HPROC)
601 CALL_DRIVER (hdbc, retcode, hproc, en_GetConnectOption,
641 HPROC hproc; local
673 hproc
[all...]
H A Dherr.c199 HPROC hproc = SQL_NULL_HPROC; local
216 hproc = _iodbcdm_getproc (thdbc, en_Error);
228 hproc = _iodbcdm_getproc (thdbc, en_Error);
270 if (hproc == SQL_NULL_HPROC)
277 CALL_DRIVER (thdbc, retcode, hproc, en_Error,

Completed in 106 milliseconds