Home
last modified time | relevance | path

Searched refs:TS_LEVEL2 (Results 1 – 2 of 2) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A D__handles.c1640 else if ( connection -> protection_level == TS_LEVEL2 || in thread_protect()
1653 else if ( statement -> connection -> protection_level == TS_LEVEL2 ) in thread_protect()
1669 if ( descriptor -> connection -> protection_level == TS_LEVEL2 ) in thread_protect()
1699 else if ( connection -> protection_level == TS_LEVEL2 || in thread_release()
1712 else if ( statement -> connection -> protection_level == TS_LEVEL2 ) in thread_release()
1728 else if ( descriptor -> connection -> protection_level == TS_LEVEL2 ) in thread_release()
H A Ddrivermanager.h506 #define TS_LEVEL2 2 /* protection on a connection level */ macro