Searched defs:soap_headers (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/ext/soap/ |
H A D | php_http.c | 31 int proxy_authentication(zval* this_ptr, smart_str* soap_headers) in proxy_authentication() 56 int basic_authentication(zval* this_ptr, smart_str* soap_headers) in basic_authentication() 85 smart_str *soap_headers) in http_context_add_header() 148 smart_str* soap_headers) in http_context_headers() 246 smart_str soap_headers = {0}; in http_connect() local 346 smart_str soap_headers = {0}; in make_http_soap_request() local
|
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()
|
H A D | soap.c | 1272 soapHeader *soap_headers = NULL; in PHP_METHOD() local 2283 HashTable* soap_headers, in do_soap_call() 2518 HashTable* soap_headers, in soap_client_call_common() 2634 HashTable* soap_headers = NULL; in PHP_METHOD() local 3878 …nst char *uri, zval *arguments, uint32_t arg_count, int version, HashTable *soap_headers) /* {{{ */ in serialize_function_call()
|
Completed in 22 milliseconds