Home
last modified time | relevance | path

Searched refs:hndlintr (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/freetds-devel/freetds-dev.1.3.7/src/dblib/
H A Ddbutil.c199 if (dbproc->chkintr == NULL || dbproc->hndlintr == NULL) in _dblib_check_and_handle_interrupt()
202 …UNC, "_dblib_check_and_handle_interrupt %p [%p, %p]\n", dbproc, dbproc->chkintr, dbproc->hndlintr); in _dblib_check_and_handle_interrupt()
205 switch (ret = dbproc->hndlintr(dbproc)) { in _dblib_check_and_handle_interrupt()
H A Ddblib.c1252 dbproc->hndlintr = NULL; in tdsdbopen()
4631 dbsetinterrupt(DBPROCESS * dbproc, DB_DBCHKINTR_FUNC chkintr, DB_DBHNDLINTR_FUNC hndlintr) in dbsetinterrupt() argument
4633 tdsdump_log(TDS_DBG_FUNC, "dbsetinterrupt(%p, %p, %p)\n", dbproc, chkintr, hndlintr); in dbsetinterrupt()
4637 dbproc->hndlintr = hndlintr; in dbsetinterrupt()
/dports/databases/freetds/freetds-1.3.4/src/dblib/
H A Ddbutil.c199 if (dbproc->chkintr == NULL || dbproc->hndlintr == NULL) in _dblib_check_and_handle_interrupt()
202 …UNC, "_dblib_check_and_handle_interrupt %p [%p, %p]\n", dbproc, dbproc->chkintr, dbproc->hndlintr); in _dblib_check_and_handle_interrupt()
205 switch (ret = dbproc->hndlintr(dbproc)) { in _dblib_check_and_handle_interrupt()
H A Ddblib.c1252 dbproc->hndlintr = NULL; in tdsdbopen()
4631 dbsetinterrupt(DBPROCESS * dbproc, DB_DBCHKINTR_FUNC chkintr, DB_DBHNDLINTR_FUNC hndlintr) in dbsetinterrupt() argument
4633 tdsdump_log(TDS_DBG_FUNC, "dbsetinterrupt(%p, %p, %p)\n", dbproc, chkintr, hndlintr); in dbsetinterrupt()
4637 dbproc->hndlintr = hndlintr; in dbsetinterrupt()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/dblib/
H A Ddbutil.c198 if (dbproc->chkintr == NULL || dbproc->hndlintr == NULL) in _dblib_check_and_handle_interrupt()
201 …UNC, "_dblib_check_and_handle_interrupt %p [%p, %p]\n", dbproc, dbproc->chkintr, dbproc->hndlintr); in _dblib_check_and_handle_interrupt()
204 switch (ret = dbproc->hndlintr(dbproc)) { in _dblib_check_and_handle_interrupt()
H A Ddblib.c1247 dbproc->hndlintr = NULL; in tdsdbopen()
4539 dbsetinterrupt(DBPROCESS * dbproc, DB_DBCHKINTR_FUNC chkintr, DB_DBHNDLINTR_FUNC hndlintr) in dbsetinterrupt() argument
4541 tdsdump_log(TDS_DBG_FUNC, "dbsetinterrupt(%p, %p, %p)\n", dbproc, chkintr, hndlintr); in dbsetinterrupt()
4545 dbproc->hndlintr = hndlintr; in dbsetinterrupt()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/dblib/
H A Ddbutil.c200 if (dbproc->chkintr == NULL || dbproc->hndlintr == NULL) in _dblib_check_and_handle_interrupt()
203 …UNC, "_dblib_check_and_handle_interrupt %p [%p, %p]\n", dbproc, dbproc->chkintr, dbproc->hndlintr); in _dblib_check_and_handle_interrupt()
206 switch (ret = dbproc->hndlintr(dbproc)) { in _dblib_check_and_handle_interrupt()
H A Ddblib.c1222 dbproc->hndlintr = NULL; in tdsdbopen()
4478 dbsetinterrupt(DBPROCESS * dbproc, DB_DBCHKINTR_FUNC chkintr, DB_DBHNDLINTR_FUNC hndlintr) in dbsetinterrupt() argument
4480 tdsdump_log(TDS_DBG_FUNC, "dbsetinterrupt(%p, %p, %p)\n", dbproc, chkintr, hndlintr); in dbsetinterrupt()
4484 dbproc->hndlintr = hndlintr; in dbsetinterrupt()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/dblib/unittests/
H A Dtimeout.c21 int hndlintr(DBPROCESS * dbproc);
89 hndlintr(DBPROCESS * dbproc) in hndlintr() function
165 (DB_DBHNDLINTR_FUNC)hndlintr); in main()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/dblib/unittests/
H A Dtimeout.c16 static int hndlintr(DBPROCESS * dbproc);
84 hndlintr(DBPROCESS * dbproc) in hndlintr() function
205 dbsetinterrupt(dbproc, (void*)chkintr, (void*)hndlintr); in test()
/dports/databases/freetds/freetds-1.3.4/src/dblib/unittests/
H A Dtimeout.c16 static int hndlintr(DBPROCESS * dbproc);
84 hndlintr(DBPROCESS * dbproc) in hndlintr() function
205 dbsetinterrupt(dbproc, (void*)chkintr, (void*)hndlintr); in test()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/dblib/unittests/
H A Dtimeout.c18 static int hndlintr(DBPROCESS * dbproc);
86 hndlintr(DBPROCESS * dbproc) in hndlintr() function
205 (DB_DBHNDLINTR_FUNC)hndlintr); in test()
/dports/databases/freetds/freetds-1.3.4/include/
H A Ddblib.h151 DB_DBHNDLINTR_FUNC hndlintr; member
H A Dsybdb.h891 void dbsetinterrupt(DBPROCESS * dbproc, DB_DBCHKINTR_FUNC chkintr, DB_DBHNDLINTR_FUNC hndlintr);
/dports/databases/freetds-devel/freetds-dev.1.3.7/include/
H A Ddblib.h151 DB_DBHNDLINTR_FUNC hndlintr; member
H A Dsybdb.h891 void dbsetinterrupt(DBPROCESS * dbproc, DB_DBCHKINTR_FUNC chkintr, DB_DBHNDLINTR_FUNC hndlintr);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/ftds95/freetds/
H A Ddblib.h154 DB_DBHNDLINTR_FUNC hndlintr; member
H A Dsybdb.h887 void dbsetinterrupt(DBPROCESS * dbproc, DB_DBCHKINTR_FUNC chkintr, DB_DBHNDLINTR_FUNC hndlintr);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/ftds100/freetds/
H A Ddblib.h149 DB_DBHNDLINTR_FUNC hndlintr; member
H A Dsybdb.h896 void dbsetinterrupt(DBPROCESS * dbproc, DB_DBCHKINTR_FUNC chkintr, DB_DBHNDLINTR_FUNC hndlintr);
/dports/databases/py-pymssql/pymssql-2.1.4/freetds0.95/nix_32/include/
H A Dsybdb.h879 void dbsetinterrupt(DBPROCESS * dbproc, DB_DBCHKINTR_FUNC chkintr, DB_DBHNDLINTR_FUNC hndlintr);
/dports/databases/py-pymssql/pymssql-2.1.4/freetds0.95/nix_64/include/
H A Dsybdb.h879 void dbsetinterrupt(DBPROCESS * dbproc, DB_DBCHKINTR_FUNC chkintr, DB_DBHNDLINTR_FUNC hndlintr);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/
H A DNEWS300 - removed chkintr and hndlintr (use longquery_*)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/
H A DNEWS273 - removed chkintr and hndlintr (use longquery_*)
/dports/databases/freetds/freetds-1.3.4/
H A DNEWS.md446 - removed chkintr and hndlintr (use longquery_*)

12