Searched refs:pico_tree_destroy (Results 1 - 5 of 5) sorted by relevance

/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dns_common.h308 * @param record Void-pointer to DNS record. Can be used with pico_tree_destroy
422 pico_tree_destroy( struct pico_tree *tree, int (*node_delete)(void **));
440 pico_tree_destroy(qtree, pico_dns_question_delete)
471 pico_tree_destroy((rtree), pico_dns_record_delete)
H A Dpico_mdns.h120 pico_tree_destroy((rtree), pico_mdns_record_delete)
H A Dpico_mdns.c48 pico_tree_destroy((rtree), pico_mdns_cookie_delete);
838 pico_tree_destroy(&new_records, NULL);
1220 pico_tree_destroy(&new_records, NULL);
1433 pico_tree_destroy(&claimed_records, NULL);
2146 pico_tree_destroy(&rtree, NULL);
2342 pico_tree_destroy(&rtree, NULL);
2352 pico_tree_destroy(&rtree, NULL);
2626 pico_tree_destroy(&antree_m, NULL);
2627 pico_tree_destroy(&antree_u, NULL);
2628 pico_tree_destroy(
[all...]
H A Dpico_dns_sd.c452 pico_tree_destroy(&rtree, NULL);
H A Dpico_dns_common.c737 * function to be used with pico_tree_destroy.
1155 pico_tree_destroy( struct pico_tree *tree, int (*node_delete)(void **)) function

Completed in 96 milliseconds