Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dhash_table.c49 struct hash_node { struct
111 static struct hash_node *
119 struct hash_node *hn = (struct hash_node *) node; in get_node()
132 struct hash_node *hn = get_node(ht, key); in hash_table_find()
142 struct hash_node *node; in hash_table_insert()
158 struct hash_node *hn; in hash_table_replace()
161 hn = (struct hash_node *) node; in hash_table_replace()
201 struct hash_node *hn = (struct hash_node *) node; in hash_table_call_foreach()
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c277 xml_node_t *url_node, *hash_node; in download_cert() local
287 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert()
288 if (url_node == NULL || hash_node == NULL) in download_cert()
291 hash = xml_node_get_text(ctx->xml, hash_node); in download_cert()