Home
last modified time | relevance | path

Searched refs:LDAP_RES_SEARCH_RESULT (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPMessage.h30 static const int SEARCH_DONE=LDAP_RES_SEARCH_RESULT;
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c695 case LDAP_RES_SEARCH_RESULT: in handle_result()
756 if ( e->lm_msgtype == LDAP_RES_SEARCH_RESULT ) in print_search_entry()
809 if ( res->lm_msgtype == LDAP_RES_SEARCH_RESULT in print_search_entry()
H A Dresult.c1012 if ( tag != LDAP_RES_SEARCH_RESULT ) { in try_read1msg()
1092 || ( newmsg->lm_msgtype != LDAP_RES_SEARCH_RESULT in try_read1msg()
1101 } else if ( newmsg->lm_msgtype == LDAP_RES_SEARCH_RESULT) { in try_read1msg()
1286 case LDAP_RES_SEARCH_RESULT: return "search-result"; in ldap_int_msgtype2str()
H A Dldap_sync.c802 case LDAP_RES_SEARCH_RESULT: in ldap_sync_init()
905 case LDAP_RES_SEARCH_RESULT: in ldap_sync_poll()
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Doperation.c52 tag = LDAP_RES_SEARCH_RESULT; in slap_req2res()
87 case LDAP_RES_SEARCH_RESULT: return "search result"; in lload_msgtype2str()
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-auth.c244 case LDAP_RES_SEARCH_RESULT: in my_task()
H A Dslapd-read.c349 case LDAP_RES_SEARCH_RESULT: in do_read()
H A Dslapd-search.c394 case LDAP_RES_SEARCH_RESULT: in do_search()
H A Dslapd-bind.c466 case LDAP_RES_SEARCH_RESULT: in do_base()
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c337 if (resultCode != LDAP_RES_SEARCH_RESULT &&
374 if (resultCode == LDAP_RES_SEARCH_RESULT || all)
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c1836 case LDAP_RES_SEARCH_RESULT: in dosearch()
1889 if ( tvp == NULL && rc != LDAP_RES_SEARCH_RESULT ) { in dosearch()
1924 if ( rc != LDAP_RES_SEARCH_RESULT ) { in dosearch()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dmeta_result.c903 case LDAP_RES_SEARCH_RESULT: in asyncmeta_handle_search_msg()
1602 case LDAP_RES_SEARCH_RESULT: in asyncmeta_op_handle_result()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d222 LDAP_RES_SEARCH_RESULT = 0x65,
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dresult.c152 tag = LDAP_RES_SEARCH_RESULT; in slap_req2res()
H A Dsyncrepl.c1528 case LDAP_RES_SEARCH_RESULT: in do_syncrep2()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h543 #define LDAP_RES_SEARCH_RESULT ((ber_tag_t) 0x65U) /* application + constructed */ macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dsearch.c1375 } else if ( rc == LDAP_RES_SEARCH_RESULT ) { in meta_back_search()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-ldap.c1518 case LDAP_RES_SEARCH_RESULT: in LDAP_seq()
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt2595 LDAP_RES_SEARCH_RESULT (0x65)