Function gnunet_sys::GNUNET_CONTAINER_bloomfilter_or2[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_bloomfilter_or2(
    bf: *mut GNUNET_CONTAINER_BloomFilter,
    to_or: *const GNUNET_CONTAINER_BloomFilter
) -> c_int

@ingroup bloomfilter “or” the entries of the given raw data array with the data of the given Bloom filter. Assumes that the size of the two filters matches.

@param bf the filter @param to_or the bloomfilter to or-in @return #GNUNET_OK on success