OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:monfilter
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/openldap/dist/tests/progs/
slapd-watcher.c
62
#define
MONFILTER
"(objectClass=monitorOperation)"
64
static const char *default_monfilter =
MONFILTER
;
158
char *
monfilter
;
variable
463
rc = ldap_search_ext_s( ld, "cn=monitor", LDAP_SCOPE_SUBTREE,
monfilter
,
559
int len = sv->monitorbase.bv_len + sizeof("(|(entryDN=)"
MONFILTER
")");
561
sprintf(ptr, "(|(entryDN=%s)"
MONFILTER
")", sv->monitorbase.bv_val );
639
monfilter
= "(|(entryDN:dnOneLevelMatch:=cn=Databases,cn=Monitor)"
MONFILTER
")";
641
monfilter
=
MONFILTER
;
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026