Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_http.c205 smart_str soap_headers = {0}; in http_connect() local
211 smart_str_appendc(&soap_headers, ':'); in http_connect()
223 if (php_stream_write(stream, soap_headers.c, soap_headers.len) != soap_headers.len) { in http_connect()
227 smart_str_free(&soap_headers); in http_connect()
277 smart_str soap_headers = {0}; in make_http_soap_request() local
784 smart_str_0(&soap_headers); in make_http_soap_request()
787 add_property_stringl(this_ptr, "__last_request_headers", soap_headers.c, soap_headers.len, 1); in make_http_soap_request()
790 smart_str_0(&soap_headers); in make_http_soap_request()
792 err = php_stream_write(stream, soap_headers.c, soap_headers.len); in make_http_soap_request()
793 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.c1903 if (soap_headers != NULL) {
2124 while (soap_headers != NULL) {
2125 soapHeader *h = soap_headers;
2128 soap_headers = soap_headers->next;
2888 soap_headers == NULL) {
3078 if (soap_headers) {
3083 soap_headers = t;
3119 efree(soap_headers);
3416 HashTable *soap_headers; local
3424 soap_headers = NULL;
[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()
397 if (soap_headers && head) { in parse_packet_soap()
420 add_assoc_zval(soap_headers, (char*)trav->name, val); in parse_packet_soap()

Completed in 30 milliseconds