| Updated: October 28, 2024 |
Map a key to a BLOB value
#include <pips/multimap.h>
int pips_multimap_add_blob(pips_multimap_t *multimap,
const char *key,
const void *data,
size_t data_size)
This function creates a mapping in the current multimap instance by associating an arbitrary sequence of binary data with the given key. The mapping is created only if the key is not already mapped to another value, so this function cannot be used to update a key's value, only to create a new mapping.