Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/unbound/testcode/
H A Dreplay.c894 macro_lookup(rbtree_type* store, char* name) in macro_lookup() function
946 v = macro_lookup(store, "bla"); in testbound_selftest()
950 v = macro_lookup(store, "vlerk"); in testbound_selftest()
957 v = macro_lookup(store, "vlerk"); in testbound_selftest()
961 v = macro_lookup(store, "bla"); in testbound_selftest()
968 v = macro_lookup(store, "bla"); in testbound_selftest()
972 v = macro_lookup(store, "vlerk"); in testbound_selftest()
979 v = macro_lookup(store, "bla"); in testbound_selftest()
H A Dreplay.h469 char* macro_lookup(rbtree_type* store, char* name);