Searched refs:http_headers (Results 1 – 1 of 1) sorted by relevance
280 if (http_headers) { in http_connect()281 zend_string_free(http_headers); in http_connect()363 zend_string *http_headers; in make_http_soap_request() local930 http_headers = get_http_headers(stream); in make_http_soap_request()931 if (!http_headers) { in make_http_soap_request()977 zend_string_release_ex(http_headers, 0); in make_http_soap_request()988 cookie_itt = ZSTR_VAL(http_headers); in make_http_soap_request()1105 zend_string_release_ex(http_headers, 0); in make_http_soap_request()1300 zend_string_release_ex(http_headers, 0); in make_http_soap_request()1318 zend_string_release_ex(http_headers, 0); in make_http_soap_request()[all …]
Completed in 5 milliseconds