Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dreplay.c880 macro_lookup(rbtree_type* store, char* name) in macro_lookup() function
932 v = macro_lookup(store, "bla"); in testbound_selftest()
936 v = macro_lookup(store, "vlerk"); in testbound_selftest()
943 v = macro_lookup(store, "vlerk"); in testbound_selftest()
947 v = macro_lookup(store, "bla"); in testbound_selftest()
954 v = macro_lookup(store, "bla"); in testbound_selftest()
958 v = macro_lookup(store, "vlerk"); in testbound_selftest()
965 v = macro_lookup(store, "bla"); in testbound_selftest()
H A Dreplay.h460 char* macro_lookup(rbtree_type* store, char* name);