HomeSort by: relevance | last modified time | path
    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