Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_http.c1428 zend_string *http_buf = NULL; in get_http_body() local
1468 if (http_buf) { in get_http_body()
1474 if (http_buf) { in get_http_body()
1475 http_buf = zend_string_realloc(http_buf, http_buf_size + buf_size, 0); in get_http_body()
1498 if (http_buf) { in get_http_body()
1506 if (http_buf) { in get_http_body()
1529 if (http_buf == NULL) { in get_http_body()
1548 if (http_buf) { in get_http_body()
1549 http_buf = zend_string_realloc(http_buf, http_buf_size + 4096, 0); in get_http_body()
1563 http_buf->len = http_buf_size; in get_http_body()
[all …]

Completed in 7 milliseconds