Searched defs:ldap_search_ext (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | search.c | 96 if ( ldap_search_ext( ld, base, scope, filter, attrs, attrsonly, NULL, 111 ldap_search_ext( function 143 * Like ldap_search_ext() except an integer timelimit is passed instead of 165 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_search_ext\n", 0, 0, 0 );
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | search.c | 760 int ldap_search_ext(LDAP *ld, char *base, int scope, char *filter, function 834 if ((retcode = ldap_search_ext(ld, base, scope, filter, attrs,
|
Completed in 19 milliseconds