Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_http.c1426 zend_string *http_buf = NULL; in get_http_body() local
1466 if (http_buf) { in get_http_body()
1472 if (http_buf) { in get_http_body()
1473 http_buf = zend_string_realloc(http_buf, http_buf_size + buf_size, 0); in get_http_body()
1496 if (http_buf) { in get_http_body()
1504 if (http_buf) { in get_http_body()
1527 if (http_buf == NULL) { in get_http_body()
1546 if (http_buf) { in get_http_body()
1547 http_buf = zend_string_realloc(http_buf, http_buf_size + 4096, 0); in get_http_body()
1561 http_buf->len = http_buf_size; in get_http_body()
[all …]

Completed in 7 milliseconds