Lines Matching defs:scope
44 static int nsldapi_search( LDAP *ld, const char *base, int scope,
58 static int nsldapi_search_s( LDAP *ld, const char *base, int scope,
69 * scope the search scope - one of LDAP_SCOPE_BASE,
86 int scope,
96 if ( ldap_search_ext( ld, base, scope, filter, attrs, attrsonly, NULL,
114 int scope,
136 return( nsldapi_search( ld, base, scope, filter, attrs, attrsonly,
150 int scope,
179 if ( msgidp == NULL || ( scope != LDAP_SCOPE_BASE
180 && scope != LDAP_SCOPE_ONELEVEL && scope != LDAP_SCOPE_SUBTREE )
194 } else if (( rc_key = ldap_memcache_createkey( ld, base, scope, filter,
204 base, scope, filter, attrs, attrsonly )) != 0 ) {
213 if (( rc = nsldapi_build_search_req( ld, base, scope, filter, attrs,
268 int scope,
288 * scope ENUMERATED {
329 ld->ld_cldapdn, LDAP_REQ_SEARCH, base, scope, ld->ld_deref,
334 LDAP_REQ_SEARCH, base, scope, ld->ld_deref,
907 int scope,
915 return( nsldapi_search_s( ld, base, scope, filter, attrs, attrsonly,
924 int scope,
931 return( nsldapi_search_s( ld, base, scope, filter, attrs, attrsonly,
939 int scope,
950 return( nsldapi_search_s( ld, base, scope, filter, attrs, attrsonly,
960 int scope,
988 if (( err = nsldapi_search( ld, base, scope, filter, attrs, attrsonly,