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

/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/
H A Derror.c101 if (SQLError (henv, hdbc, SQL_NULL_HSTMT, sqlstate,
108 if (SQLError (henv, SQL_NULL_HDBC, SQL_NULL_HSTMT,
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/
H A Dhstmt.h159 ((x) != SQL_NULL_HSTMT && \
H A Dhstmt.c139 *phstmt = SQL_NULL_HSTMT;
152 *phstmt = SQL_NULL_HSTMT;
194 *phstmt = SQL_NULL_HSTMT;
230 *phstmt = SQL_NULL_HSTMT;
243 *phstmt = SQL_NULL_HSTMT;
H A Dherr.c268 HSTMT dhstmt = SQL_NULL_HSTMT;
1032 HandleType == SQL_HANDLE_STMT ? dhandle : SQL_NULL_HSTMT,
1659 nHandleType == SQL_HANDLE_STMT ? dhandle : SQL_NULL_HSTMT,
1707 nHandleType == SQL_HANDLE_STMT ? dhandle : SQL_NULL_HSTMT,
1743 nHandleType == SQL_HANDLE_STMT ? dhandle : SQL_NULL_HSTMT,
1757 nHandleType == SQL_HANDLE_STMT ? dhandle : SQL_NULL_HSTMT,
H A Dconnect.c506 pdbc_src->hstmt = SQL_NULL_HSTMT;
674 HSTMT hstmt = SQL_NULL_HSTMT;
713 if (hstmt != SQL_NULL_HSTMT)
1468 pdbc->hstmt = SQL_NULL_HSTMT;
H A Dhdbc.c211 pdbc->hstmt = SQL_NULL_HSTMT;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dadd.c66 SQLHSTMT asth = SQL_NULL_HSTMT;
140 SQLHSTMT sth = SQL_NULL_HSTMT;
422 SQLHSTMT sth = SQL_NULL_HSTMT;
581 SQLHSTMT sth = SQL_NULL_HSTMT;
737 SQLHSTMT sth = SQL_NULL_HSTMT;
908 SQLHSTMT sth = SQL_NULL_HSTMT;
1462 if ( sth != SQL_NULL_HSTMT ) {
H A Ddelete.c90 SQLHSTMT sth = SQL_NULL_HSTMT;
406 SQLHSTMT sth = SQL_NULL_HSTMT;
584 if ( sth != SQL_NULL_HSTMT ) {
H A Dmodrdn.c37 SQLHSTMT sth = SQL_NULL_HSTMT;
471 if ( sth != SQL_NULL_HSTMT ) {
H A Dentry-id.c121 SQLHSTMT sth = SQL_NULL_HSTMT;
373 if ( sth != SQL_NULL_HSTMT ) {
392 SQLHSTMT sth = SQL_NULL_HSTMT;
512 SQLHSTMT sth = SQL_NULL_HSTMT;
H A Dschema-map.c503 SQLHSTMT sth = SQL_NULL_HSTMT;
H A Dsearch.c1653 SQLHSTMT sth = SQL_NULL_HSTMT;
/macosx-10.9.5/iodbc-42.5/iodbc/samples/
H A Diodbctest.c526 sts = SQLError (henv, hdbc, SQL_NULL_HSTMT, sqlstate, &native_error,
552 sts SQLError (henv, SQL_NULL_HDBC, SQL_NULL_HSTMT, sqlstate,
/macosx-10.9.5/iodbc-42.5/iodbc/include/
H A Dsql.h211 #define SQL_NULL_HSTMT 0 macro
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Ddsnchooser.c446 henv, SQL_NULL_HDBC, SQL_NULL_HSTMT);
458 _iodbcdm_nativeerrorbox (choose_t->mainwnd, henv, hdbc, SQL_NULL_HSTMT);
478 _iodbcdm_nativeerrorbox (choose_t->mainwnd, henv, hdbc, SQL_NULL_HSTMT);

Completed in 281 milliseconds