HomeSort by: relevance | last modified time | path
    Searched defs:ltp_free (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
tpool.c 107 void *ltp_free; member in struct:ldap_int_thread_poolq_s
261 LDAP_FREE(pool->ltp_wqs[i]->ltp_free);
267 pool->ltp_wqs[i]->ltp_free = ptr;
279 LDAP_FREE(pool->ltp_wqs[i]->ltp_free);
603 pq->ltp_free = ptr;
943 if (pq->ltp_free) {
944 LDAP_FREE(pq->ltp_free);
1097 LDAP_FREE(pq->ltp_free);
1098 pq->ltp_free = NULL;

Completed in 52 milliseconds