Home
last modified time | relevance | path

Searched refs:SCHANNEL_FREE_BUFFER_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtls_schannel.c36 #define SCHANNEL_FREE_BUFFER_SIZE 1024 macro
173 if (c->enc_buf_size - c->enc_buf_offset < SCHANNEL_FREE_BUFFER_SIZE) { in tls_client_handshake_loop()
174 c->enc_buf_size = c->enc_buf_offset + SCHANNEL_FREE_BUFFER_SIZE; in tls_client_handshake_loop()
392 int min_enc_buf_size = len + SCHANNEL_FREE_BUFFER_SIZE; in tls_read()
407 if (size < SCHANNEL_FREE_BUFFER_SIZE || c->enc_buf_size < min_enc_buf_size) { in tls_read()
408 c->enc_buf_size = c->enc_buf_offset + SCHANNEL_FREE_BUFFER_SIZE; in tls_read()
447 size = inbuf[1].cbBuffer > SCHANNEL_FREE_BUFFER_SIZE ? in tls_read()
448 inbuf[1].cbBuffer : SCHANNEL_FREE_BUFFER_SIZE; in tls_read()

Completed in 2 milliseconds