/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_structs.h | 86 int attrsonly; member in struct:__anon1977
|
H A D | ldap_op.c | 57 char *filter, char **attrs, int attrsonly, int isDN) { 118 ls->attrsonly = attrsonly; 1484 ls->attrsonly, ctrls, 0, &tv, 1508 ls->attrsonly, ctrls, 0, &tv, 1512 ls->filter, ls->attrs, ls->attrsonly, 1586 NIL(ls->filter), ls->attrs, ls->attrsonly, 56 buildLdapSearch(char *base, int scope, int numFilterComps, char **filterComp, char *filter, char **attrs, int attrsonly, int isDN) argument
|
/osnet-11/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...] |
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | cldap.c | 245 int attrsonly, LDAPMessage **res, char *logdn ) 275 attrsonly )) == -1 ) { 244 cldap_search_s( LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPMessage **res, char *logdn ) argument
|
H A D | referral.c | 324 int ver, scope, deref, sizelimit, timelimit, attrsonly; local 445 if (ber_scanf(&tmpber, "iiiib", &scope, &deref, &sizelimit, &timelimit, &attrsonly) == LBER_DEFAULT){ 451 deref, sizelimit, timelimit, attrsonly) == -1) {
|
H A D | ufn.c | 58 char *prefix, char **attrs, int attrsonly, LDAPMessage **res, 83 * attrsonly 1 => attributes only 0 => attributes and values 96 * error = ldap_ufn_search_ctx( ld, ufncomp, 3, NULL, attrs, attrsonly, 103 char **attrs, int attrsonly, LDAPMessage **res, cancelptype cancelproc, 228 phase == 3 ? attrsonly : 1, &err )) != NULL ) 278 ldap_ufn_search_ct( LDAP *ld, char *ufn, char **attrs, int attrsonly, argument 311 attrsonly, res, cancelproc, cancelparm, tag1, tag2, tag3 ); 363 attrsonly, res, cancelproc, cancelparm, tag1, tag2, tag3 ); 388 ldap_ufn_search_c( LDAP *ld, char *ufn, char **attrs, int attrsonly, argument 391 return( ldap_ufn_search_ct( ld, ufn, attrs, attrsonly, re 102 ldap_ufn_search_ctx( LDAP *ld, char **ufncomp, int ncomp, char *prefix, char **attrs, int attrsonly, LDAPMessage **res, cancelptype cancelproc, void *cancelparm, char *tag1, char *tag2, char *tag3 ) argument 399 ldap_ufn_search_s( LDAP *ld, char *ufn, char **attrs, int attrsonly, LDAPMessage **res ) argument [all...] |
H A D | url.c | 360 ldap_url_search( LDAP *ld, char *url, int attrsonly ) 381 ludp->lud_attrs, attrsonly, NULL, NULL, -1 )) == NULLBER ) { 424 ldap_url_search_st( LDAP *ld, char *url, int attrsonly, argument 430 if (( msgid = ldap_url_search( ld, url, attrsonly )) == -1 ) { 460 ldap_url_search_s( LDAP *ld, char *url, int attrsonly, LDAPMessage **res ) argument 465 if (( msgid = ldap_url_search( ld, url, attrsonly )) == -1 ) {
|
H A D | search.c | 71 char **attrs, int attrsonly, LDAPControl ** serverctrls, 135 attrsonly); 141 theTimeLimit, attrsonly); 212 * attrsonly 1 => attributes only 0 => attributes and values 217 * attrs, attrsonly ); 221 char **attrs, int attrsonly) 234 attrsonly, NULL, NULL, -1)) == NULLBER) { 723 int attrsonly, struct timeval *timeout, LDAPMessage **res) 727 if ((msgid = ldap_search(ld, base, scope, filter, attrs, attrsonly)) 745 int attrsonly, LDAPMessag 70 ldap_build_search_req(LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPControl ** serverctrls, struct timeval *timeoutp, int sizelimit) argument 220 ldap_search(LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly) argument 722 ldap_search_st(LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, struct timeval *timeout, LDAPMessage **res) argument 744 ldap_search_s(LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPMessage **res) argument 760 ldap_search_ext(LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, int *msgidp) argument 826 ldap_search_ext_s(LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, LDAPMessage **res) argument [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | search.c | 45 const char *filter, char **attrs, int attrsonly, 59 const char *filter, char **attrs, int attrsonly, 74 * attrsonly 1 => attributes only 0 => attributes and values 79 * attrs, attrsonly ); 89 int attrsonly 96 if ( ldap_search_ext( ld, base, scope, filter, attrs, attrsonly, NULL, 117 int attrsonly, 136 return( nsldapi_search( ld, base, scope, filter, attrs, attrsonly, 153 int attrsonly, 195 attrs, attrsonly, serverctrl 111 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 147 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 265 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 904 ldap_search_st( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, struct timeval *timeout, LDAPMessage **res ) argument 921 ldap_search_s( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPMessage **res ) argument 936 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 957 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
|
/osnet-11/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 | 44 int attrsonly, char *filtpatt, char *value); 50 static void print_entry( LDAP *ld, LDAPMessage *entry, int attrsonly ); 138 static int attrsonly, timelimit, sizelimit, server_sort, fold; variable 168 allow_binary = vals2tmp = attrsonly = 0; 292 rc = dosearch( ld, conv, scope, attrs, attrsonly, filtpattern, "" ); 340 rc = dosearch( ld, base, scope, attrs, attrsonly, filtpattern, 378 ++attrsonly; 602 dosearch( ld, base, scope, attrs, attrsonly, filtpatt, value ) 607 int attrsonly; 794 if ( ldap_search_ext( ld, base, scope, filterp, attrs, attrsonly, [all...] |