Searched refs:soap_headers (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/soap/ |
H A D | php_http.c | 46 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 891 smart_str_0(&soap_headers); in make_http_soap_request() 896 ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)); in make_http_soap_request() 899 smart_str_0(&soap_headers); in make_http_soap_request() 901 err = php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)); in make_http_soap_request() [all …]
|
H A D | php_http.h | 29 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 D | php_packet_soap.h | 22 …buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers);
|
H A D | soap.c | 1520 if (soap_headers != NULL) { in PHP_METHOD() 1685 while (soap_headers != NULL) { in PHP_METHOD() 1686 soapHeader *h = soap_headers; in PHP_METHOD() 1689 soap_headers = soap_headers->next; in PHP_METHOD() 2376 soap_headers == NULL) { in do_soap_call() 2521 HashTable* soap_headers, in soap_client_call_common() argument 2532 if (soap_headers) { in soap_client_call_common() 2534 soap_headers = zend_array_dup(soap_headers); in soap_client_call_common() 2571 efree(soap_headers); in soap_client_call_common() 2663 soap_headers, in PHP_METHOD() [all …]
|
H A D | php_packet_soap.c | 22 …*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 35 milliseconds