Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_http.c357 int http_close; in make_http_soap_request() local
1064 http_close = FALSE; in make_http_soap_request()
1069 http_close = TRUE; in make_http_soap_request()
1074 if (http_close == FALSE) { in make_http_soap_request()
1078 http_close = TRUE; in make_http_soap_request()
1084 http_close = TRUE; in make_http_soap_request()
1089 http_close = FALSE; in make_http_soap_request()
1094 if (http_close == TRUE) { in make_http_soap_request()
1098 http_close = FALSE; in make_http_soap_request()
1106 http_body = get_http_body(stream, http_close, ZSTR_VAL(http_headers)); in make_http_soap_request()
[all …]

Completed in 8 milliseconds