Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstring-map.c30 static struct string_map_node *string_map_find_node_with_hash (
163 return string_map_find_node_with_hash (map, key, length, in string_map_find_node__()
200 struct string_map_node *node = string_map_find_node_with_hash (map, key, in string_map_insert()
217 struct string_map_node *node = string_map_find_node_with_hash (map, key, in string_map_insert_nocopy()
237 struct string_map_node *node = string_map_find_node_with_hash (map, key, in string_map_replace()
255 struct string_map_node *node = string_map_find_node_with_hash (map, key, in string_map_replace_nocopy()
311 if (!string_map_find_node_with_hash (dst, node->key, strlen (node->key), in string_map_insert_map()
329 dnode = string_map_find_node_with_hash (dst, snode->key, in string_map_replace_map()
374 const struct string_map_node *b_node = string_map_find_node_with_hash ( in string_map_equals()
384 string_map_find_node_with_hash (const struct string_map *map, const char *key, in string_map_find_node_with_hash() function
[all …]