Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_http.c1442 zend_string *http_buf = NULL; in get_http_body() local
1482 if (http_buf) { in get_http_body()
1488 if (http_buf) { in get_http_body()
1489 http_buf = zend_string_realloc(http_buf, http_buf_size + buf_size, 0); in get_http_body()
1512 if (http_buf) { in get_http_body()
1520 if (http_buf) { in get_http_body()
1543 if (http_buf == NULL) { in get_http_body()
1562 if (http_buf) { in get_http_body()
1563 http_buf = zend_string_realloc(http_buf, http_buf_size + 4096, 0); in get_http_body()
1577 http_buf->len = http_buf_size; in get_http_body()
[all …]

Completed in 8 milliseconds