Home
last modified time | relevance | path

Searched refs:string_map_insert__ (Results 1 – 1 of 1) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstring-map.c35 static struct string_map_node *string_map_insert__ (struct string_map *,
108 string_map_insert__ (map, xstrdup (key), xstrdup (value), in string_map_clone()
203 node = string_map_insert__ (map, xmemdup0 (key, length), xstrdup (value), in string_map_insert()
220 node = string_map_insert__ (map, key, value, hash); in string_map_insert_nocopy()
240 node = string_map_insert__ (map, xmemdup0 (key, length), in string_map_replace()
258 node = string_map_insert__ (map, key, value, hash); in string_map_replace_nocopy()
313 string_map_insert__ (dst, xstrdup (node->key), xstrdup (node->value), in string_map_insert_map()
335 string_map_insert__ (dst, xstrdup (snode->key), xstrdup (snode->value), in string_map_replace_map()
413 string_map_insert__ (struct string_map *map, char *key, char *value, in string_map_insert__() function