Home | History | Annotate | Download | only in test

Lines Matching refs:async

94   // async_bio is async BIO which pauses reads and writes.
516 if (config->async) {
580 if (config->async && !early_callback_ready) {
648 if (GetTestConfig(ssl)->async && !GetTestState(ssl)->cert_ready) {
683 if (!config->async || config->use_early_callback) {
739 if (config->async && !GetTestState(ssl)->custom_verify_ready) {
1215 if (config->async && config->is_server) {
1360 assert(GetTestConfig(ssl)->async);
1448 if (config->async) {
1458 if (config->async) {
1471 } while (config->async && RetryAsync(ssl, ret));
1508 } while ((config->async && RetryAsync(ssl, ret)) || (ret > 0 && in_len > 0));
1519 } while (config->async && RetryAsync(ssl, ret));
1530 } while (config->async && RetryAsync(ssl, ret));
1962 !config->async &&
2017 if (!config->async) {
2018 // The async case will be supplied by |ChannelIdCallback|.
2148 if (config->async) {
2166 } else if (config->async) {
2278 config->async &&
2310 } while (config->async && RetryAsync(ssl, ret));
2356 } while (config->async && RetryAsync(ssl, ret));
2362 // Skip the |config->async| logic as this should be a no-op.
2459 if (!config->async) {
2460 fprintf(stderr, "-read-with-unfinished-write requires -async.\n");