Searched refs:ERR_NUM_ERRORS (Results 1 – 3 of 3) sorted by relevance
36 for (unsigned i = 0; i < ERR_NUM_ERRORS*2; i++) { in OPENSSL_MSVC_PRAGMA()40 for (unsigned i = 0; i < ERR_NUM_ERRORS - 1; i++) { in OPENSSL_MSVC_PRAGMA()47 EXPECT_EQ(static_cast<int>(i + ERR_NUM_ERRORS + 2), ERR_GET_REASON(err)); in OPENSSL_MSVC_PRAGMA()197 for (unsigned i = 0; i < ERR_NUM_ERRORS / 2; i++) { in TEST()200 for (unsigned i = 1; i < ERR_NUM_ERRORS; i++) { in TEST()211 for (int j = 1; j < ERR_NUM_ERRORS; j++) { in TEST()
147 struct err_error_st errors[ERR_NUM_ERRORS];194 for (unsigned i = 0; i < ERR_NUM_ERRORS; i++) { in err_state_free()236 i = (state->bottom + 1) % ERR_NUM_ERRORS; in get_error_values()335 for (i = 0; i < ERR_NUM_ERRORS; i++) { in ERR_clear_error()651 state->top = (state->top + 1) % ERR_NUM_ERRORS; in ERR_put_error()653 state->bottom = (state->bottom + 1) % ERR_NUM_ERRORS; in ERR_put_error()767 state->top = ERR_NUM_ERRORS - 1; in ERR_pop_to_mark()816 : ERR_NUM_ERRORS + state->top - state->bottom; in ERR_save_state()817 assert(num_errors < ERR_NUM_ERRORS); in ERR_save_state()827 size_t j = (state->bottom + i + 1) % ERR_NUM_ERRORS; in ERR_save_state()[all …]
444 #define ERR_NUM_ERRORS 16 macro