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.c983 if (cm->opened_for == NS_CONN_USER_WRITE) { in add_cm2cmg()
1238 if ((*cm)->opened_for == NS_CONN_USER_WRITE || in check_and_close_conn()
1305 if (cm->opened_for == NS_CONN_USER_WRITE && in match_conn_mt()
1324 if (cm->opened_for == NS_CONN_USER_SEARCH || in match_conn_mt()
1325 cm->opened_for == NS_CONN_USER_GETENT) in match_conn_mt()
1330 if (cm->opened_for == NS_CONN_USER_WRITE) in match_conn_mt()
1522 cn->opened_for = cu->type; in __s_api_conn_mt_get()
1568 cm->opened_for = cu->type; in __s_api_conn_mt_add()
2141 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