Searched refs:use_mt_conn (Results 1 – 3 of 3) sorted by relevance
111 boolean_t use_mt_conn; /* using/used an MT connection ? */ member
1427 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()
705 if (conn_user->use_mt_conn == B_TRUE) { in write_state_machine()