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

  /src/external/bsd/openldap/dist/libraries/libldap/
getentry.c 43 return chain->lm_msgtype == LDAP_RES_SEARCH_ENTRY
60 if( entry->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) {
77 if( chain->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) {
99 if ( entry->lm_msgtype != LDAP_RES_SEARCH_ENTRY ) {
references.c 41 return chain->lm_msgtype == LDAP_RES_SEARCH_REFERENCE
58 if( ref->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) {
75 if( chain->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) {
99 if( ref->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) {
result.c 187 lm->lm_msgid, ldap_int_msgtype2str( lm->lm_msgtype ) );
189 switch ( lm->lm_msgtype ) {
221 if ( tmp->lm_msgtype == LDAP_RES_SEARCH_ENTRY ||
222 tmp->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ||
223 tmp->lm_msgtype == LDAP_RES_INTERMEDIATE )
258 (void *)ld, lm->lm_msgid, (unsigned long)lm->lm_msgtype );
327 rc = (*result)->lm_msgtype;
436 rc = lm->lm_msgtype;
446 rc = lm->lm_msgtype;
1063 newmsg->lm_msgtype = tag
    [all...]
error.c 281 if ( lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY &&
282 lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE &&
283 lm->lm_msgtype != LDAP_RES_INTERMEDIATE )
291 switch ( lm->lm_msgtype ) {
345 if( lm->lm_msgtype == LDAP_RES_BIND ) {
352 } else if( lm->lm_msgtype == LDAP_RES_EXTENDED ) {
sort.c 110 if ( e->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) {
test.c 689 switch ( lm->lm_msgtype ) {
727 (unsigned long) lm->lm_msgtype );
756 if ( e->lm_msgtype == LDAP_RES_SEARCH_RESULT )
809 if ( res->lm_msgtype == LDAP_RES_SEARCH_RESULT
extended.c 209 if( res->lm_msgtype != LDAP_RES_EXTENDED ) {
333 if( res->lm_msgtype != LDAP_RES_INTERMEDIATE ) {
sasl.c 287 if( res->lm_msgtype != LDAP_RES_BIND ) {
request.c 949 lm->lm_msgid, (unsigned long)lm->lm_msgtype );
956 (unsigned long)l->lm_msgtype );
ldap-int.h 172 ber_tag_t lm_msgtype; /* the message type */ member in struct:ldapmsg
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 306 ULONG lm_msgtype;

Completed in 34 milliseconds