Function gnunet_sys::GNUNET_CONTAINER_multihashmap32_iterate[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_multihashmap32_iterate(
    map: *mut GNUNET_CONTAINER_MultiHashMap32,
    it: GNUNET_CONTAINER_MulitHashMapIterator32Callback,
    it_cls: *mut c_void
) -> c_int

@ingroup hashmap Iterate over all entries in the map.

@param map the map @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