Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_http.c244 smart_str soap_headers = {0}; in http_connect() local
250 smart_str_appendc(&soap_headers, ':'); in http_connect()
262 if (php_stream_write(stream, soap_headers.c, soap_headers.len) != soap_headers.len) { in http_connect()
266 smart_str_free(&soap_headers); in http_connect()
343 smart_str soap_headers = {0}; in make_http_soap_request() local
857 smart_str_0(&soap_headers); in make_http_soap_request()
860 add_property_stringl(this_ptr, "__last_request_headers", soap_headers.c, soap_headers.len, 1); in make_http_soap_request()
863 smart_str_0(&soap_headers); in make_http_soap_request()
865 err = php_stream_write(stream, soap_headers.c, soap_headers.len); in make_http_soap_request()
866 if (err != soap_headers.len) { in make_http_soap_request()
[all …]
H A Dphp_http.h34 int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC);
35 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC);
40 smart_str* soap_headers TSRMLS_DC);
H A Dphp_packet_soap.h25 …t buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC);
H A Dsoap.c1502 soapHeader *soap_headers = NULL; local
1781 if (soap_headers != NULL) {
1972 while (soap_headers != NULL) {
1973 soapHeader *h = soap_headers;
1976 soap_headers = soap_headers->next;
2716 soap_headers == NULL) {
2859 HashTable* soap_headers = NULL; local
2915 if (soap_headers) {
2920 soap_headers = t;
2958 efree(soap_headers);
[all …]
H A Dphp_packet_soap.c25 …nt buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC) in parse_packet_soap()
395 if (soap_headers && head) { in parse_packet_soap()
418 add_assoc_zval(soap_headers, (char*)trav->name, val); in parse_packet_soap()

Completed in 27 milliseconds