Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A D__handles.c612 connection -> protection_level = TS_LEVEL3; in __alloc_dbc()
618 connection -> protection_level = TS_LEVEL3; in __alloc_dbc()
621 connection -> protection_level = TS_LEVEL3; in __alloc_dbc()
650 if ( level == TS_LEVEL3 ) in dbc_change_thread_support()
660 else if ( old_level == TS_LEVEL3 ) in dbc_change_thread_support()
1636 if ( connection -> protection_level == TS_LEVEL3 ) in thread_protect()
1649 if ( statement -> connection -> protection_level == TS_LEVEL3 ) in thread_protect()
1665 if ( descriptor -> connection -> protection_level == TS_LEVEL3 ) in thread_protect()
1695 if ( connection -> protection_level == TS_LEVEL3 ) in thread_release()
1708 if ( statement -> connection -> protection_level == TS_LEVEL3 ) in thread_release()
[all …]
H A Ddrivermanager.h507 #define TS_LEVEL3 3 /* protection on a environment level */ macro