Home
last modified time | relevance | path

Searched refs:use_mt_conn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h111 boolean_t use_mt_conn; /* using/used an MT connection ? */ member
H A Dns_connmgmt.c1427 cu->use_mt_conn = B_TRUE; in __s_api_conn_mt_get()
1489 cu->use_mt_conn = B_FALSE; in __s_api_conn_mt_get()
1597 if (cu == NULL || cu->use_mt_conn == B_FALSE) in __s_api_conn_mt_return()
1709 if (cu == NULL || cu->use_mt_conn == B_FALSE) in __s_api_conn_mt_remove()
1754 if (cu->conn_mt == NULL || cu->use_mt_conn == B_FALSE) in __s_api_check_libldap_MT_conn_support()
1870 if (cu == NULL || cu->use_mt_conn == B_FALSE) in __s_api_conn_mt_close()
H A Dns_writes.c705 if (conn_user->use_mt_conn == B_TRUE) { in write_state_machine()