Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dphp_http.c242 smart_str soap_headers = {0}; in http_connect() local
253 smart_str_appendc(&soap_headers, ':'); in http_connect()
259 smart_str_appendc(&soap_headers, ':'); in http_connect()
265 …if (php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)) != ZSTR_LEN(soap_… in http_connect()
269 smart_str_free(&soap_headers); in http_connect()
344 smart_str soap_headers = {0}; in make_http_soap_request() local
878 smart_str_0(&soap_headers); in make_http_soap_request()
884 smart_str_0(&soap_headers); in make_http_soap_request()
886 err = php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)); in make_http_soap_request()
887 if (err != ZSTR_LEN(soap_headers.s)) { in make_http_soap_request()
[all …]
H A Dphp_http.h32 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
33 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
38 smart_str* soap_headers);
H A Dphp_packet_soap.h25 …buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers);
H A Dsoap.c1517 soapHeader *soap_headers = NULL; local
1789 if (soap_headers != NULL) {
1964 while (soap_headers != NULL) {
1965 soapHeader *h = soap_headers;
1968 soap_headers = soap_headers->next;
2685 soap_headers == NULL) {
2827 HashTable* soap_headers = NULL; local
2883 if (soap_headers) {
2885 soap_headers = zend_array_dup(soap_headers);
2922 efree(soap_headers);
[all …]
H A Dphp_packet_soap.c25 …*buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers) in parse_packet_soap() argument
393 if (soap_headers && head) { in parse_packet_soap()
416 add_assoc_zval(soap_headers, (char*)trav->name, &val); in parse_packet_soap()

Completed in 32 milliseconds