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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h43 struct ns_conn_mgmt; /* connection management, forward definition */
105 struct ns_conn_mgmt *conn_mgmt; /* ref counted conn management */
155 struct ns_conn_mgmt *conn_mgmt; /* ref counted conn management */
184 * An ns_conn_mgmt (or connection management) represents the set of MT
192 * notice is received, it will detach itself and allow a new ns_conn_mgmt be
194 * by the detached ns_conn_mgmt. Both will be destroyed when all existing
198 * Note that there's always just one current ns_conn_mgmt. Its usage is
200 * the ns_conn_mgmt adds 1 to the count, any release of the ns_conn_mgmt
201 * decrement the count by 1. The ns_conn_mgmt ca
213 typedef struct ns_conn_mgmt { struct
[all...]

Completed in 46 milliseconds