Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_http.c1406 zend_string *http_buf = NULL; in get_http_body() local
1446 if (http_buf) { in get_http_body()
1452 if (http_buf) { in get_http_body()
1453 http_buf = zend_string_realloc(http_buf, http_buf_size + buf_size, 0); in get_http_body()
1476 if (http_buf) { in get_http_body()
1484 if (http_buf) { in get_http_body()
1507 if (http_buf == NULL) { in get_http_body()
1526 if (http_buf) { in get_http_body()
1527 http_buf = zend_string_realloc(http_buf, http_buf_size + 4096, 0); in get_http_body()
1541 http_buf->len = http_buf_size; in get_http_body()
[all …]

Completed in 9 milliseconds