Lines Matching refs:function_name
391 …arserContextPtr ctxt, zval *params, uint32_t param_count, const char *function_name, size_t functi… in php_dom_xpath_callback_dispatch() argument
408 ZVAL_STRINGL(&fci.function_name, function_name, function_name_length); in php_dom_xpath_callback_dispatch()
411 zend_string_release_ex(Z_STR(fci.function_name), false); in php_dom_xpath_callback_dispatch()
418 zval *fcc_wrapper = zend_hash_str_find(&ns->functions, function_name, function_name_length); in php_dom_xpath_callback_dispatch()
422 zend_throw_error(NULL, "No callback handler \"%s\" registered", function_name); in php_dom_xpath_callback_dispatch()
475 const char *function_name = (const char *) obj->stringval; in php_dom_xpath_callbacks_call_php_ns() local
476 size_t function_name_length = strlen(function_name); in php_dom_xpath_callbacks_call_php_ns()
478 …(xpath_callbacks, xpath_callbacks->php_ns, ctxt, params, param_count, function_name, function_name… in php_dom_xpath_callbacks_call_php_ns()
505 const char *function_name = (const char *) ctxt->context->function; in php_dom_xpath_callbacks_call_custom_ns() local
506 size_t function_name_length = strlen(function_name); in php_dom_xpath_callbacks_call_custom_ns()
508 …ath_callback_dispatch(xpath_callbacks, ns, ctxt, params, param_count, function_name, function_name… in php_dom_xpath_callbacks_call_custom_ns()