Searched defs:adh (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c475 adutils_host_t *adh; local
480 for (adh = host_head; adh != NULL; adh = adh->next) {
481 (void) pthread_mutex_lock(&adh->lock);
482 if (adh->ref == 0 && adh->idletime != 0 &&
483 adh->idletime + ADCONN_TIME < now) {
484 if (adh
582 open_conn(adutils_host_t *adh, int timeoutsecs) argument
672 adutils_host_t *adh = NULL; local
749 release_conn(adutils_host_t *adh) argument
966 adutils_host_t *adh = NULL; local
1007 msgid2query(adutils_host_t *adh, int msgid, adutils_query_state_t **state, int *qid) argument
1144 make_entry(adutils_q_t *q, adutils_host_t *adh, LDAPMessage *search_res, adutils_entry_t **entry) argument
1277 add_entry(adutils_host_t *adh, adutils_q_t *q, LDAPMessage *search_res) argument
1324 get_adobject_batch(adutils_host_t *adh, struct timeval *timeout) argument
[all...]

Completed in 23 milliseconds