HomeSort by: relevance | last modified time | path
    Searched refs:lr_refcnt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
request.c 972 (void *) lr, lr->lr_msgid, lr->lr_refcnt );
973 /* if lr_refcnt > 0, the request has been looked up
977 if ( lr->lr_refcnt > 0 ) {
978 assert( lr->lr_refcnt == 1 );
979 lr->lr_refcnt = -lr->lr_refcnt;
1678 /* lr_refcnt is only negative when we removed it from ld_requests
1680 assert( lr->lr_refcnt >= 0 );
1681 lr->lr_refcnt++;
1683 "msgid %d, lr %p lr->lr_refcnt = %d\n"
    [all...]
ldap-int.h 405 int lr_refcnt; /* count of references */ member in struct:ldapreq

Completed in 48 milliseconds