librdf_hash_memory_put

Name

librdf_hash_memory_put --  Store a key/value pair in the hash

Synopsis

int librdf_hash_memory_put (void* context, librdf_hash_datum * key, librdf_hash_datum * value);

Arguments

context

memory hash context

key

pointer to key to store

value

pointer to value to store

Return value

non 0 on failure