Home
last modified time | relevance | path

Searched refs:ldap_msgtype (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPMessage.cpp23 msgType=ldap_msgtype(msg); in LDAPMsg()
36 switch(ldap_msgtype(msg)){ in create()
/netbsd-src/external/bsd/openldap/dist/doc/man/man3/
H A Dldap_result.3.links2 ldap_msgtype.3
/netbsd-src/external/bsd/openldap/lib/libldap/
H A DMakefile98 ldap_result.3 ldap_msgtype.3 \
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dldap_sync.c793 switch ( ldap_msgtype( msg ) ) { in ldap_sync_init()
896 switch ( ldap_msgtype( msg ) ) { in ldap_sync_poll()
H A Dresult.c1256 ldap_msgtype( LDAPMessage *lm ) in ldap_msgtype() function
H A Drequest.c659 (void *) ld, ldap_msgtype( res ), msgid ); in ldap_new_connection()
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-auth.c238 switch ( ldap_msgtype( msg )) { in my_task()
H A Dslapd-bind.c416 switch ( ldap_msgtype( msg ) ) { in do_base()
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapmodify.c677 msgtype = ldap_msgtype( res ); in process_response()
H A Dldapsearch.c1808 switch( ldap_msgtype( msg ) ) { in dosearch()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c536 if ( msg && ldap_msgtype( msg ) == LDAP_RES_SEARCH_ENTRY ) { in ldap_sync_search()
1280 switch( ldap_msgtype( msg ) ) { in do_syncrep2()
1878 (unsigned long)ldap_msgtype( msg ) ); in do_syncrep2()
2917 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_ENTRY ) { in syncrepl_message_to_op()
2920 si->si_ridtxt, ldap_msgtype( msg ) ); in syncrepl_message_to_op()
3236 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_ENTRY ) { in syncrepl_message_to_entry()
3239 si->si_ridtxt, ldap_msgtype( msg ) ); in syncrepl_message_to_entry()
3455 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_ENTRY ) { in syncrepl_dirsync_message()
3458 si->si_ridtxt, ldap_msgtype( msg ) ); in syncrepl_dirsync_message()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dmeta_result.c770 switch(ldap_msgtype(msg)) { in asyncmeta_handle_search_msg()
1530 rc = ldap_msgtype( msg ); in asyncmeta_op_handle_result()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h1890 ldap_msgtype LDAP_P((
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dsearch.c1228 rc = ldap_msgtype( msg ); in meta_back_search()
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt2532 ldap_msgtype() returns the type of an LDAP message.
2546 int ldap_msgtype( LDAPMessage *res );
2611 ldap_msgtype() returns the type of the LDAP message it is passed as a
2810 The ldap_msgtype() function, described above, can be used to distinguish