Searched refs:string_tuple_alloc (Results 1 – 5 of 5) sorted by relevance
53 string_tuple_alloc (htab_t table, const char *key, const void *value) in string_tuple_alloc() function91 string_tuple_t *elt = string_tuple_alloc (table, key, value); in str_hash_insert()
1806 (string_tuple_alloc): Likewise.2412 (string_tuple_alloc): Likewise.
65 string_tuple_alloc (const char *key, const void *value) in string_tuple_alloc() function103 string_tuple_t *elt = string_tuple_alloc (key, value); in str_hash_insert()
113935 (string_tuple_alloc): Add table param, allocate using table alloc_f.