Home
last modified time | relevance | path

Searched defs:VISIT (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/src/search/
Dtwalk.c4 static void walk(const struct node *r, void (*action)(const void *, VISIT, int), int d) in walk() argument
19 void twalk(const void *root, void (*action)(const void *, VISIT, int)) in twalk() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dtsearch.h31 } VISIT; typedef
/third_party/musl/include/
Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
/third_party/musl/ndk_musl_include/
Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
/third_party/alsa-lib/include/
Dsearch.h126 VISIT; typedef
/third_party/python/Python/
Dsymtable.c1141 #define VISIT(ST, TYPE, V) \ macro
Dcompile.c1625 #define VISIT(C, TYPE, V) {\ macro