Home
last modified time | relevance | path

Searched refs:typesonly (Results 1 – 6 of 6) sorted by relevance

/openbsd/regress/lib/libutil/ber/
H A Dber_test.c592 int typesonly = 0; in test_ber_printf_elements_ldap_search() local
612 basedn, scope, deref, sizelimit, timelimit, typesonly, filter); in test_ber_printf_elements_ldap_search()
/openbsd/usr.bin/ldap/
H A Daldap.c252 char **attrs, int typesonly, int sizelimit, int timelimit, in aldap_search() argument
271 timelimit, typesonly); in aldap_search()
812 aldap_search_url(struct aldap *ldap, char *url, int typesonly, int sizelimit, in aldap_search_url() argument
824 typesonly, sizelimit, timelimit, page) == -1) in aldap_search_url()
/openbsd/libexec/login_ldap/
H A Daldap.c252 char **attrs, int typesonly, int sizelimit, int timelimit, in aldap_search() argument
271 timelimit, typesonly); in aldap_search()
812 aldap_search_url(struct aldap *ldap, char *url, int typesonly, int sizelimit, in aldap_search_url() argument
824 typesonly, sizelimit, timelimit, page) == -1) in aldap_search_url()
/openbsd/usr.sbin/ypldap/
H A Daldap.c288 char **attrs, int typesonly, int sizelimit, int timelimit, in aldap_search() argument
307 timelimit, typesonly); in aldap_search()
848 aldap_search_url(struct aldap *ldap, char *url, int typesonly, int sizelimit, in aldap_search_url() argument
860 typesonly, sizelimit, timelimit, page) == -1) in aldap_search_url()
/openbsd/usr.sbin/ldapd/
H A Dldapd.h189 int typesonly; /* not implemented */ member
H A Dsearch.c879 &search->typesonly, in ldap_search()