Function gnunet_sys::GNUNET_CONTAINER_multihashmap32_remove_all[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_multihashmap32_remove_all(
    map: *mut GNUNET_CONTAINER_MultiHashMap32,
    key: u32
) -> c_int

@ingroup hashmap Remove all entries for the given key from the map. Note that the values would not be “freed”.

@param map the map @param key identifies values to be removed @return number of values removed