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

  /src/external/bsd/openldap/dist/libraries/libldap/
result.c 751 if ( lr->lr_status != LDAP_REQST_COMPLETED ) {
801 lr->lr_status = LDAP_REQST_COMPLETED;
813 lr->lr_status = LDAP_REQST_COMPLETED;
846 lr->lr_status = LDAP_REQST_COMPLETED;
903 lr->lr_status = LDAP_REQST_COMPLETED; /* declare this request done */
925 if ( tmplr->lr_status == LDAP_REQST_COMPLETED ) {
930 if ( tmplr->lr_status != LDAP_REQST_COMPLETED ) break;
request.c 936 ( lr->lr_status == LDAP_REQST_COMPLETED ) ? "RequestCompleted"
1677 if ( lr != NULL && lr->lr_status != LDAP_REQST_COMPLETED ) {
ldap-int.h 400 #define LDAP_REQST_COMPLETED 0

Completed in 19 milliseconds