Lines Matching defs:async
17 /* Included before async.h to avoid some warnings */
22 #include <openssl/async.h>
97 static int async = 0;
877 {"async", OPT_ASYNC, '-', "Operate in asynchronous mode"},
1070 async = 0;
1596 async = 1;
1892 if (async) {
1997 if (async)
2524 || (async && SSL_waiting_for_async(con));
2727 * init_ssl_connection handles all async events itself so if we're
2728 * waiting for async then we shouldn't go back into
2731 if ((!async || !SSL_waiting_for_async(con))