Function gnunet_sys::GNUNET_CONTAINER_multishortmap_get[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_multishortmap_get(
    map: *const GNUNET_CONTAINER_MultiShortmap,
    key: *const GNUNET_ShortHashCode
) -> *mut c_void

@ingroup hashmap Given a key find a value in the map matching the key.

@param map the map @param key what to look for @return NULL if no value was found; note that this is indistinguishable from values that just happen to be NULL; use “contains” to test for key-value pairs with value NULL