Searched refs:soap_headers (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/soap/ |
H A D | php_http.c | 244 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 858 smart_str_0(&soap_headers); in make_http_soap_request() 861 add_property_stringl(this_ptr, "__last_request_headers", soap_headers.c, soap_headers.len, 1); in make_http_soap_request() 864 smart_str_0(&soap_headers); in make_http_soap_request() 866 err = php_stream_write(stream, soap_headers.c, soap_headers.len); in make_http_soap_request() 867 if (err != soap_headers.len) { in make_http_soap_request() [all …]
|
H A D | php_http.h | 34 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 D | php_packet_soap.h | 25 …t buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC);
|
H A D | soap.c | 1525 soapHeader *soap_headers = NULL; local 1801 if (soap_headers != NULL) { 1992 while (soap_headers != NULL) { 1993 soapHeader *h = soap_headers; 1996 soap_headers = soap_headers->next; 2736 soap_headers == NULL) { 2879 HashTable* soap_headers = NULL; local 2935 if (soap_headers) { 2940 soap_headers = t; 2978 efree(soap_headers); [all …]
|
H A D | php_packet_soap.c | 25 …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 28 milliseconds