Function gnunet_sys::GNUNET_CONTAINER_bloomfilter_or[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_bloomfilter_or(
    bf: *mut GNUNET_CONTAINER_BloomFilter,
    data: *const c_char,
    size: usize
) -> c_int

@ingroup bloomfilter “or” the entries of the given raw data array with the data of the given Bloom filter. Assumes that the @a size of the @a data array and the current filter match.

@param bf the filter @param data data to OR-in @param size size of @a data @return #GNUNET_OK on success