HomeSort by: relevance | last modified time | path
    Searched defs:test_log_cb_res (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
cmp_ctx_test.c 246 static int test_log_cb_res = 0; variable
250 test_log_cb_res =
288 if (!TEST_int_eq(test_log_cb_res, 1))
291 test_log_cb_res = -1; /* callback should not be called at all */
294 if (!TEST_int_eq(test_log_cb_res, -1))
  /src/crypto/external/apache2/openssl/dist/test/
cmp_ctx_test.c 261 static int test_log_cb_res = 0; variable
265 test_log_cb_res =
306 if (!TEST_int_eq(test_log_cb_res, 1))
309 test_log_cb_res = -1; /* callback should not be called at all */
313 if (!TEST_int_eq(test_log_cb_res, -1))

Completed in 39 milliseconds