Searched refs:MapSet (Results 1 – 3 of 3) sorted by relevance
30 int32_t MapSet(Map *map, const char *key, const void *value, uint32_t valueSize);
92 MapSet(&g_indexMap, g_hdfSecStrArray[i], &i, sizeof(int *)); in InitStrToIndexMap()
132 int32_t MapSet(Map *map, const char *key, const void *value, uint32_t valueSize) in MapSet() function