Lines Matching defs:scope
70 ldap_build_search_req(LDAP *ld, char *base, int scope, char *filter,
83 * scope ENUMERATED {
133 ld->ld_cldapdn, LDAP_REQ_SEARCH, base, scope, ld->ld_deref,
139 LDAP_REQ_SEARCH, base, scope, ld->ld_deref,
207 * scope the search scope - one of LDAP_SCOPE_BASE,
220 ldap_search(LDAP *ld, char *base, int scope, char *filter,
233 if ((ber = ldap_build_search_req(ld, base, scope, filter, attrs,
722 ldap_search_st(LDAP *ld, char *base, int scope, char *filter, char **attrs,
727 if ((msgid = ldap_search(ld, base, scope, filter, attrs, attrsonly))
744 ldap_search_s(LDAP *ld, char *base, int scope, char *filter, char **attrs,
749 if ((msgid = ldap_search(ld, base, scope, filter, attrs, attrsonly))
760 int ldap_search_ext(LDAP *ld, char *base, int scope, char *filter,
779 if ((ber = ldap_build_search_req(ld, base, scope, filter, attrs,
826 int ldap_search_ext_s(LDAP *ld, char *base, int scope, char *filter,
834 if ((retcode = ldap_search_ext(ld, base, scope, filter, attrs,