Searched refs:BR_SSL_RECVAPP (Results 1 – 4 of 4) sorted by relevance
108 if (state & BR_SSL_RECVAPP) { in run_until()155 if (run_until(ctx, BR_SSL_RECVAPP) < 0) { in br_sslio_read()241 return run_until(ctx, BR_SSL_SENDAPP | BR_SSL_RECVAPP); in br_sslio_flush()255 run_until(ctx, BR_SSL_RECVAPP); in br_sslio_close()
1292 s |= BR_SSL_RECVAPP; in br_ssl_engine_current_state()
433 recvapp = ((st & BR_SSL_RECVAPP) != 0); in run_ssl_engine()
2017 #define BR_SSL_RECVAPP 0x0010 macro