Searched refs:ERR_NUM_ERRORS (Results 1 – 6 of 6) sorted by relevance
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()652 state->top = (state->top + 1) % ERR_NUM_ERRORS; in ERR_put_error()654 state->bottom = (state->bottom + 1) % ERR_NUM_ERRORS; in ERR_put_error()768 state->top = ERR_NUM_ERRORS - 1; in ERR_pop_to_mark()817 : ERR_NUM_ERRORS + state->top - state->bottom; in ERR_save_state()818 assert(num_errors < ERR_NUM_ERRORS); in ERR_save_state()828 size_t j = (state->bottom + i + 1) % ERR_NUM_ERRORS; in ERR_save_state()[all …]
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()659 state->top = (state->top + 1) % ERR_NUM_ERRORS; in ERR_put_error()661 state->bottom = (state->bottom + 1) % ERR_NUM_ERRORS; in ERR_put_error()791 state->top = ERR_NUM_ERRORS - 1; in ERR_pop_to_mark()840 : ERR_NUM_ERRORS + state->top - state->bottom; in ERR_save_state()841 assert(num_errors < ERR_NUM_ERRORS); in ERR_save_state()851 size_t j = (state->bottom + i + 1) % ERR_NUM_ERRORS; in ERR_save_state()[all …]
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()208 for (unsigned i = 0; i < ERR_NUM_ERRORS / 2; i++) { in TEST()211 for (unsigned i = 1; i < ERR_NUM_ERRORS; i++) { in TEST()222 for (int j = 1; j < ERR_NUM_ERRORS; j++) { in TEST()
448 #define ERR_NUM_ERRORS 16 macro
466 #define ERR_NUM_ERRORS 16 macro