Searched refs:soap_headers (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/soap/ |
| 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.c | 25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC) 395 if (soap_headers && head) { 418 add_assoc_zval(soap_headers, (char*)trav->name, val);
|
| H A D | php_packet_soap.h | 25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC);
|
| H A D | php_http.c | 35 int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) 51 smart_str_append_const(soap_headers, "Proxy-Authorization: Basic "); 52 smart_str_appendl(soap_headers, (char*)buf, len); 53 smart_str_append_const(soap_headers, "\r\n"); 62 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) 79 smart_str_append_const(soap_headers, "Authorization: Basic "); 80 smart_str_appendl(soap_headers, (char*)buf, len); 81 smart_str_append_const(soap_headers, "\r\n"); 94 smart_str* soap_headers TSRMLS_DC) 150 smart_str_appendl(soap_headers, 240 smart_str soap_headers = {0}; local 339 smart_str soap_headers = {0}; local [all...] |
| H A D | soap.c | 63 static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval **arguments, int arg_count, int version, HashTable *soap_headers TSRMLS_DC); 1491 soapHeader *soap_headers = NULL; local 1641 function = deserialize_function_call(service->sdl, doc_request, service->actor, &function_name, &num_params, ¶ms, &soap_version, &soap_headers TSRMLS_CC); 1653 service->soap_headers_ptr = &soap_headers; 1770 if (soap_headers != NULL) { 1771 soapHeader *header = soap_headers; 1894 doc_return = serialize_response_call(function, response_name, service->uri, retval, soap_headers, soap_version TSRMLS_CC); 1961 while (soap_headers != NULL) { 1962 soapHeader *h = soap_headers; 1965 soap_headers 2613 do_soap_call(zval* this_ptr, char* function, int function_len, int arg_count, zval** real_args, zval* return_value, char* location, char* soap_action, char* call_uri, HashTable* soap_headers, zval* output_headers TSRMLS_DC) argument 2839 HashTable* soap_headers = NULL; local [all...] |
Completed in 9 milliseconds