Home
last modified time | relevance | path

Searched refs:php_ns (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/dom/
H A Dxpath_callbacks.c49 registry->php_ns = NULL; in php_dom_xpath_callbacks_ctor()
77 if (registry->php_ns) { in php_dom_xpath_callbacks_dtor()
78 php_dom_xpath_callback_ns_dtor(registry->php_ns); in php_dom_xpath_callbacks_dtor()
79 efree(registry->php_ns); in php_dom_xpath_callbacks_dtor()
104 if (registry->php_ns) { in php_dom_xpath_callbacks_get_gc()
105 php_dom_xpath_callback_ns_get_gc(registry->php_ns, gc_buffer); in php_dom_xpath_callbacks_get_gc()
117 if (registry->php_ns || registry->namespaces) { in php_dom_xpath_callbacks_get_gc_for_whole_object()
265 if (!registry->php_ns) { in php_dom_xpath_callbacks_ensure_ns()
266 registry->php_ns = emalloc(sizeof(php_dom_xpath_callback_ns)); in php_dom_xpath_callbacks_ensure_ns()
267 php_dom_xpath_callback_ns_ctor(registry->php_ns); in php_dom_xpath_callbacks_ensure_ns()
[all …]
H A Dxpath_callbacks.h43 php_dom_xpath_callback_ns *php_ns; member

Completed in 6 milliseconds