Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_http.c49 smart_str_append(soap_headers, buf); in proxy_authentication()
88 smart_str *soap_headers) in http_context_add_header() argument
249 smart_str soap_headers = {0}; in http_connect() local
272 …if (php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)) != ZSTR_LEN(soap_… in http_connect()
276 smart_str_free(&soap_headers); in http_connect()
351 smart_str soap_headers = {0}; in make_http_soap_request() local
883 smart_str_0(&soap_headers); in make_http_soap_request()
888 ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)); in make_http_soap_request()
891 smart_str_0(&soap_headers); in make_http_soap_request()
893 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.c1159 soapHeader *soap_headers = NULL; local
1406 if (soap_headers != NULL) {
1574 while (soap_headers != NULL) {
1575 soapHeader *h = soap_headers;
1578 soap_headers = soap_headers->next;
2250 soap_headers == NULL) {
2389 HashTable* soap_headers = NULL; local
2451 if (soap_headers) {
2453 soap_headers = zend_array_dup(soap_headers);
2494 efree(soap_headers);
[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 21 milliseconds