node_list 1024 ext/dom/php_dom.c if (intern->node_list) { node_list 1025 ext/dom/php_dom.c zend_hash_destroy(intern->node_list); node_list 1026 ext/dom/php_dom.c FREE_HASHTABLE(intern->node_list); node_list 73 ext/dom/php_dom.h HashTable *node_list; node_list 208 ext/dom/xpath.c if (intern->node_list == NULL) { node_list 209 ext/dom/xpath.c ALLOC_HASHTABLE(intern->node_list); node_list 210 ext/dom/xpath.c zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); node_list 213 ext/dom/xpath.c zend_hash_next_index_insert(intern->node_list, &retval); node_list 81 ext/xsl/php_xsl.c if (intern->node_list) { node_list 82 ext/xsl/php_xsl.c zend_hash_destroy(intern->node_list); node_list 83 ext/xsl/php_xsl.c FREE_HASHTABLE(intern->node_list); node_list 67 ext/xsl/php_xsl.h HashTable *node_list; node_list 348 ext/xsl/xsltprocessor.c if (intern->node_list == NULL) { node_list 349 ext/xsl/xsltprocessor.c ALLOC_HASHTABLE(intern->node_list); node_list 350 ext/xsl/xsltprocessor.c zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); node_list 353 ext/xsl/xsltprocessor.c zend_hash_next_index_insert(intern->node_list, &retval); node_list 598 ext/xsl/xsltprocessor.c if (intern->node_list != NULL) { node_list 599 ext/xsl/xsltprocessor.c zend_hash_destroy(intern->node_list); node_list 600 ext/xsl/xsltprocessor.c FREE_HASHTABLE(intern->node_list); node_list 601 ext/xsl/xsltprocessor.c intern->node_list = NULL;