Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c982 if (cm->opened_for == NS_CONN_USER_WRITE) { in add_cm2cmg()
1237 if ((*cm)->opened_for == NS_CONN_USER_WRITE || in check_and_close_conn()
1304 if (cm->opened_for == NS_CONN_USER_WRITE && in match_conn_mt()
1323 if (cm->opened_for == NS_CONN_USER_SEARCH || in match_conn_mt()
1324 cm->opened_for == NS_CONN_USER_GETENT) in match_conn_mt()
1329 if (cm->opened_for == NS_CONN_USER_WRITE) in match_conn_mt()
1520 cn->opened_for = cu->type; in __s_api_conn_mt_get()
1566 cm->opened_for = cu->type; in __s_api_conn_mt_add()
2139 cm->conn != NULL && cm->opened_for != in proc_server_change()
H A Dns_connmgmt.h159 ns_conn_user_type_t opened_for; /* type of conn_user opened for */ member