Searched refs:soap_headers (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/soap/ |
H A D | php_http.c | 241 smart_str soap_headers = {0}; in http_connect() local 252 smart_str_appendc(&soap_headers, ':'); in http_connect() 258 smart_str_appendc(&soap_headers, ':'); in http_connect() 264 …if (php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)) != ZSTR_LEN(soap_… in http_connect() 268 smart_str_free(&soap_headers); in http_connect() 343 smart_str soap_headers = {0}; in make_http_soap_request() local 679 smart_str_free(&soap_headers); in make_http_soap_request() 875 smart_str_0(&soap_headers); in make_http_soap_request() 881 smart_str_0(&soap_headers); in make_http_soap_request() 883 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 | 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()
|
H A D | soap.c | 1212 soapHeader *soap_headers = NULL; local 1492 if (soap_headers != NULL) { 1671 while (soap_headers != NULL) { 1672 soapHeader *h = soap_headers; 1675 soap_headers = soap_headers->next; 2364 soap_headers == NULL) { 2506 HashTable* soap_headers = NULL; local 2567 if (soap_headers) { 2569 soap_headers = zend_array_dup(soap_headers); 2610 efree(soap_headers); [all …]
|
Completed in 32 milliseconds