Searched refs:use_mt_conn (Results 1 – 3 of 3) sorted by relevance
112 boolean_t use_mt_conn; /* using/used an MT connection ? */ member
1418 cu->use_mt_conn = B_TRUE; in __s_api_conn_mt_get()1480 cu->use_mt_conn = B_FALSE; in __s_api_conn_mt_get()1588 if (cu == NULL || cu->use_mt_conn == B_FALSE) in __s_api_conn_mt_return()1697 if (cu == NULL || cu->use_mt_conn == B_FALSE) in __s_api_conn_mt_remove()1742 if (cu->conn_mt == NULL || cu->use_mt_conn == B_FALSE) in __s_api_check_libldap_MT_conn_support()1858 if (cu == NULL || cu->use_mt_conn == B_FALSE) in __s_api_conn_mt_close()
705 if (conn_user->use_mt_conn == B_TRUE) { in write_state_machine()