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

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPMessage.cpp 23 msgType=ldap_msgtype(msg);
36 switch(ldap_msgtype(msg)){
  /src/external/bsd/openldap/lib/libldap/
Makefile 98 ldap_result.3 ldap_msgtype.3 \
  /src/external/bsd/openldap/dist/tests/progs/
slapd-auth.c 238 switch ( ldap_msgtype( msg )) {
slapd-bind.c 416 switch ( ldap_msgtype( msg ) ) {
  /src/external/bsd/openldap/dist/libraries/libldap/
ldap_sync.c 793 switch ( ldap_msgtype( msg ) ) {
896 switch ( ldap_msgtype( msg ) ) {
result.c 1327 ldap_msgtype( LDAPMessage *lm ) function
request.c 660 (void *) ld, ldap_msgtype( res ), msgid );
  /src/external/bsd/openldap/dist/clients/tools/
ldapmodify.c 695 msgtype = ldap_msgtype( res );
ldapsearch.c 1813 switch( ldap_msgtype( msg ) ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
meta_result.c 772 switch(ldap_msgtype(msg)) {
1538 rc = ldap_msgtype( msg );
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 626 if ( msg && ldap_msgtype( msg ) == LDAP_RES_SEARCH_ENTRY ) {
1385 switch( ldap_msgtype( msg ) ) {
1989 (unsigned long)ldap_msgtype( msg ) );
3080 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_ENTRY ) {
3083 si->si_ridtxt, ldap_msgtype( msg ) );
3417 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_ENTRY ) {
3420 si->si_ridtxt, ldap_msgtype( msg ) );
3636 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_ENTRY ) {
3639 si->si_ridtxt, ldap_msgtype( msg ) );
  /src/external/bsd/openldap/dist/include/
ldap.h 1890 ldap_msgtype LDAP_P((
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
search.c 1227 rc = ldap_msgtype( msg );

Completed in 54 milliseconds