Lines Matching refs:bytes_read
1353 size_t bytes_read = 0; in run_script_worker() local
1358 if (!SSL_peek_ex(c_tgt, buf, sizeof(buf), &bytes_read) in run_script_worker()
1359 || bytes_read == 0) in run_script_worker()
1366 size_t bytes_read = 0; in run_script_worker() local
1374 &bytes_read); in run_script_worker()
1381 if (bytes_read + offset != op->arg1) { in run_script_worker()
1382 offset += bytes_read; in run_script_worker()
1397 size_t bytes_read = 0; in run_script_worker() local
1409 &bytes_read))) in run_script_worker()
1412 if (bytes_read + offset != op->arg1) { in run_script_worker()
1413 offset += bytes_read; in run_script_worker()
1429 size_t bytes_read = 0; in run_script_worker() local
1432 r = SSL_read_ex(c_tgt, buf, sizeof(buf), &bytes_read); in run_script_worker()
1435 || !TEST_size_t_eq(bytes_read, 0)) in run_script_worker()
1783 size_t bytes_read = 0; in run_script_worker() local
1790 r = SSL_read_ex(c_tgt, buf, sizeof(buf), &bytes_read); in run_script_worker()
1800 size_t bytes_read = 0; in run_script_worker() local
1807 r = SSL_read_ex(c_tgt, buf, sizeof(buf), &bytes_read); in run_script_worker()
1821 size_t bytes_read = 0; in run_script_worker() local
1829 &bytes_read); in run_script_worker()
1830 if (!TEST_true(ret == 0 || (op->arg1 && bytes_read == 0))) in run_script_worker()