Home
last modified time | relevance | path

Searched refs:funcret (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dasynctest.c199 int funcret; in test_ASYNC_start_job() local
206 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job()
209 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job()
212 || funcret != 2) { in test_ASYNC_start_job()
227 int funcret; in test_ASYNC_get_current_job() local
234 || ASYNC_start_job(&job, waitctx, &funcret, save_current, NULL, 0) in test_ASYNC_get_current_job()
237 || ASYNC_start_job(&job, waitctx, &funcret, save_current, NULL, 0) in test_ASYNC_get_current_job()
239 || funcret != 1) { in test_ASYNC_get_current_job()
254 int funcret; in test_ASYNC_WAIT_CTX_get_all_fds() local
262 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dasynctest.c129 int funcret; in test_ASYNC_start_job() local
136 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job()
139 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job()
142 || funcret != 2) { in test_ASYNC_start_job()
157 int funcret; in test_ASYNC_get_current_job() local
164 || ASYNC_start_job(&job, waitctx, &funcret, save_current, NULL, 0) in test_ASYNC_get_current_job()
167 || ASYNC_start_job(&job, waitctx, &funcret, save_current, NULL, 0) in test_ASYNC_get_current_job()
169 || funcret != 1) { in test_ASYNC_get_current_job()
184 int funcret; in test_ASYNC_WAIT_CTX_get_all_fds() local
192 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
[all …]