Searched defs:attrsonly (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/librewrite/
H A Dxmap.c371 int attrsonly = 0; local
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dsearch.c61 ldap_search_ext( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit, int *msgidp ) argument
79 ldap_pvt_search( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit, int deref, int *msgidp ) argument
142 ldap_search_ext_s( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit, LDAPMessage **res ) argument
160 ldap_pvt_search_s( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit, int deref, LDAPMessage **res ) argument
254 ldap_build_search_req( LDAP *ld, LDAP_CONST char *base, ber_int_t scope, LDAP_CONST char *filter, char **attrs, ber_int_t attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, ber_int_t timelimit, ber_int_t sizelimit, ber_int_t deref, ber_int_t *idp) argument
401 ldap_search_st( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, struct timeval *timeout, LDAPMessage **res ) argument
427 ldap_search_s( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPMessage **res ) argument
[all...]
H A Dtest.c287 int bound, all, scope, attrsonly; local
/netbsd-current/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c684 slapi_search_internal_set_pb( Slapi_PBlock *pb, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **controls, const char *uniqueid, Slapi_ComponentId *plugin_identity, int operation_flags ) argument
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dresult.c1036 int attrsonly; local
H A Dsyncrepl.c511 int attrsonly; local
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c99 static int attrsonly; variable
1679 dosearch( LDAP *ld, char *base, int scope, char *filtpatt, char *value, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit ) argument
1935 print_entry( LDAP *ld, LDAPMessage *entry, int attrsonly) argument
[all...]

Completed in 220 milliseconds