Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c974 if (cm->opened_for == NS_CONN_USER_WRITE) { in add_cm2cmg()
1228 if ((*cm)->opened_for == NS_CONN_USER_WRITE || in check_and_close_conn()
1295 if (cm->opened_for == NS_CONN_USER_WRITE && in match_conn_mt()
1314 if (cm->opened_for == NS_CONN_USER_SEARCH || in match_conn_mt()
1315 cm->opened_for == NS_CONN_USER_GETENT) in match_conn_mt()
1320 if (cm->opened_for == NS_CONN_USER_WRITE) in match_conn_mt()
1511 cn->opened_for = cu->type; in __s_api_conn_mt_get()
1557 cm->opened_for = cu->type; in __s_api_conn_mt_add()
2127 cm->conn != NULL && cm->opened_for != in proc_server_change()
H A Dns_connmgmt.h160 ns_conn_user_type_t opened_for; /* type of conn_user opened for */ member