Home
last modified time | relevance | path

Searched refs:len_read (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/soap/
H A Dphp_http.c1489 … ssize_t len_read = php_stream_read(stream, http_buf->val + http_buf_size, buf_size - len_size); in get_http_body() local
1490 if (len_read <= 0) { in get_http_body()
1495 len_size += len_read; in get_http_body()
1496 http_buf_size += len_read; in get_http_body()
1547 …ssize_t len_read = php_stream_read(stream, http_buf->val + http_buf_size, header_length - http_buf… in get_http_body() local
1548 if (len_read <= 0) { in get_http_body()
1551 http_buf_size += len_read; in get_http_body()
1555 ssize_t len_read; in get_http_body() local
1561 len_read = php_stream_read(stream, http_buf->val + http_buf_size, 4096); in get_http_body()
1562 if (len_read > 0) { in get_http_body()
[all …]

Completed in 6 milliseconds