Home
last modified time | relevance | path

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

/glibc-2.36/manual/examples/
Dtwalk.c22 void (*action) (const void *, VISIT, int);
27 twalk_with_twalk_r_action (const void *nodep, VISIT which, void *closure0) in twalk_with_twalk_r_action()
52 twalk (const void *root, void (*action) (const void *, VISIT, int)) in twalk() argument
/glibc-2.36/misc/
Dtst-tsearch.c82 VISIT which;
122 void (*action) (const void *, VISIT, int);
127 twalk_with_twalk_r_action (const void *nodep, VISIT which, void *closure0) in twalk_with_twalk_r_action()
153 void (*action) (const void *, VISIT, int)) in twalk_with_twalk_r() argument
161 walk_action (const void *nodep, const VISIT which, const int depth) in walk_action()
191 void (*) (const void *, VISIT, int))) in walk_tree_with() argument
Dsearch.h125 VISIT; typedef
144 typedef void (*__action_fn_t) (const void *__nodep, VISIT __value,
156 void (*) (const void *__nodep, VISIT __value,
Dtsearch.c724 trecurse_r (const void *vroot, void (*action) (const void *, VISIT, void *), in weak_alias()
744 __twalk_r (const void *vroot, void (*action) (const void *, VISIT, void *), in __twalk_r() argument
/glibc-2.36/malloc/
Dtst-mtrace.c27 static void print (const void *node, VISIT value, int level);
97 print (const void *node, VISIT value, int level) in print()
/glibc-2.36/conform/data/
Dsearch.h-data11 type VISIT
31 function void twalk (const void*, void (*) (const void*, VISIT, int))
/glibc-2.36/iconv/
Dgconv_dl.c152 do_release_shlib (const void *nodep, VISIT value, void *closure) in do_release_shlib()
213 do_print (const void *nodep, VISIT value, int level) in do_print()
Diconv_prog.c631 insert_print_list (const void *nodep, VISIT value, int level) in insert_print_list()
641 do_print_human (const void *nodep, VISIT value, int level) in do_print_human()
683 do_print (const void *nodep, VISIT value, int level) in do_print()
Diconvconfig.c480 append_alias (const void *nodep, VISIT value, int level) in append_alias()
688 append_module (const void *nodep, VISIT value, int level) in append_module()
977 static void name_insert (const void *nodep, VISIT value, int level) in name_insert()
/glibc-2.36/sysdeps/pthread/
Dsem_routines.c153 walker (const void *inodep, VISIT which, void *closure0) in walker()
/glibc-2.36/nss/
Dmakedb.c577 copy_valstr (const void *nodep, const VISIT which, const int depth) in copy_valstr()
626 void add_key(const void *nodep, VISIT which, void *arg) in add_key()
/glibc-2.36/manual/
Dsearch.texi575 void __action_fn_t (const void *nodep, VISIT value, int level);
582 @math{1} and so on. The @code{VISIT} type is an enumeration type.
584 @deftp {Data Type} VISIT
585 The @code{VISIT} value indicates the status of the current node in the
631 …k_r (const void *@var{root}, void (*@var{action}) (const void *@var{key}, VISIT @var{which}, void …
/glibc-2.36/elf/
Dsprof.c1044 printsym (const void *node, VISIT value, int level) in printsym()
1282 printflat (const void *node, VISIT value, int level) in printflat()
/glibc-2.36/locale/programs/
Dlocale.c303 print_names (const void *nodep, VISIT value, int level) in print_names()
/glibc-2.36/ChangeLog.old/
DChangeLog.11362 * manual/search.texi: Correct description if VISIT values.