Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dphp_http.c209 smart_str soap_headers = {0}; in http_connect() local
215 smart_str_appendc(&soap_headers, ':'); in http_connect()
227 if (php_stream_write(stream, soap_headers.c, soap_headers.len) != soap_headers.len) { in http_connect()
231 smart_str_free(&soap_headers); in http_connect()
281 smart_str soap_headers = {0}; in make_http_soap_request() local
795 smart_str_0(&soap_headers); in make_http_soap_request()
798 add_property_stringl(this_ptr, "__last_request_headers", soap_headers.c, soap_headers.len, 1); in make_http_soap_request()
801 smart_str_0(&soap_headers); in make_http_soap_request()
803 err = php_stream_write(stream, soap_headers.c, soap_headers.len); in make_http_soap_request()
804 if (err != soap_headers.len) { in make_http_soap_request()
[all …]
H A Dphp_http.h34 int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC);
35 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC);
40 smart_str* soap_headers TSRMLS_DC);
H A Dphp_packet_soap.h25 …t buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC);
H A Dsoap.c1496 soapHeader *soap_headers = NULL; local
1775 if (soap_headers != NULL) {
1966 while (soap_headers != NULL) {
1967 soapHeader *h = soap_headers;
1970 soap_headers = soap_headers->next;
2705 soap_headers == NULL) {
2839 HashTable* soap_headers = NULL; local
2896 if (soap_headers) {
2901 soap_headers = t;
2939 efree(soap_headers);
[all …]
H A Dphp_packet_soap.c25 …nt buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC) in parse_packet_soap()
395 if (soap_headers && head) { in parse_packet_soap()
418 add_assoc_zval(soap_headers, (char*)trav->name, val); in parse_packet_soap()

Completed in 25 milliseconds