Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/unbound/testcode/
H A Dreplay.c910 macro_assign(rbtree_type* store, char* name, char* value) in macro_assign() function
954 r = macro_assign(store, "bla", "waarde1"); in testbound_selftest()
965 r = macro_assign(store, "vlerk", "kanteel"); in testbound_selftest()
976 r = macro_assign(store, "bla", "ww"); in testbound_selftest()
1008 r = macro_assign(store, "t1", "123456"); in testbound_selftest()
1018 r = macro_assign(store, "x", "1"); in testbound_selftest()
1020 r = macro_assign(store, "y", "2"); in testbound_selftest()
H A Dreplay.h478 int macro_assign(rbtree_type* store, char* name, char* value);
H A Dfake_event.c532 if(!macro_assign(runtime->vars, mom->variable, value)) in moment_assign()