HomeSort by: relevance | last modified time | path
    Searched defs:attrsonly (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/librewrite/
xmap.c 371 int attrsonly = 0; local
390 attrsonly = 1;
393 filter, lud->lud_attrs, attrsonly, &res );
413 if ( attrsonly == 1 ) {
  /src/external/bsd/openldap/dist/libraries/libldap/
test.c 287 int bound, all, scope, attrsonly; local
580 "attrsonly (0=attrs&values, 1=attrs only)? " );
581 attrsonly = atoi( line );
584 types, attrsonly )) == -1 ) {
  /src/external/bsd/openldap/dist/servers/slapd/
result.c 1042 int attrsonly; local
1091 op->ors_attrsonly ? " (attrsOnly)" : "" );
1093 attrsonly = op->ors_attrsonly;
1229 if ( attrsonly ) {
1418 if ( ! attrsonly ) {
syncrepl.c 592 int attrsonly; local
693 attrsonly = 0;
703 attrsonly = si->si_attrsonly;
786 rc = ldap_search_ext( si->si_ld, base, scope, filter, attrs, attrsonly,
6227 #define ATTRSONLYSTR "attrsonly"
  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 99 static int attrsonly; variable
188 int attrsonly));
217 int attrsonly,
395 ++attrsonly;
1556 attrs, attrsonly, NULL, NULL, NULL, sizelimit );
1569 attrs, attrsonly, NULL, NULL, NULL, sizelimit );
1691 int attrsonly,
1754 rc = ldap_search_ext( ld, base, scope, filter, attrs, attrsonly,
1816 print_entry( ld, msg, attrsonly );
1944 int attrsonly)
    [all...]

Completed in 27 milliseconds