Home
last modified time | relevance | path

Searched refs:NSLDAPI_VALID_LDAPMESSAGE_POINTER (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dmessage.c30 if ( !NSLDAPI_VALID_LDAPMESSAGE_POINTER( lm )) { in ldap_msgid()
41 if ( !NSLDAPI_VALID_LDAPMESSAGE_POINTER( lm )) { in ldap_msgtype()
H A Ddelete.c79 if ( !NSLDAPI_VALID_LDAPMESSAGE_POINTER( msgidp )) in ldap_delete_ext()
H A Dadd.c105 if ( !NSLDAPI_VALID_LDAPMESSAGE_POINTER( msgidp )) in ldap_add_ext()
H A Dmodify.c104 if ( !NSLDAPI_VALID_LDAPMESSAGE_POINTER( msgidp )) in ldap_modify_ext()
H A Derror.c496 !NSLDAPI_VALID_LDAPMESSAGE_POINTER( res )) { in ldap_parse_result()
H A Dldap-int.h621 #define NSLDAPI_VALID_LDAPMESSAGE_POINTER( lm ) \ macro