Home
last modified time | relevance | path

Searched refs:packet_size_set (Results 1 – 7 of 7) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLGetConnectAttrW.c273 if ( connection -> packet_size_set ) in SQLGetConnectAttrW()
H A DSQLGetConnectAttr.c329 if ( connection -> packet_size_set ) in SQLGetConnectAttr()
H A DSQLSetConnectAttr.c635 connection -> packet_size_set = 1; in SQLSetConnectAttr()
H A DSQLSetConnectAttrW.c571 connection -> packet_size_set = 1; in SQLSetConnectAttrW()
H A DSQLConnect.c3416 connection -> packet_size_set = ptr -> connection.packet_size_set; in search_for_pool()
3527 ptr -> connection.packet_size_set = connection -> packet_size_set; in return_to_pool()
H A DSQLAllocHandle.c463 connection -> packet_size_set = 0; in __SQLAllocHandle()
H A Ddrivermanager.h357 int packet_size_set; member