registered_phpfunctions 1078 ext/dom/php_dom.c 	if (intern->registered_phpfunctions) {
registered_phpfunctions 1079 ext/dom/php_dom.c 		zend_hash_destroy(intern->registered_phpfunctions);
registered_phpfunctions 1080 ext/dom/php_dom.c 		FREE_HASHTABLE(intern->registered_phpfunctions);
registered_phpfunctions 1232 ext/dom/php_dom.c 	intern->registered_phpfunctions = NULL;
registered_phpfunctions 1235 ext/dom/php_dom.c 	ALLOC_HASHTABLE(intern->registered_phpfunctions);
registered_phpfunctions 1236 ext/dom/php_dom.c 	zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0);
registered_phpfunctions   77 ext/dom/php_dom.h 	HashTable *registered_phpfunctions;
registered_phpfunctions  209 ext/dom/xpath.c 	} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable, strlen(callable) + 1) == 0) { 
registered_phpfunctions  569 ext/dom/xpath.c 			zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new_string, sizeof(zval*), NULL);
registered_phpfunctions  580 ext/dom/xpath.c 		zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), NULL);
registered_phpfunctions   84 ext/xsl/php_xsl.c 	zend_hash_destroy(intern->registered_phpfunctions);
registered_phpfunctions   85 ext/xsl/php_xsl.c 	FREE_HASHTABLE(intern->registered_phpfunctions);
registered_phpfunctions  125 ext/xsl/php_xsl.c 	intern->registered_phpfunctions = NULL;
registered_phpfunctions  136 ext/xsl/php_xsl.c 	ALLOC_HASHTABLE(intern->registered_phpfunctions);
registered_phpfunctions  137 ext/xsl/php_xsl.c 	zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0);
registered_phpfunctions   64 ext/xsl/php_xsl.h 	HashTable *registered_phpfunctions;
registered_phpfunctions  339 ext/xsl/xsltprocessor.c 	} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable, strlen(callable) + 1) == 0) {
registered_phpfunctions  899 ext/xsl/xsltprocessor.c 			zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new_string, sizeof(zval*), NULL);
registered_phpfunctions  909 ext/xsl/xsltprocessor.c 		zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), NULL);