OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attr_bv
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
init.c
558
struct berval
attr_bv
= BER_BVNULL;
local
563
if ( comp_convert_asn_to_ldap( mr, csi_attr, &
attr_bv
, &allocated ) != LDAP_SUCCESS )
570
&
attr_bv
, &n_attr_bv, NULL );
573
if ( allocated &&
attr_bv
.bv_val )
574
free (
attr_bv
.bv_val);
576
n_attr_bv =
attr_bv
;
init.c
558
struct berval
attr_bv
= BER_BVNULL;
local
563
if ( comp_convert_asn_to_ldap( mr, csi_attr, &
attr_bv
, &allocated ) != LDAP_SUCCESS )
570
&
attr_bv
, &n_attr_bv, NULL );
573
if ( allocated &&
attr_bv
.bv_val )
574
free (
attr_bv
.bv_val);
576
n_attr_bv =
attr_bv
;
Completed in 30 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026