Home
last modified time | relevance | path

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

/PHP-5.5/ext/xsl/
H A Dphp_xsl.c87 if (intern->node_list) { in ZEND_GET_MODULE()
88 zend_hash_destroy(intern->node_list); in ZEND_GET_MODULE()
89 FREE_HASHTABLE(intern->node_list); in ZEND_GET_MODULE()
126 intern->node_list = NULL; in xsl_objects_new()
H A Dphp_xsl.h65 HashTable *node_list; member
H A Dxsltprocessor.c352 if (intern->node_list == NULL) { in xsl_ext_function_php()
353 ALLOC_HASHTABLE(intern->node_list); in xsl_ext_function_php()
354 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_ext_function_php()
357 zend_hash_next_index_insert(intern->node_list, &retval, sizeof(zval *), NULL); in xsl_ext_function_php()
622 if (intern->node_list != NULL) { in php_xsl_apply_stylesheet()
623 zend_hash_destroy(intern->node_list); in php_xsl_apply_stylesheet()
624 FREE_HASHTABLE(intern->node_list); in php_xsl_apply_stylesheet()
625 intern->node_list = NULL; in php_xsl_apply_stylesheet()
/PHP-5.5/ext/dom/
H A Dxpath.c225 if (intern->node_list == NULL) { in dom_xpath_ext_function_php()
226 ALLOC_HASHTABLE(intern->node_list); in dom_xpath_ext_function_php()
227 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in dom_xpath_ext_function_php()
230 zend_hash_next_index_insert(intern->node_list, &retval, sizeof(zval *), NULL); in dom_xpath_ext_function_php()
H A Dphp_dom.h78 HashTable *node_list; member
H A Dphp_dom.c1078 if (intern->node_list) { in dom_xpath_objects_free_storage()
1079 zend_hash_destroy(intern->node_list); in dom_xpath_objects_free_storage()
1080 FREE_HASHTABLE(intern->node_list); in dom_xpath_objects_free_storage()
1228 intern->node_list = NULL; in dom_xpath_objects_new()

Completed in 20 milliseconds