HomeSort by: relevance | last modified time | path
    Searched refs:teardown (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_thread_assist.c 34 if (qta->teardown)
49 * - We have been asked to teardown (qta->teardown is set);
56 if (qta->teardown)
75 qta->teardown = 0;
94 if (!qta->teardown) {
95 qta->teardown = 1;
141 if (qta->teardown)
quic_thread_assist.c 34 if (qta->teardown)
49 * - We have been asked to teardown (qta->teardown is set);
56 if (qta->teardown)
75 qta->teardown = 0;
94 if (!qta->teardown) {
95 qta->teardown = 1;
141 if (qta->teardown)
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_thread_assist.h 49 int teardown, joined; member in struct:quic_thread_assist_st
63 * returns before the teardown is complete. Idempotent; multiple calls to this
73 * if the teardown has already completed.
quic_thread_assist.h 49 int teardown, joined; member in struct:quic_thread_assist_st
63 * returns before the teardown is complete. Idempotent; multiple calls to this
73 * if the teardown has already completed.
  /src/external/bsd/ntp/dist/sntp/unity/
unity_fixture_internals.h 24 unityfunction * teardown,
unity_fixture_internals.h 24 unityfunction * teardown,
  /src/tests/fs/nullfs/
t_ipc.sh 39 teardown() function
62 teardown
83 teardown
115 teardown
147 teardown
t_ipc.sh 39 teardown() function
62 teardown
83 teardown
115 teardown
147 teardown
  /src/sys/arch/arm/acpi/
acpi_cpu_md.c 248 goto teardown;
255 goto teardown;
262 goto teardown;
269 goto teardown;
276 goto teardown;
284 goto teardown;
289 teardown:
acpi_cpu_md.c 248 goto teardown;
255 goto teardown;
262 goto teardown;
269 goto teardown;
276 goto teardown;
284 goto teardown;
289 teardown:
  /src/external/mpl/bind/dist/tests/include/tests/
isc.h 91 #define ISC_TEST_ENTRY_CUSTOM(name, setup, teardown) \
92 { #name, run_test_##name, setup, teardown, NULL },
104 #define ISC_LOOP_TEST_CUSTOM_DECLARE(name, setup, teardown) \
141 #define ISC_LOOP_TEST_CUSTOM_IMPL(name, setup, teardown) \
146 isc_job_cb teardown_loop = teardown; \
186 #define ISC_TEST_MAIN_CUSTOM(setup, teardown) \
260 r = cmocka_run_group_tests(selected, setup, teardown); \
262 r = cmocka_run_group_tests(tests, setup, teardown); \
isc.h 91 #define ISC_TEST_ENTRY_CUSTOM(name, setup, teardown) \
92 { #name, run_test_##name, setup, teardown, NULL },
104 #define ISC_LOOP_TEST_CUSTOM_DECLARE(name, setup, teardown) \
141 #define ISC_LOOP_TEST_CUSTOM_IMPL(name, setup, teardown) \
146 isc_job_cb teardown_loop = teardown; \
186 #define ISC_TEST_MAIN_CUSTOM(setup, teardown) \
260 r = cmocka_run_group_tests(selected, setup, teardown); \
262 r = cmocka_run_group_tests(tests, setup, teardown); \
  /src/external/mit/expat/dist/tests/
minicheck.h 117 tcase_teardown_function teardown; member in struct:TCase
142 tcase_teardown_function teardown);
minicheck.h 117 tcase_teardown_function teardown; member in struct:TCase
142 tcase_teardown_function teardown);
minicheck.c 86 tcase_teardown_function teardown) {
89 tc->teardown = teardown;
220 /* teardown */
221 if (tc->teardown != NULL) {
223 handle_failure(runner, verbosity, context, "during teardown");
226 tc->teardown();
minicheck.c 86 tcase_teardown_function teardown) {
89 tc->teardown = teardown;
220 /* teardown */
221 if (tc->teardown != NULL) {
223 handle_failure(runner, verbosity, context, "during teardown");
226 tc->teardown();
  /src/crypto/external/apache2/openssl/dist/doc/designs/ddd/
ddd-01-conn-blocking.c 119 void teardown(BIO *bio) function
183 teardown(b);
ddd-01-conn-blocking.c 119 void teardown(BIO *bio) function
183 teardown(b);
ddd-03-fd-blocking.c 112 void teardown(SSL *ssl) function
209 teardown(ssl);
  /src/external/mpl/bind/dist/tests/dns/
nametree_test.c 88 teardown(void **state ISC_ATTR_UNUSED) { function
323 ISC_TEST_ENTRY_CUSTOM(add_bool, setup, teardown)
324 ISC_TEST_ENTRY_CUSTOM(add_bits, setup, teardown)
325 ISC_TEST_ENTRY_CUSTOM(add_count, setup, teardown)
326 ISC_TEST_ENTRY_CUSTOM(covered_bool, setup, teardown)
327 ISC_TEST_ENTRY_CUSTOM(covered_bits, setup, teardown)
328 ISC_TEST_ENTRY_CUSTOM(delete, setup, teardown)
329 ISC_TEST_ENTRY_CUSTOM(find, setup, teardown)
nametree_test.c 88 teardown(void **state ISC_ATTR_UNUSED) { function
323 ISC_TEST_ENTRY_CUSTOM(add_bool, setup, teardown)
324 ISC_TEST_ENTRY_CUSTOM(add_bits, setup, teardown)
325 ISC_TEST_ENTRY_CUSTOM(add_count, setup, teardown)
326 ISC_TEST_ENTRY_CUSTOM(covered_bool, setup, teardown)
327 ISC_TEST_ENTRY_CUSTOM(covered_bits, setup, teardown)
328 ISC_TEST_ENTRY_CUSTOM(delete, setup, teardown)
329 ISC_TEST_ENTRY_CUSTOM(find, setup, teardown)
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
run-tests 140 env_program `find_program teardown-env`
run-tests 140 env_program `find_program teardown-env`
  /src/tests/fs/lfs/
t_fcntl.c 46 void teardown(int, struct ufs_args *, off_t);
163 void teardown(int fd, struct ufs_args *argsp, off_t filesize) function
266 teardown(fd, &args, A_FEW_BLOCKS);
317 fprintf(stderr, "* Teardown\n");
318 teardown(fd, &args, MORE_THAN_A_SEGMENT);
394 teardown(fd, &args, CHUNKSIZE);
t_fcntl.c 46 void teardown(int, struct ufs_args *, off_t);
163 void teardown(int fd, struct ufs_args *argsp, off_t filesize) function
266 teardown(fd, &args, A_FEW_BLOCKS);
317 fprintf(stderr, "* Teardown\n");
318 teardown(fd, &args, MORE_THAN_A_SEGMENT);
394 teardown(fd, &args, CHUNKSIZE);

Completed in 184 milliseconds

1 2 3 4