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

  /src/external/bsd/openldap/dist/tests/progs/
slapd-read.c 91 char *srchattrs[] = { "1.1", NULL }; local
92 char **attrs = srchattrs;
175 char **srchattrs, int noattrs, int nobind, int force )
234 srchattrs, noattrs, nobind, 1, force );
slapd-search.c 94 char *srchattrs[] = { "cn", "sn", NULL }; local
95 char **attrs = srchattrs;
197 char **srchattrs, int noattrs, int nobind, int force )
272 srchattrs, noattrs, nobind,
slapd-mtread.c 97 char *srchattrs[] = { "1.1", NULL }; variable
98 char **attrs = srchattrs;
506 char *sbase, char *filter, char **srchattrs, int noattrs, int nobind,
564 srchattrs, noattrs, nobind, 1, force, idx );
586 char *sbase, char *filter, char **srchattrs, int noattrs, int nobind,
621 fbuf, srchattrs, noattrs, NULL, NULL, NULL,

Completed in 18 milliseconds