Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_http.c46 smart_str_append(soap_headers, buf); in proxy_authentication()
85 smart_str *soap_headers) in http_context_add_header() argument
246 smart_str soap_headers = {0}; in http_connect() local
269 …if (php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)) != ZSTR_LEN(soap_… in http_connect()
273 smart_str_free(&soap_headers); in http_connect()
346 smart_str soap_headers = {0}; in make_http_soap_request() local
886 smart_str_0(&soap_headers); in make_http_soap_request()
891 ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)); in make_http_soap_request()
894 smart_str_0(&soap_headers); in make_http_soap_request()
896 err = php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)); in make_http_soap_request()
[all …]
H A Dphp_http.h29 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
30 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
35 smart_str* soap_headers);
H A Dphp_packet_soap.h22 …buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers);
H A Dsoap.c1516 if (soap_headers != NULL) { in PHP_METHOD()
1681 while (soap_headers != NULL) { in PHP_METHOD()
1682 soapHeader *h = soap_headers; in PHP_METHOD()
1685 soap_headers = soap_headers->next; in PHP_METHOD()
2369 soap_headers == NULL) { in do_soap_call()
2514 HashTable* soap_headers, in soap_client_call_common() argument
2525 if (soap_headers) { in soap_client_call_common()
2527 soap_headers = zend_array_dup(soap_headers); in soap_client_call_common()
2564 efree(soap_headers); in soap_client_call_common()
2656 soap_headers, in PHP_METHOD()
[all …]
H A Dphp_packet_soap.c22 …*buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers) in parse_packet_soap() argument
390 if (soap_headers && head) { in parse_packet_soap()
413 add_assoc_zval(soap_headers, (char*)trav->name, &val); in parse_packet_soap()

Completed in 23 milliseconds