Searched refs:BR_SSL_SENDAPP (Results 1 – 4 of 4) sorted by relevance
197 if (run_until(ctx, BR_SSL_SENDAPP) < 0) { in br_sslio_write()241 return run_until(ctx, BR_SSL_SENDAPP | BR_SSL_RECVAPP); in br_sslio_flush()
1289 s |= BR_SSL_SENDAPP; in br_ssl_engine_current_state()
432 sendapp = ((st & BR_SSL_SENDAPP) != 0); in run_ssl_engine()
2015 #define BR_SSL_SENDAPP 0x0008 macro