Function gnunet_sys::GNUNET_CONTAINER_multipeermap_iterate[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_multipeermap_iterate(
    map: *mut GNUNET_CONTAINER_MultiPeerMap,
    it: GNUNET_CONTAINER_PeerMapIterator,
    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