Home
last modified time | relevance | path

Searched refs:NULLSEARCHOBJ (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dsrchpref.c118 *solistp = prevso = NULLSEARCHOBJ; in ldap_init_searchprefs_buf()
133 version )) == 0 && so != NULLSEARCHOBJ ) { in ldap_init_searchprefs_buf()
134 if ( prevso == NULLSEARCHOBJ ) { in ldap_init_searchprefs_buf()
239 return( so == NULLSEARCHOBJ ? so : so->so_next ); in ldap_next_searchobj()
/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Dsrchpref.h104 #define NULLSEARCHOBJ ((struct ldap_searchobj *)0) macro
/titanic_41/usr/src/cmd/ldap/common/
H A Dtmpltest.c68 for ( sop = ldap_first_searchobj( so ); sop != NULLSEARCHOBJ; in main()
/titanic_41/usr/src/head/
H A Dldap.h1073 #define NULLSEARCHOBJ ((struct ldap_searchobj *)0) macro