Home
last modified time | relevance | path

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

/PHP-7.3/ext/xsl/
H A Dphp_xsl.c79 if (intern->node_list) { in ZEND_GET_MODULE()
80 zend_hash_destroy(intern->node_list); in ZEND_GET_MODULE()
81 FREE_HASHTABLE(intern->node_list); in ZEND_GET_MODULE()
H A Dxsltprocessor.c345 if (intern->node_list == NULL) { in xsl_ext_function_php()
346 intern->node_list = zend_new_array(0); in xsl_ext_function_php()
349 zend_hash_next_index_insert(intern->node_list, &retval); in xsl_ext_function_php()
589 if (intern->node_list != NULL) { in php_xsl_apply_stylesheet()
590 zend_hash_destroy(intern->node_list); in php_xsl_apply_stylesheet()
591 FREE_HASHTABLE(intern->node_list); in php_xsl_apply_stylesheet()
592 intern->node_list = NULL; in php_xsl_apply_stylesheet()
H A Dphp_xsl.h65 HashTable *node_list; member
/PHP-7.3/ext/dom/
H A Dxpath.c206 if (intern->node_list == NULL) { in dom_xpath_ext_function_php()
207 intern->node_list = zend_new_array(0); in dom_xpath_ext_function_php()
210 zend_hash_next_index_insert(intern->node_list, &retval); in dom_xpath_ext_function_php()
H A Dphp_dom.h71 HashTable *node_list; member
H A Dphp_dom.c1020 if (intern->node_list) { in dom_xpath_objects_free_storage()
1021 zend_hash_destroy(intern->node_list); in dom_xpath_objects_free_storage()
1022 FREE_HASHTABLE(intern->node_list); in dom_xpath_objects_free_storage()

Completed in 18 milliseconds