Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_http.c1565 smart_str tmp_response = {0}; in get_http_headers() local
1572 smart_str_0(&tmp_response); in get_http_headers()
1573 return tmp_response.s; in get_http_headers()
1577 smart_str_appends(&tmp_response, headerbuf); in get_http_headers()
1580 smart_str_free(&tmp_response); in get_http_headers()

Completed in 9 milliseconds