Home
last modified time | relevance | path

Searched refs:auto_ipd (Results 1 – 15 of 15) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLConnect.c1809 DO_ATTR( connection, auto_ipd, SQL_ATTR_AUTO_IPD, 0 ); in __connect_part_one()
3409 connection -> auto_ipd = ptr -> connection.auto_ipd; in search_for_pool()
3520 ptr -> connection.auto_ipd = connection -> auto_ipd; in return_to_pool()
H A DSQLGetConnectAttrW.c456 *((SQLINTEGER*)value) = connection -> auto_ipd; in SQLGetConnectAttrW()
H A DSQLGetConnectAttr.c512 *((SQLINTEGER*)value) = connection -> auto_ipd; in SQLGetConnectAttr()
H A DSQLSetConnectAttr.c614 connection -> auto_ipd = ( SQLLEN ) value; in SQLSetConnectAttr()
H A DSQLSetConnectAttrW.c550 connection -> auto_ipd = ( SQLLEN ) value; in SQLSetConnectAttrW()
H A DSQLAllocHandle.c456 connection -> auto_ipd = 0; in __SQLAllocHandle()
H A Ddrivermanager.h350 int auto_ipd; member
/dports/databases/freetds/freetds-1.3.4/include/freetds/
H A Dodbc.h249 SQLUINTEGER auto_ipd; member
/dports/databases/freetds-devel/freetds-dev.1.3.7/include/freetds/
H A Dodbc.h249 SQLUINTEGER auto_ipd; member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/ftds100/freetds/freetds/
H A Dodbc.h256 SQLUINTEGER auto_ipd; member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/ftds95/freetds/freetds/
H A Dodbc.h323 SQLUINTEGER auto_ipd; member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/
H A Dodbc.c1562 dbc->attr.auto_ipd = SQL_FALSE; in _SQLAllocConnect()
1736 stmt->attr.enable_auto_ipd = dbc->attr.auto_ipd = SQL_FALSE; in _SQLAllocStmt()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/
H A Dodbc.c1582 dbc->attr.auto_ipd = SQL_FALSE; in _SQLAllocConnect()
1758 stmt->attr.enable_auto_ipd = dbc->attr.auto_ipd = SQL_FALSE; in _SQLAllocStmt()
/dports/databases/freetds/freetds-1.3.4/src/odbc/
H A Dodbc.c1582 dbc->attr.auto_ipd = SQL_FALSE; in _SQLAllocConnect()
1758 stmt->attr.enable_auto_ipd = dbc->attr.auto_ipd = SQL_FALSE; in _SQLAllocStmt()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/
H A Dodbc.c1565 dbc->attr.auto_ipd = SQL_FALSE; in _SQLAllocConnect()
1742 stmt->attr.enable_auto_ipd = dbc->attr.auto_ipd = SQL_FALSE; in _SQLAllocStmt()