/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_structs.h | 86 int attrsonly; member in struct:__anon3623
|
H A D | ldap_op.c | 58 char *filter, char **attrs, int attrsonly, int isDN) { 119 ls->attrsonly = attrsonly; 1483 ls->attrsonly, ctrls, 0, &tv, 1507 ls->attrsonly, ctrls, 0, &tv, 1511 ls->filter, ls->attrs, ls->attrsonly, 1585 NIL(ls->filter), ls->attrs, ls->attrsonly, 57 buildLdapSearch(char *base, int scope, int numFilterComps, char **filterComp, char *filter, char **attrs, int attrsonly, int isDN) argument
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 317 char **attrs, int attrsonly, LDAPControl **serverctrls, 324 attrs, attrsonly, serverctrls, 331 char **attrs, int attrsonly, LDAPControl **serverctrls, 338 attrs, attrsonly, serverctrls, 345 char **attrs, int attrsonly) 349 return (ldap_search(ld, base, scope, filter, attrs, attrsonly)); 355 char **attrs, int attrsonly, LDAPMessage **res) 360 attrs, attrsonly, res)); 366 char **attrs, int attrsonly, 372 attrs, attrsonly, timeou 315 _ns_ldap_search_ext(char *service, int flags, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, int *msgidp) argument 329 _ns_ldap_search_ext_s(char *service, int flags, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, LDAPMessage **res) argument 343 _ns_ldap_search(char *service, int flags, char *base, int scope, char *filter, char **attrs, int attrsonly) argument 353 _ns_ldap_search_s(char *service, int flags, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPMessage **res) argument 364 _ns_ldap_search_st(char *service, int flags, char *base, int scope, char *filter, char **attrs, int attrsonly, struct timeval *timeout, LDAPMessage **res) argument [all...] |
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | search.c | 49 const char *filter, char **attrs, int attrsonly, 63 const char *filter, char **attrs, int attrsonly, 78 * attrsonly 1 => attributes only 0 => attributes and values 83 * attrs, attrsonly ); 93 int attrsonly 100 if ( ldap_search_ext( ld, base, scope, filter, attrs, attrsonly, NULL, 121 int attrsonly, 140 return( nsldapi_search( ld, base, scope, filter, attrs, attrsonly, 157 int attrsonly, 199 attrs, attrsonly, serverctrl 115 ldap_search_ext( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, int *msgidp ) argument 151 nsldapi_search( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, int timelimit, int sizelimit, int *msgidp ) argument 269 nsldapi_build_search_req( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, int timelimit, int sizelimit, int msgid, BerElement **berp ) argument 908 ldap_search_st( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, struct timeval *timeout, LDAPMessage **res ) argument 925 ldap_search_s( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPMessage **res ) argument 940 ldap_search_ext_s( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, LDAPMessage **res ) argument 961 nsldapi_search_s( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *localtimeoutp, int timelimit, int sizelimit, LDAPMessage **res ) argument [all...] |
H A D | ufn.c | 48 char *prefix, char **attrs, int attrsonly, 65 * attrsonly 1 => attributes only 0 => attributes and values 78 * error = ldap_ufn_search_ctx( ld, ufncomp, 3, NULL, attrs, attrsonly, 90 int attrsonly, 213 phase == 3 ? attrsonly : 1, &err )) != NULL ) 255 ldap_ufn_search_ct( LDAP *ld, char *ufn, char **attrs, int attrsonly, argument 282 attrsonly, res, cancelproc, cancelparm, tag1, tag2, tag3 ); 326 attrsonly, res, cancelproc, cancelparm, tag1, tag2, tag3 ); 349 ldap_ufn_search_c( LDAP *ld, char *ufn, char **attrs, int attrsonly, argument 352 return( ldap_ufn_search_ct( ld, ufn, attrs, attrsonly, re 84 ldap_ufn_search_ctx( LDAP *ld, char **ufncomp, int ncomp, char *prefix, char **attrs, int attrsonly, LDAPMessage **res, LDAP_CANCELPROC_CALLBACK *cancelproc, void *cancelparm, char *tag1, char *tag2, char *tag3 ) argument 361 ldap_ufn_search_s( LDAP *ld, char *ufn, char **attrs, int attrsonly, LDAPMessage **res ) argument [all...] |
H A D | url.c | 405 ldap_url_search( LDAP *ld, const char *url, int attrsonly ) 427 ludp->lud_filter, ludp->lud_attrs, attrsonly, NULL, NULL, 482 ldap_url_search_st( LDAP *ld, const char *url, int attrsonly, argument 501 if (( msgid = ldap_url_search( ld, url, attrsonly )) == -1 ) { 521 ldap_url_search_s( LDAP *ld, const char *url, int attrsonly, LDAPMessage **res ) argument 525 if (( msgid = ldap_url_search( ld, url, attrsonly )) == -1 ) {
|
H A D | memcache.c | 584 int attrsonly, LDAPControl **serverctrls, 620 sprintf(buf, "%i\n%i\n%i\n", defport, scope, (attrsonly ? 1 : 0)); 582 ldap_memcache_createkey(LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, unsigned long *keyp) argument
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 268 int bound, all, scope, attrsonly; local 696 "attrsonly (0=attrs&values, 1=attrs only)? " ); 697 attrsonly = atoi( line ); 704 attrsonly, &res, line ) != 0 ) { 730 if (( err = ldap_search_ext(ld, dn, scope, filter, types, attrsonly, NULL, NULL, 738 types, attrsonly )) == -1 ) { 763 "attrsonly (0=attrs&values, 1=attrs only)? " ); 764 attrsonly = atoi( line ); 768 attrsonly, &res, ldap_ufn_timeout, 772 attrsonly, [all...] |
H A D | ldapsearch.c | 45 int attrsonly, char *filtpatt, char *value); 51 static void print_entry( LDAP *ld, LDAPMessage *entry, int attrsonly ); 139 static int attrsonly, timelimit, sizelimit, server_sort, fold; variable 169 allow_binary = vals2tmp = attrsonly = 0; 293 rc = dosearch( ld, conv, scope, attrs, attrsonly, filtpattern, "" ); 341 rc = dosearch( ld, base, scope, attrs, attrsonly, filtpattern, 379 ++attrsonly; 603 dosearch( ld, base, scope, attrs, attrsonly, filtpatt, value ) 608 int attrsonly; 795 if ( ldap_search_ext( ld, base, scope, filterp, attrs, attrsonly, [all...] |
/illumos-gate/usr/src/lib/libadutils/common/ |
H A D | ldap_ping.c | 133 sizelimit = 0, timelimit = 0, attrsonly = 0; local 181 sizelimit, timelimit, attrsonly) < 0)
|