Lines Matching defs:ns
36 PHP_DOM_EXPORT void php_dom_xpath_callback_ns_ctor(php_dom_xpath_callback_ns *ns) in php_dom_xpath_callback_ns_ctor()
42 PHP_DOM_EXPORT void php_dom_xpath_callback_ns_dtor(php_dom_xpath_callback_ns *ns) in php_dom_xpath_callback_ns_dtor()
82 php_dom_xpath_callback_ns *ns; in php_dom_xpath_callbacks_dtor() local
94 static void php_dom_xpath_callback_ns_get_gc(php_dom_xpath_callback_ns *ns, zend_get_gc_buffer *gc_… in php_dom_xpath_callback_ns_get_gc()
108 php_dom_xpath_callback_ns *ns; in php_dom_xpath_callbacks_get_gc() local
170 php_dom_xpath_callback_ns *ns; in php_dom_xpath_callbacks_delayed_lib_registration() local
181 php_dom_xpath_callback_ns* ns, in php_dom_xpath_callback_ns_update_method_handler()
262 …_callback_ns *php_dom_xpath_callbacks_ensure_ns(php_dom_xpath_callbacks *registry, zend_string *ns) in php_dom_xpath_callbacks_ensure_ns()
285 …_handler(php_dom_xpath_callbacks* registry, xmlXPathContextPtr ctxt, zend_string *ns, zend_string … in php_dom_xpath_callbacks_update_method_handler()
291 …_handler(php_dom_xpath_callbacks* registry, xmlXPathContextPtr ctxt, zend_string *ns, zend_string … in php_dom_xpath_callbacks_update_single_method_handler()
391 …h_callback_dispatch(php_dom_xpath_callbacks *xpath_callbacks, php_dom_xpath_callback_ns *ns, xmlXP… in php_dom_xpath_callback_dispatch()
501 …php_dom_xpath_callback_ns *ns = zend_hash_str_find_ptr(xpath_callbacks->namespaces, namespace, str… in php_dom_xpath_callbacks_call_custom_ns() local