Searched refs:hash_node (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dcgraph.c156 static hashval_t hash_node (const void *);
162 hash_node (const void *p) function
206 cgraph_hash = htab_create_ggc (10, hash_node, eq_node, NULL);
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.c307 xml_node_t *url_node, *hash_node; local
317 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint");
318 if (url_node == NULL || hash_node == NULL)
321 hash = xml_node_get_text(ctx->xml, hash_node);
/freebsd-11-stable/sys/netinet/
H A Dsiftr.c330 struct flow_hash_node *hash_node; local
337 hash_node = NULL;
374 LIST_FOREACH(hash_node, counter_list, nodes) {
383 if (memcmp(hash_node->key, key, sizeof(key)) == 0) {
391 if (hash_node == NULL || !found_match) {
393 hash_node = malloc(sizeof(struct flow_hash_node),
396 if (hash_node != NULL) {
398 hash_node->counter = 0;
399 memcpy(hash_node->key, key, sizeof(key));
400 LIST_INSERT_HEAD(counter_list, hash_node, node
[all...]

Completed in 610 milliseconds