OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:o_assertion
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
controls.c
620
if( op->
o_assertion
!= NULL ) {
621
filter_free_x( op, op->
o_assertion
, 1 );
622
op->
o_assertion
= NULL;
1440
rs->sr_err = get_filter( op, ber, (Filter **)&(op->
o_assertion
),
1451
if( op->
o_assertion
!= NULL ) {
1452
filter_free_x( op, op->
o_assertion
, 1 );
1453
op->
o_assertion
= NULL;
1459
filter2bv_x( op, op->
o_assertion
, &fstr );
slap.h
2784
#define
o_assertion
o_controls[slap_cids.sc_assert]
macro
2785
#define get_assertion(op) ((op)->
o_assertion
)
Completed in 18 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026