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.c1480 … ssize_t len_read = php_stream_read(stream, http_buf->val + http_buf_size, buf_size - len_size); in get_http_body() local
1481 if (len_read <= 0) { in get_http_body()
1486 len_size += len_read; in get_http_body()
1487 http_buf_size += len_read; in get_http_body()
1538 …ssize_t len_read = php_stream_read(stream, http_buf->val + http_buf_size, header_length - http_buf… in get_http_body() local
1539 if (len_read <= 0) { in get_http_body()
1542 http_buf_size += len_read; in get_http_body()
1546 ssize_t len_read; in get_http_body() local
1552 len_read = php_stream_read(stream, http_buf->val + http_buf_size, 4096); in get_http_body()
1553 if (len_read > 0) { in get_http_body()
[all …]

Completed in 8 milliseconds