Home
last modified time | relevance | path

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

/PHP-7.4/ext/libxml/
H A Dlibxml.c275 ZVAL_UNDEF(&libxml_globals->entity_loader.object); in PHP_GINIT_FUNCTION()
276 libxml_globals->entity_loader.fci.size = 0; in PHP_GINIT_FUNCTION()
637 fci = &LIBXML(entity_loader).fci; in _php_libxml_external_entity_loader()
677 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
947 _php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object); in PHP_RSHUTDOWN_FUNCTION()
1175 _php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object); in PHP_FUNCTION()
1178 LIBXML(entity_loader).fci = fci; in PHP_FUNCTION()
1181 ZVAL_OBJ(&LIBXML(entity_loader).object, fci.object); in PHP_FUNCTION()
1182 Z_ADDREF(LIBXML(entity_loader).object); in PHP_FUNCTION()
1184 LIBXML(entity_loader).fcc = fcc; in PHP_FUNCTION()
H A Dphp_libxml.h51 } entity_loader; variable

Completed in 11 milliseconds