node_list 1083 ext/dom/php_dom.c if (intern->node_list) { node_list 1084 ext/dom/php_dom.c zend_hash_destroy(intern->node_list); node_list 1085 ext/dom/php_dom.c FREE_HASHTABLE(intern->node_list); node_list 1233 ext/dom/php_dom.c intern->node_list = NULL; node_list 78 ext/dom/php_dom.h HashTable *node_list; node_list 225 ext/dom/xpath.c if (intern->node_list == NULL) { node_list 226 ext/dom/xpath.c ALLOC_HASHTABLE(intern->node_list); node_list 227 ext/dom/xpath.c zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); node_list 230 ext/dom/xpath.c zend_hash_next_index_insert(intern->node_list, &retval, sizeof(zval *), NULL); node_list 87 ext/xsl/php_xsl.c if (intern->node_list) { node_list 88 ext/xsl/php_xsl.c zend_hash_destroy(intern->node_list); node_list 89 ext/xsl/php_xsl.c FREE_HASHTABLE(intern->node_list); node_list 126 ext/xsl/php_xsl.c intern->node_list = NULL; node_list 65 ext/xsl/php_xsl.h HashTable *node_list; node_list 356 ext/xsl/xsltprocessor.c if (intern->node_list == NULL) { node_list 357 ext/xsl/xsltprocessor.c ALLOC_HASHTABLE(intern->node_list); node_list 358 ext/xsl/xsltprocessor.c zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); node_list 361 ext/xsl/xsltprocessor.c zend_hash_next_index_insert(intern->node_list, &retval, sizeof(zval *), NULL); node_list 626 ext/xsl/xsltprocessor.c if (intern->node_list != NULL) { node_list 627 ext/xsl/xsltprocessor.c zend_hash_destroy(intern->node_list); node_list 628 ext/xsl/xsltprocessor.c FREE_HASHTABLE(intern->node_list); node_list 629 ext/xsl/xsltprocessor.c intern->node_list = NULL;