GNUNET_BLOCK_evaluate ( GNUNET_BLOCK_Context* ctx, GNUNET_BLOCK_Type type, GNUNET_HashCode const* query, GNUNET_CONTAINER_BloomFilter** bf, int32_t bf_mutator, void const* xquery, size_t xquery_size, void const* reply_block, size_t reply_block_size )2nd parameter 'type' has type 'GNUNET_BLOCK_Type'.
GNUNET_BLOCK_get_key ( GNUNET_BLOCK_Context* ctx, GNUNET_BLOCK_Type type, void const* block, size_t block_size, GNUNET_HashCode* key )2nd parameter 'type' has type 'GNUNET_BLOCK_Type'.
GNUNET_DATACACHE_get ( GNUNET_DATACACHE_Handle* h, GNUNET_HashCode const* key, GNUNET_BLOCK_Type type, GNUNET_DATACACHE_Iterator iter, void* iter_cls )3rd parameter 'type' has type 'GNUNET_BLOCK_Type'.
GNUNET_DATACACHE_put ( GNUNET_DATACACHE_Handle* h, GNUNET_HashCode const* key, size_t size, char const* data, GNUNET_BLOCK_Type type, GNUNET_TIME_Absolute discard_time )5th parameter 'type' has type 'GNUNET_BLOCK_Type'.
GNUNET_DATASTORE_get_key ( GNUNET_DATASTORE_Handle* h, uint64_t offset, GNUNET_HashCode const* key, GNUNET_BLOCK_Type type, unsigned int queue_priority, unsigned int max_queue_size, GNUNET_TIME_Relative timeout, GNUNET_DATASTORE_DatumProcessor proc, void* proc_cls )4th parameter 'type' has type 'GNUNET_BLOCK_Type'.
GNUNET_DATASTORE_get_zero_anonymity ( GNUNET_DATASTORE_Handle* h, uint64_t offset, unsigned int queue_priority, unsigned int max_queue_size, GNUNET_TIME_Relative timeout, GNUNET_BLOCK_Type type, GNUNET_DATASTORE_DatumProcessor proc, void* proc_cls )6th parameter 'type' has type 'GNUNET_BLOCK_Type'.
GNUNET_DATASTORE_put ( GNUNET_DATASTORE_Handle* h, uint32_t rid, GNUNET_HashCode const* key, size_t size, void const* data, GNUNET_BLOCK_Type type, uint32_t priority, uint32_t anonymity, uint32_t replication, GNUNET_TIME_Absolute expiration, unsigned int queue_priority, unsigned int max_queue_size, GNUNET_TIME_Relative timeout, GNUNET_DATASTORE_ContinuationWithStatus cont, void* cont_cls )6th parameter 'type' has type 'GNUNET_BLOCK_Type'.
GNUNET_DHT_get_start ( GNUNET_DHT_Handle* handle, GNUNET_TIME_Relative timeout, GNUNET_BLOCK_Type type, GNUNET_HashCode const* key, uint32_t desired_replication_level, GNUNET_DHT_RouteOption options, void const* xquery, size_t xquery_size, GNUNET_DHT_GetIterator iter, void* iter_cls )3rd parameter 'type' has type 'GNUNET_BLOCK_Type'.
GNUNET_DHT_put ( GNUNET_DHT_Handle* handle, GNUNET_HashCode const* key, uint32_t desired_replication_level, GNUNET_DHT_RouteOption options, GNUNET_BLOCK_Type type, size_t size, char const* data, GNUNET_TIME_Absolute exp, GNUNET_TIME_Relative timeout, GNUNET_SCHEDULER_Task cont, void* cont_cls )5th parameter 'type' has type 'GNUNET_BLOCK_Type'.