Home
last modified time | relevance | path

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

/PHP-8.4/ext/dom/
H A Dxpath_callbacks.c51 registry->node_list = NULL; in php_dom_xpath_callbacks_ctor()
56 if (registry->node_list) { in php_dom_xpath_callbacks_clean_node_list()
57 zend_hash_destroy(registry->node_list); in php_dom_xpath_callbacks_clean_node_list()
58 FREE_HASHTABLE(registry->node_list); in php_dom_xpath_callbacks_clean_node_list()
59 registry->node_list = NULL; in php_dom_xpath_callbacks_clean_node_list()
431 if (xpath_callbacks->node_list == NULL) { in php_dom_xpath_callback_dispatch()
432 xpath_callbacks->node_list = zend_new_array(0); in php_dom_xpath_callback_dispatch()
435 zend_hash_next_index_insert_new(xpath_callbacks->node_list, &callback_retval); in php_dom_xpath_callback_dispatch()
H A Dxpath_callbacks.h45 HashTable *node_list; member

Completed in 9 milliseconds