Home
last modified time | relevance | path

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

/PHP-8.1/ext/libxml/
H A Dlibxml.c229 ZVAL_UNDEF(&libxml_globals->entity_loader.object); in PHP_GINIT_FUNCTION()
230 libxml_globals->entity_loader.fci.size = 0; in PHP_GINIT_FUNCTION()
592 fci = &LIBXML(entity_loader).fci; in _php_libxml_external_entity_loader()
631 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
898 _php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object); in PHP_RSHUTDOWN_FUNCTION()
1125 _php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object); in PHP_FUNCTION()
1128 LIBXML(entity_loader).fci = fci; in PHP_FUNCTION()
1131 ZVAL_OBJ(&LIBXML(entity_loader).object, fci.object); in PHP_FUNCTION()
1132 Z_ADDREF(LIBXML(entity_loader).object); in PHP_FUNCTION()
1134 LIBXML(entity_loader).fcc = fcc; in PHP_FUNCTION()
H A Dphp_libxml.h50 } entity_loader; variable

Completed in 11 milliseconds