Searched refs:lm_msgtype (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dgetentry.c46 if (msg->lm_msgtype == LDAP_RES_SEARCH_ENTRY)
63 if (msg->lm_msgtype == LDAP_RES_SEARCH_ENTRY)
78 if (res->lm_msgtype == LDAP_RES_SEARCH_ENTRY)
H A Dgetref.c26 if (msg->lm_msgtype == LDAP_RES_SEARCH_REFERENCE)
42 if (msg->lm_msgtype == LDAP_RES_SEARCH_REFERENCE)
56 if (res->lm_msgtype == LDAP_RES_SEARCH_REFERENCE)
H A Dcache.c299 new->lm_msgtype = (int) msgtype;;
315 result->lm_msgid, result->lm_msgtype, 0 );
323 if ( result->lm_msgtype != LDAP_RES_SEARCH_ENTRY &&
324 result->lm_msgtype != LDAP_RES_SEARCH_RESULT &&
325 result->lm_msgtype != LDAP_RES_SEARCH_REFERENCE &&
326 result->lm_msgtype != LDAP_RES_COMPARE ) {
359 if ( result->lm_msgtype == LDAP_RES_SEARCH_RESULT ||
360 result->lm_msgtype == LDAP_RES_COMPARE ) {
368 ( result->lm_msgtype == LDAP_RES_COMPARE &&
446 m->lm_msgid, m->lm_msgtype,
[all...]
H A Dresult.c154 || (lm->lm_msgtype != LDAP_RES_SEARCH_RESULT
155 && lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY
156 && lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE) )
161 if ( tmp->lm_msgtype == LDAP_RES_SEARCH_RESULT )
219 rv = lm->lm_msgtype;
475 new->lm_msgtype = tag;
490 L_res->lm_msgtype = tag;
762 new->lm_msgtype = tag;
774 || (new->lm_msgtype != LDAP_RES_SEARCH_RESULT
775 && new->lm_msgtype !
[all...]
H A Dcldap.c501 ldm->lm_msgtype = tag;
562 ldm->lm_msgid, ldm->lm_msgtype );
H A Drequest.c574 lm->lm_msgid, lm->lm_msgtype );
580 l->lm_msgid, l->lm_msgtype );
H A Dufn.c183 tmpcand->lm_msgtype != LDAP_RES_SEARCH_RESULT;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetentry.c48 if ( chain->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) {
66 if ( entry->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) {
85 if ( chain->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) {
H A Dreferral.c44 if ( res->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) {
61 if ( ref->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) {
81 if ( res->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) {
H A Dcache.c74 m->lm_msgid, m->lm_msgtype, 0 );
75 if ( m->lm_msgtype != LDAP_RES_SEARCH_ENTRY ||
161 rc = (ld->ld_cache_add)( ld, -1, m->lm_msgtype, dn, mods );
H A Dmessage.c45 return( lm->lm_msgtype );
H A Dresult.c132 rc = (*result)->lm_msgtype;
195 || (lm->lm_msgtype != LDAP_RES_SEARCH_RESULT
196 && lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE
197 && lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY) )
201 if ( tmp->lm_msgtype == LDAP_RES_SEARCH_RESULT )
265 lm->lm_msgid, lm->lm_msgtype, 0 );
455 rc = (*result)->lm_msgtype;
705 new->lm_msgtype = tag;
719 if ( new->lm_msgtype == LDAP_RES_SEARCH_RESULT ) {
727 || (new->lm_msgtype !
[all...]
H A Derror.c502 if ( lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY &&
503 lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) {
514 err = nsldapi_parse_result( ld, lm->lm_msgtype, lm->lm_ber, &errcode,
533 if ( lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY &&
534 lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) {
H A Dldap-int.h158 int lm_msgtype; /* the message type */ member in struct:ldapmsg
622 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_SEARCH_ENTRY )
625 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_SEARCH_REFERENCE )
628 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_BIND )
631 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_EXTENDED )
H A Dufn.c171 tmpcand->lm_msgtype != LDAP_RES_SEARCH_RESULT;
H A Drequest.c717 lm->lm_msgid, lm->lm_msgtype );
724 l->lm_msgid, l->lm_msgtype );
H A Dmemcache.c1618 if (!NSLDAPI_IS_SEARCH_ENTRY( pMsg->lm_msgtype ))
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c1017 switch ( lm->lm_msgtype ) {
1064 printf( "Unknown result type 0x%x\n", lm->lm_msgtype );
1115 if ( e->lm_msgtype == LDAP_RES_SEARCH_RESULT )
1126 if ( e->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ){
1169 if ( res->lm_msgtype == LDAP_RES_SEARCH_RESULT
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h118 int lm_msgtype; /* the message type */ member in struct:ldapmsg

Completed in 60 milliseconds