Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dreplay.c892 macro_lookup(rbtree_type* store, char* name) in macro_lookup() function
944 v = macro_lookup(store, "bla"); in testbound_selftest()
948 v = macro_lookup(store, "vlerk"); in testbound_selftest()
955 v = macro_lookup(store, "vlerk"); in testbound_selftest()
959 v = macro_lookup(store, "bla"); in testbound_selftest()
966 v = macro_lookup(store, "bla"); in testbound_selftest()
970 v = macro_lookup(store, "vlerk"); in testbound_selftest()
977 v = macro_lookup(store, "bla"); in testbound_selftest()
H A Dreplay.h460 char* macro_lookup(rbtree_type* store, char* name);