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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h112 boolean_t use_mt_conn; /* using/used an MT connection ? */ member in struct:ns_conn_user
H A Dns_connmgmt.c1418 cu->use_mt_conn = B_TRUE;
1480 cu->use_mt_conn = B_FALSE;
1588 if (cu == NULL || cu->use_mt_conn == B_FALSE)
1697 if (cu == NULL || cu->use_mt_conn == B_FALSE)
1742 if (cu->conn_mt == NULL || cu->use_mt_conn == B_FALSE)
1858 if (cu == NULL || cu->use_mt_conn == B_FALSE)
H A Dns_writes.c705 if (conn_user->use_mt_conn == B_TRUE) {

Completed in 89 milliseconds