Lines Matching refs:string_tuple_t
42 typedef struct string_tuple string_tuple_t; typedef
49 string_tuple_t *tuple = (string_tuple_t *) e; in hash_string_tuple()
58 const string_tuple_t *ea = (const string_tuple_t *) a; in eq_string_tuple()
59 const string_tuple_t *eb = (const string_tuple_t *) b; in eq_string_tuple()
64 static inline string_tuple_t *
67 string_tuple_t *tuple = XNEW (string_tuple_t); in string_tuple_alloc()
76 string_tuple_t needle = { key, NULL }; in str_hash_find()
77 string_tuple_t *tuple = htab_find (table, &needle); in str_hash_find()
87 string_tuple_t needle = { tmp, NULL }; in str_hash_find_n()
88 string_tuple_t *tuple = htab_find (table, &needle); in str_hash_find_n()
96 string_tuple_t needle = { key, NULL }; in str_hash_delete()
103 string_tuple_t *elt = string_tuple_alloc (key, value); in str_hash_insert()