Searched refs:sdlFunctionPtr (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/soap/ |
H A D | php_packet_soap.h | 25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na…
|
H A D | php_sdl.c | 905 sdlFunctionPtr function; in load_wsdl() 2296 sdlFunctionPtr *tmp; in add_sdl_to_cache() 2365 sdlFunctionPtr *tmp; in add_sdl_to_cache() 2897 static sdlFunctionPtr make_persistent_sdl_function(sdlFunctionPtr func, HashTable *ptr_map) in make_persistent_sdl_function() 2899 sdlFunctionPtr pfunc = NULL; in make_persistent_sdl_function() 3104 sdlFunctionPtr *tmp; in make_persistent_sdl() 3105 sdlFunctionPtr pfunc; in make_persistent_sdl() 3121 sdlFunctionPtr *tmp; in make_persistent_sdl() 3122 sdlFunctionPtr *preq; in make_persistent_sdl() 3535 sdlFunctionPtr function = *((sdlFunctionPtr*)data); in delete_function() [all …]
|
H A D | php_soap.h | 59 typedef struct _sdlFunction sdlFunction, *sdlFunctionPtr; typedef
|
H A D | soap.c | 38 sdlFunctionPtr function; 49 static void function_to_string(sdlFunctionPtr function, smart_str *buf); 58 static sdlFunctionPtr get_function(sdlPtr sdl, const char *function_name); 59 static sdlFunctionPtr get_doc_function(sdlPtr sdl, xmlNodePtr node); 1526 sdlFunctionPtr function; 2660 sdlFunctionPtr fn; 2999 sdlFunctionPtr *function; 3450 sdlFunctionPtr function; 3482 sdlFunctionPtr function; 4551 sdlFunctionPtr *tmp; [all …]
|
H A D | php_packet_soap.c | 25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap()
|
Completed in 33 milliseconds