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 || ((unsigned)ERR_GET_REASON(err)) != i + ERR_NUM_ERRORS + 2) { in TestOverflow()
163 for (i = 0; i < ERR_NUM_ERRORS; i++) { in err_state_free()205 i = (state->bottom + 1) % ERR_NUM_ERRORS; in get_error_values()305 for (i = 0; i < ERR_NUM_ERRORS; i++) { in ERR_clear_error()625 state->top = (state->top + 1) % ERR_NUM_ERRORS; in ERR_put_error()627 state->bottom = (state->bottom + 1) % ERR_NUM_ERRORS; in ERR_put_error()741 state->top = ERR_NUM_ERRORS - 1; in ERR_pop_to_mark()
368 #define ERR_NUM_ERRORS 16 macro374 struct err_error_st errors[ERR_NUM_ERRORS];