Home
last modified time | relevance | path

Searched refs:STATE_C1 (Results 1 – 4 of 4) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLTransact.c218 if ( connection -> state == STATE_C1 || in SQLTransact()
H A DSQLAllocHandle.c581 if ( connection -> state == STATE_C1 || in __SQLAllocHandle()
1172 if ( connection -> state == STATE_C1 || in __SQLAllocHandle()
H A DSQLEndTran.c424 if ( connection -> state == STATE_C1 || in SQLEndTran()
H A Ddrivermanager.h101 #define STATE_C1 1 macro