Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_http.c352 int http_header_size, http_body_size, http_close; in make_http_soap_request() local
1027 http_close = FALSE; in make_http_soap_request()
1032 http_close = TRUE; in make_http_soap_request()
1037 if (http_close == FALSE) { in make_http_soap_request()
1041 http_close = TRUE; in make_http_soap_request()
1047 http_close = TRUE; in make_http_soap_request()
1052 http_close = FALSE; in make_http_soap_request()
1057 if (http_close == TRUE) { in make_http_soap_request()
1061 http_close = FALSE; in make_http_soap_request()
1068 if (!get_http_body(stream, http_close, http_headers, &http_body, &http_body_size TSRMLS_CC)) { in make_http_soap_request()
[all …]

Completed in 14 milliseconds