Searched refs:macro_assign (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/usr.sbin/unbound/testcode/ |
H A D | replay.c | 910 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 D | replay.h | 478 int macro_assign(rbtree_type* store, char* name, char* value);
|
H A D | fake_event.c | 532 if(!macro_assign(runtime->vars, mom->variable, value)) in moment_assign()
|