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.c1479 … ssize_t len_read = php_stream_read(stream, http_buf->val + http_buf_size, buf_size - len_size); in get_http_body() local
1480 if (len_read <= 0) { in get_http_body()
1485 len_size += len_read; in get_http_body()
1486 http_buf_size += len_read; in get_http_body()
1537 …ssize_t len_read = php_stream_read(stream, http_buf->val + http_buf_size, header_length - http_buf… in get_http_body() local
1538 if (len_read <= 0) { in get_http_body()
1541 http_buf_size += len_read; in get_http_body()
1545 ssize_t len_read; in get_http_body() local
1551 len_read = php_stream_read(stream, http_buf->val + http_buf_size, 4096); in get_http_body()
1552 if (len_read > 0) { in get_http_body()
[all …]

Completed in 7 milliseconds