Searched refs:ERR_NUM_ERRORS (Results 1 – 3 of 3) sorted by relevance
24 for (unsigned i = 0; i < ERR_NUM_ERRORS*2; i++) { in TestOverflow()28 for (unsigned i = 0; i < ERR_NUM_ERRORS - 1; i++) { in TestOverflow()33 if (err == 0 || ERR_GET_REASON(err) != i + ERR_NUM_ERRORS + 2) { in TestOverflow()
167 for (i = 0; i < ERR_NUM_ERRORS; i++) { in err_state_free()209 i = (state->bottom + 1) % ERR_NUM_ERRORS; in get_error_values()308 for (i = 0; i < ERR_NUM_ERRORS; i++) { in ERR_clear_error()664 state->top = (state->top + 1) % ERR_NUM_ERRORS; in ERR_put_error()666 state->bottom = (state->bottom + 1) % ERR_NUM_ERRORS; in ERR_put_error()780 state->top = ERR_NUM_ERRORS - 1; in ERR_pop_to_mark()
372 #define ERR_NUM_ERRORS 16 macro378 struct err_error_st errors[ERR_NUM_ERRORS];