Function gnunet_sys::GNUNET_CONTAINER_bloomfilter_test[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_bloomfilter_test(
    bf: *const GNUNET_CONTAINER_BloomFilter,
    e: *const GNUNET_HashCode
) -> c_int

@ingroup bloomfilter Test if an element is in the filter.

@param e the element @param bf the filter @return #GNUNET_YES if the element is in the filter, #GNUNET_NO if not