Searched defs:VISIT (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/src/search/ |
D | twalk.c | 4 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/ |
D | tsearch.h | 31 } VISIT; typedef
|
/third_party/musl/include/ |
D | search.h | 14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
/third_party/musl/ndk_musl_include/ |
D | search.h | 14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | search.h | 14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | search.h | 14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | search.h | 14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
/third_party/alsa-lib/include/ |
D | search.h | 126 VISIT; typedef
|
/third_party/python/Python/ |
D | symtable.c | 1141 #define VISIT(ST, TYPE, V) \ macro
|
D | compile.c | 1625 #define VISIT(C, TYPE, V) {\ macro
|