Searched refs:macro_assign (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | replay.c | 896 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 D | replay.h | 469 int macro_assign(rbtree_type* store, char* name, char* value);
|
H A D | fake_event.c | 528 if(!macro_assign(runtime->vars, mom->variable, value)) in moment_assign()
|