Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_http.c1432 zend_string *http_buf = NULL; in get_http_body() local
1472 if (http_buf) { in get_http_body()
1478 if (http_buf) { in get_http_body()
1479 http_buf = zend_string_realloc(http_buf, http_buf_size + buf_size, 0); in get_http_body()
1502 if (http_buf) { in get_http_body()
1510 if (http_buf) { in get_http_body()
1533 if (http_buf == NULL) { in get_http_body()
1552 if (http_buf) { in get_http_body()
1553 http_buf = zend_string_realloc(http_buf, http_buf_size + 4096, 0); in get_http_body()
1567 http_buf->len = http_buf_size; in get_http_body()
[all …]

Completed in 12 milliseconds