Function gnunet_sys::GNUNET_CONTAINER_multishortmap_get_multiple[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_multishortmap_get_multiple(
    map: *mut GNUNET_CONTAINER_MultiShortmap,
    key: *const GNUNET_ShortHashCode,
    it: GNUNET_CONTAINER_ShortmapIterator,
    it_cls: *mut c_void
) -> c_int

@ingroup hashmap Iterate over all entries in the map that match a particular key.

@param map the map @param key public key that the entries must correspond to @param it function to call on each entry @param it_cls extra argument to @a it @return the number of key value pairs processed, #GNUNET_SYSERR if it aborted iteration