Home
last modified time | relevance | path

Searched refs:entity_loader (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/libxml/
H A Dlibxml.c227 ZVAL_UNDEF(&libxml_globals->entity_loader.object); in PHP_GINIT_FUNCTION()
228 libxml_globals->entity_loader.fci.size = 0; in PHP_GINIT_FUNCTION()
588 fci = &LIBXML(entity_loader).fci; in _php_libxml_external_entity_loader()
627 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
924 _php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object); in PHP_RSHUTDOWN_FUNCTION()
1151 _php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object); in PHP_FUNCTION()
1154 LIBXML(entity_loader).fci = fci; in PHP_FUNCTION()
1157 ZVAL_OBJ(&LIBXML(entity_loader).object, fci.object); in PHP_FUNCTION()
1158 Z_ADDREF(LIBXML(entity_loader).object); in PHP_FUNCTION()
1160 LIBXML(entity_loader).fcc = fcc; in PHP_FUNCTION()
H A Dphp_libxml.h49 } entity_loader; variable

Completed in 13 milliseconds