Searched refs:action (Results 1 – 4 of 4) sorted by relevance
/misc/ |
A D | hsearch.c | 26 hsearch (ENTRY item, ACTION action) in hsearch() argument 30 (void) __hsearch_r (item, action, &result, &htab); in hsearch()
|
A D | tsearch.c | 691 (*action) (root, leaf, level); in weak_alias() 694 (*action) (root, preorder, level); in weak_alias() 696 trecurse (LEFT(root), action, level + 1); in weak_alias() 697 (*action) (root, postorder, level); in weak_alias() 700 (*action) (root, endorder, level); in weak_alias() 715 if (root != NULL && action != NULL) in __twalk() 716 trecurse (root, action, 0); in __twalk() 730 (*action) (root, leaf, closure); in weak_alias() 733 (*action) (root, preorder, closure); in weak_alias() 751 if (root != NULL && action != NULL) in __twalk_r() [all …]
|
A D | tst-tsearch.c | 48 enum action enum 122 void (*action) (const void *, VISIT, int); member 134 closure->action (nodep, which, closure->depth); in twalk_with_twalk_r_action() 137 closure->action (nodep, which, closure->depth); in twalk_with_twalk_r_action() 142 closure->action (nodep, which, closure->depth - 1); in twalk_with_twalk_r_action() 146 closure->action (nodep, which, closure->depth); in twalk_with_twalk_r_action() 153 void (*action) (const void *, VISIT, int)) in twalk_with_twalk_r() 155 struct twalk_with_twalk_r_closure closure = { action, 0 }; in twalk_with_twalk_r() 246 mangle_tree (enum order how, enum action what, void **root, int lag) in mangle_tree()
|
A D | hsearch_r.c | 144 __hsearch_r (ENTRY item, ACTION action, ENTRY **retval, in weak_alias() 205 if (action == ENTER) in weak_alias()
|
Completed in 10 milliseconds