Searched refs:attr_bv (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A Dinit.c553 struct berval attr_bv = BER_BVNULL; local
558 if ( comp_convert_asn_to_ldap( mr, csi_attr, &attr_bv, &allocated ) != LDAP_SUCCESS )
565 &attr_bv, &n_attr_bv, NULL );
568 if ( allocated && attr_bv.bv_val )
569 free (attr_bv.bv_val);
571 n_attr_bv = attr_bv;

Completed in 62 milliseconds