Searched refs:lastSteps (Results 1 – 2 of 2) sorted by relevance
184 int32_t lastSteps; member190 if (info->lastSteps+1 != steps) { in TestCallbackFn()191 log_err("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps); in TestCallbackFn()193 info->lastSteps = steps; in TestCallbackFn()
4808 int32_t lastSteps; member4809 void reset(int32_t max) {maxCalls=max; numCalls=0; lastSteps=0;}; in reset()4816 if (info->lastSteps+1 != steps) { in testCallBackFn()4817 …info->test->errln("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps); in testCallBackFn()4819 info->lastSteps = steps; in testCallBackFn()