OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Mar 06 19:51:54 UTC 2026