Searched refs:lastSteps (Results 1 – 2 of 2) sorted by relevance
186 int32_t lastSteps; member192 if (info->lastSteps+1 != steps) { in TestCallbackFn()193 log_err("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps); in TestCallbackFn()195 info->lastSteps = steps; in TestCallbackFn()
4817 int32_t lastSteps; member4818 void reset(int32_t max) {maxCalls=max; numCalls=0; lastSteps=0;}; in reset()4825 if (info->lastSteps+1 != steps) { in testCallBackFn()4826 …info->test->errln("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps); in testCallBackFn()4828 info->lastSteps = steps; in testCallBackFn()