Home
last modified time | relevance | path

Searched refs:macro_assign (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dreplay.c896 macro_assign(rbtree_type* store, char* name, char* value) in macro_assign() function
940 r = macro_assign(store, "bla", "waarde1"); in testbound_selftest()
951 r = macro_assign(store, "vlerk", "kanteel"); in testbound_selftest()
962 r = macro_assign(store, "bla", "ww"); in testbound_selftest()
994 r = macro_assign(store, "t1", "123456"); in testbound_selftest()
1004 r = macro_assign(store, "x", "1"); in testbound_selftest()
1006 r = macro_assign(store, "y", "2"); in testbound_selftest()
H A Dreplay.h469 int macro_assign(rbtree_type* store, char* name, char* value);
H A Dfake_event.c528 if(!macro_assign(runtime->vars, mom->variable, value)) in moment_assign()