Searched refs:byte_count (Results 1 – 1 of 1) sorted by relevance
31 size_t byte_count; member111 sb->byte_count += *readbytes; in ssl_read()112 if (sb->byte_count > sb->renegotiate_count) { in ssl_read()113 sb->byte_count = 0; in ssl_read()180 bs->byte_count += *written; in ssl_write()181 if (bs->byte_count > bs->renegotiate_count) { in ssl_write()182 bs->byte_count = 0; in ssl_write()375 dbs->byte_count = bs->byte_count; in ssl_ctrl()
Completed in 3 milliseconds