Home
last modified time | relevance | path

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

/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dscenario.cpp77 onTimeoutLabel = NULL; // free on exit in message()
124 free(onTimeoutLabel); in ~message()
572 if (v[i]->onTimeoutLabel) { in apply_labels()
573 str_int_map::iterator label_it = labels.find(v[i]->onTimeoutLabel); in apply_labels()
575 …ERROR("The label '%s' was not defined (index %d, ontimeout attribute)\n", v[i]->onTimeoutLabel, i); in apply_labels()
1751 message -> onTimeoutLabel = strdup(ptr); in getCommonAttributes()
/dports/benchmarks/sipp/sipp-3.5.1/include/
H A Dscenario.hpp117 char * onTimeoutLabel; member in message