Function gnunet_sys::GNUNET_CONTAINER_multiuuidmap_remove_all[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_multiuuidmap_remove_all(
    map: *mut GNUNET_CONTAINER_MultiUuidmap,
    key: *const GNUNET_Uuid
) -> 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