Home
last modified time | relevance | path

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

/PHP-8.1/ext/xsl/
H A Dphp_xsl.c69 if (intern->node_list) { in ZEND_GET_MODULE()
70 zend_hash_destroy(intern->node_list); in ZEND_GET_MODULE()
71 FREE_HASHTABLE(intern->node_list); in ZEND_GET_MODULE()
H A Dphp_xsl.h62 HashTable *node_list; member
H A Dxsltprocessor.c271 if (intern->node_list == NULL) { in xsl_ext_function_php()
272 intern->node_list = zend_new_array(0); in xsl_ext_function_php()
275 zend_hash_next_index_insert(intern->node_list, &retval); in xsl_ext_function_php()
520 if (intern->node_list != NULL) { in php_xsl_apply_stylesheet()
521 zend_hash_destroy(intern->node_list); in php_xsl_apply_stylesheet()
522 FREE_HASHTABLE(intern->node_list); in php_xsl_apply_stylesheet()
523 intern->node_list = NULL; in php_xsl_apply_stylesheet()
/PHP-8.1/ext/dom/
H A Dxpath.c162 if (intern->node_list == NULL) { in dom_xpath_ext_function_php()
163 intern->node_list = zend_new_array(0); in dom_xpath_ext_function_php()
166 zend_hash_next_index_insert(intern->node_list, &retval); in dom_xpath_ext_function_php()
H A Dphp_dom.h70 HashTable *node_list; member
H A Dphp_dom.c999 if (intern->node_list) { in dom_xpath_objects_free_storage()
1000 zend_hash_destroy(intern->node_list); in dom_xpath_objects_free_storage()
1001 FREE_HASHTABLE(intern->node_list); in dom_xpath_objects_free_storage()

Completed in 26 milliseconds