Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_http.c1486 … ssize_t len_read = php_stream_read(stream, http_buf->val + http_buf_size, buf_size - len_size); in get_http_body() local
1487 if (len_read <= 0) { in get_http_body()
1492 len_size += len_read; in get_http_body()
1493 http_buf_size += len_read; in get_http_body()
1544 …ssize_t len_read = php_stream_read(stream, http_buf->val + http_buf_size, header_length - http_buf… in get_http_body() local
1545 if (len_read <= 0) { in get_http_body()
1548 http_buf_size += len_read; in get_http_body()
1552 ssize_t len_read; in get_http_body() local
1558 len_read = php_stream_read(stream, http_buf->val + http_buf_size, 4096); in get_http_body()
1559 if (len_read > 0) { in get_http_body()
[all …]

Completed in 10 milliseconds