Home
last modified time | relevance | path

Searched defs:node (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/
Dsearch.h23 typedef struct node { struct
25 struct node* llink; argument
26 struct node* rlink; argument
/bionic/tests/
Dsearch_test.cpp51 struct node { struct
52 node(const char* s) : s(strdup(s)) {} in node() argument
58 return strcmp(reinterpret_cast<const node*>(lhs)->s, reinterpret_cast<const node*>(rhs)->s); in node_cmp() argument
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dtfind.c20 } node; typedef
Dtsearch.c21 } node; typedef
/bionic/libc/kernel/uapi/linux/
Dtipc.h26 __u32 node; member
/bionic/libc/dns/resolv/
Dres_cache.c1374 Entry* node = *pnode; in _cache_flush_locked() local
1518 Entry* node = *pnode; in _cache_lookup_p() local