Home
last modified time | relevance | path

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

/misc/
A Dtst-tsearch.c127 twalk_with_twalk_r_action (const void *nodep, VISIT which, void *closure0) in twalk_with_twalk_r_action() argument
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()
161 walk_action (const void *nodep, const VISIT which, const int depth) in walk_action() argument
163 int key = **(int **) nodep; in walk_action()
166 (struct walk_trace_element) { nodep, which, depth }); in walk_action()

Completed in 4 milliseconds