Lines Matching refs:http_body
351 zend_string *http_body; in make_http_soap_request() local
1089 http_body = get_http_body(stream, http_close, ZSTR_VAL(http_headers)); in make_http_soap_request()
1090 if (!http_body) { in make_http_soap_request()
1126 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1235 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1285 ZVAL_STRINGL(¶ms[0], http_body->val+10, http_body->len-10); in make_http_soap_request()
1289 ZVAL_STR_COPY(¶ms[0], http_body); in make_http_soap_request()
1293 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1304 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1311 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1320 ZVAL_STR(return_value, http_body); in make_http_soap_request()