Searched defs:tree (Results 1 - 13 of 13) sorted by relevance

/seL4-camkes-master/projects/picotcp/test/examples/
H A Ddns_sd.c17 void dns_sd_claimed_callback( pico_mdns_rtree *tree, argument
28 void dns_sd_init_callback( pico_mdns_rtree *tree, argument
/seL4-camkes-master/projects/picotcp/stack/
H A Dpico_protocol.c189 struct pico_tree *tree = NULL; local
H A Dpico_tree.c126 void *pico_tree_insert(struct pico_tree *tree, void *key) argument
131 static void pico_tree_insert_node(struct pico_tree *tree, struc argument
159 pico_tree_insert_implementation(struct pico_tree *tree, void *key, uint8_t allocator) argument
189 pico_tree_findNode(struct pico_tree *tree, void *key) argument
209 pico_tree_findKey(struct pico_tree *tree, void *key) argument
219 pico_tree_first(struct pico_tree *tree) argument
224 pico_tree_last(struct pico_tree *tree) argument
229 pico_tree_delete_node(struct pico_tree *tree, struct pico_tree_node *d, struct pico_tree_node **temp) argument
256 pico_tree_delete_check_switch(struct pico_tree *tree, struct pico_tree_node *delete, struct pico_tree_node **temp) argument
286 pico_tree_delete(struct pico_tree *tree, void *key) argument
291 if_nodecolor_black_fix_collisions(struct pico_tree *tree, struct pico_tree_node *temp, uint8_t nodeColor) argument
298 pico_tree_delete_implementation(struct pico_tree *tree, void *key, uint8_t allocator) argument
328 pico_tree_empty(struct pico_tree *tree) argument
364 rotateToRight(struct pico_tree *tree, struct pico_tree_node *node) argument
391 create_node(struct pico_tree *tree, void*key, uint8_t allocator) argument
[all...]
H A Dpico_socket_multicast.c846 struct pico_tree *tree, *listen_tree; local
958 struct pico_tree *tree, *listen_tree; local
1025 struct pico_tree *listen_tree, *tree; local
1198 struct pico_tree *tree, *listen_tree; local
1295 struct pico_tree *tree, *listen_tree; local
[all...]
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_dns_sd.c21 void callback( pico_mdns_rtree *tree, argument
H A Dmodunit_pico_mdns.c21 void callback( pico_mdns_rtree *tree, argument
[all...]
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_fragments.c199 static void pico_fragments_empty_tree(struct pico_tree *tree) argument
216 static int pico_fragments_check_complete(struct pico_tree *tree, uint8_t proto, uint8_t net) argument
243 struct pico_tree *tree = (struct pico_tree *) arg; local
304 pico_fragments_reassemble(struct pico_tree *tree, unsigned int len, uint8_t proto, uint8_t net) argument
[all...]
H A Dpico_mm.c49 static void *manager_tree_delete(struct pico_tree *tree, void *key) argument
148 struct pico_tree tree; member in struct:pico_mem_manager
[all...]
H A Dpico_dns_common.c1155 pico_tree_destroy( struct pico_tree *tree, int (*node_delete)(void **)) argument
1190 pico_tree_size( struct pico_tree *tree, argument
[all...]
H A Dpico_6lowpan.c234 frag_store(struct pico_frame *f, uint16_t dgram_size, uint16_t tag, uint8_t dgram_off, uint16_t copied, struct pico_tree *tree) argument
H A Dpico_mdns.c519 pico_mdns_rtree_find_name( pico_mdns_rtree *tree, argument
562 pico_mdns_rtree_find_name_type( pico_mdns_rtree *tree, char *name, uint16_t rtype, uint8_t copy ) argument
621 pico_mdns_rtree_del_name( pico_mdns_rtree *tree, const char *name ) argument
656 pico_mdns_rtree_del_name_type( pico_mdns_rtree *tree, char *name, uint16_t type ) argument
2442 pico_rtree_add_copy( pico_mdns_rtree *tree, struct pico_mdns_record *record ) argument
[all...]
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vm/src/
H A Dguest_memory.c111 res_tree *tree; local
146 res_tree *tree; local
[all...]
/seL4-camkes-master/projects/musllibc/src/regex/
H A Dregcomp.c1189 tre_add_tags(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *tree, argument
2230 tre_compute_nfl(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *tree) argument
2680 tre_ast_node_t *tree, *tmp_ast_l, *tmp_ast_r; local
[all...]

Completed in 132 milliseconds