Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_http.c1477 … ssize_t len_read = php_stream_read(stream, http_buf->val + http_buf_size, buf_size - len_size); in get_http_body() local
1478 if (len_read <= 0) { in get_http_body()
1483 len_size += len_read; in get_http_body()
1484 http_buf_size += len_read; in get_http_body()
1535 …ssize_t len_read = php_stream_read(stream, http_buf->val + http_buf_size, header_length - http_buf… in get_http_body() local
1536 if (len_read <= 0) { in get_http_body()
1539 http_buf_size += len_read; in get_http_body()
1543 ssize_t len_read; in get_http_body() local
1549 len_read = php_stream_read(stream, http_buf->val + http_buf_size, 4096); in get_http_body()
1550 if (len_read > 0) { in get_http_body()
[all …]

Completed in 10 milliseconds