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

  /src/external/bsd/openldap/dist/libraries/libldap/
abandon.c 145 } else if ( (lr = ldap_tavl_find( ld->ld_requests, &needle, ldap_req_cmp )) != NULL ) {
190 lr = ldap_tavl_find( ld->ld_requests, &needle, ldap_req_cmp );
request.c 413 rc = ldap_tavl_insert( &ld->ld_requests, lr, ldap_req_cmp, ldap_avl_dup_error );
1002 ldap_req_cmp( const void *l, const void *r ) function
1015 removed = ldap_tavl_delete( &ld->ld_requests, lr, ldap_req_cmp );
1676 lr = ldap_tavl_find( ld->ld_requests, &needle, ldap_req_cmp );
1699 lr = ldap_tavl_find( ld->ld_requests, lrx, ldap_req_cmp );
open.c 592 rc = ldap_tavl_insert( &ld->ld_requests, lr, ldap_req_cmp, ldap_avl_dup_error );
ldap-int.h 807 LDAP_F (int) ldap_req_cmp( const void *l, const void *r );

Completed in 79 milliseconds