Lines Matching defs:function

37 	sdlFunctionPtr                    function;  member
1238 static void _soap_server_exception(soapServicePtr service, sdlFunctionPtr function, zval *this_ptr)… in _soap_server_exception()
1273 sdlFunctionPtr function; in PHP_METHOD() local
1783 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader *hdr) /* {{{ */ in soap_server_fault_ex()
2279 const zend_string *function, in do_soap_call()
2516 const zend_string *function, in soap_client_call_common()
2578 zend_string *function = NULL; in PHP_METHOD() local
2601 zend_string *function = NULL; in PHP_METHOD() local
2683 sdlFunctionPtr function; in PHP_METHOD() local
2984 static void deserialize_parameters(xmlNodePtr params, sdlFunctionPtr function, uint32_t *num_params… in deserialize_parameters()
3077 sdlFunctionPtr function; in find_function() local
3123 sdlFunctionPtr function; in find_function_using_soap_action() local
3166 sdlFunctionPtr function = NULL; in deserialize_function_call() local
3446 static int serialize_response_call2(xmlNodePtr body, sdlFunctionPtr function, const char *function_… in serialize_response_call2()
3548 static xmlDocPtr serialize_response_call(sdlFunctionPtr function, const char *function_name, const … in serialize_response_call()
3921 static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, const char *funct… in serialize_function_call()
4187 static sdlParamPtr get_param(sdlFunctionPtr function, const char *param_name, zend_ulong index, int… in get_param()
4297 static void function_to_string(sdlFunctionPtr function, smart_str *buf) /* {{{ */ in function_to_string()