OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matched_dn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/back-wt/
search.c
383
struct berval
matched_dn
= BER_BVNULL;
local
389
ber_dupbv( &
matched_dn
, &ae->e_name );
394
rs->sr_matched =
matched_dn
.bv_val;
396
rs->sr_ref = referral_rewrite( erefs, &
matched_dn
,
431
struct berval
matched_dn
= BER_BVNULL;
local
433
ber_dupbv( &
matched_dn
, &e->e_name );
437
rs->sr_ref = referral_rewrite( erefs, &
matched_dn
,
445
rs->sr_matched =
matched_dn
.bv_val;
449
ber_memfree(
matched_dn
.bv_val );
/src/external/bsd/openldap/dist/servers/slapd/back-mdb/
search.c
537
struct berval
matched_dn
= BER_BVNULL;
local
551
ber_dupbv( &
matched_dn
, &matched->e_name );
558
rs->sr_matched =
matched_dn
.bv_val;
565
rs->sr_ref = referral_rewrite( erefs, &
matched_dn
,
582
if ( !BER_BVISNULL( &
matched_dn
) ) {
583
ber_memfree(
matched_dn
.bv_val );
607
struct berval
matched_dn
= BER_BVNULL;
local
610
ber_dupbv( &
matched_dn
, &e->e_name );
619
rs->sr_ref = referral_rewrite( erefs, &
matched_dn
,
631
rs->sr_matched =
matched_dn
.bv_val
[
all
...]
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026