Lines Matching defs:scope
48 static int nsldapi_search( LDAP *ld, const char *base, int scope,
62 static int nsldapi_search_s( LDAP *ld, const char *base, int scope,
73 * scope the search scope - one of LDAP_SCOPE_BASE,
90 int scope,
100 if ( ldap_search_ext( ld, base, scope, filter, attrs, attrsonly, NULL,
118 int scope,
140 return( nsldapi_search( ld, base, scope, filter, attrs, attrsonly,
154 int scope,
183 if ( msgidp == NULL || ( scope != LDAP_SCOPE_BASE
184 && scope != LDAP_SCOPE_ONELEVEL && scope != LDAP_SCOPE_SUBTREE )
198 } else if (( rc_key = ldap_memcache_createkey( ld, base, scope, filter,
208 base, scope, filter, attrs, attrsonly )) != 0 ) {
217 if (( rc = nsldapi_build_search_req( ld, base, scope, filter, attrs,
272 int scope,
292 * scope ENUMERATED {
333 ld->ld_cldapdn, LDAP_REQ_SEARCH, base, scope, ld->ld_deref,
338 LDAP_REQ_SEARCH, base, scope, ld->ld_deref,
911 int scope,
919 return( nsldapi_search_s( ld, base, scope, filter, attrs, attrsonly,
928 int scope,
935 return( nsldapi_search_s( ld, base, scope, filter, attrs, attrsonly,
943 int scope,
954 return( nsldapi_search_s( ld, base, scope, filter, attrs, attrsonly,
964 int scope,
992 if (( err = nsldapi_search( ld, base, scope, filter, attrs, attrsonly,