Return the index of a dictionary entry.
#include <sys/strm.h>
ssize_t strm_dict_find_index(const strm_dict_t *dict,
const char *key)
BlackBerry 10.0.0
A dictionary object handle.
The key of an entry to look up.
This function returns the index of the entry specified by the key argument, if found in the specified dictionary.
The index of the specified entry on success, or -1 if the entry is not found.