Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dphp_http.c289 char *http_headers, *http_body, *content_type, *http_version, *cookie_itt; in make_http_soap_request() local
1005 if (!get_http_body(stream, http_close, http_headers, &http_body, &http_body_size TSRMLS_CC)) { in make_http_soap_request()
1037 efree(http_body); in make_http_soap_request()
1145 efree(http_body); in make_http_soap_request()
1197 ZVAL_STRINGL(params[0], http_body+10, http_body_size-10, 0); in make_http_soap_request()
1203 ZVAL_STRINGL(params[0], http_body, http_body_size, 0); in make_http_soap_request()
1208 efree(http_body); in make_http_soap_request()
1217 efree(http_body); in make_http_soap_request()
1223 efree(http_body); in make_http_soap_request()
1232 *buffer = http_body; in make_http_soap_request()

Completed in 7 milliseconds