Home
last modified time | relevance | path

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

/PHP-7.3/ext/libxml/
H A Dlibxml.c278 ZVAL_UNDEF(&libxml_globals->entity_loader.object); in PHP_GINIT_FUNCTION()
279 libxml_globals->entity_loader.fci.size = 0; in PHP_GINIT_FUNCTION()
592 fci = &LIBXML(entity_loader).fci; in _php_libxml_external_entity_loader()
632 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
903 _php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object); in PHP_RSHUTDOWN_FUNCTION()
1131 _php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object); in PHP_FUNCTION()
1134 LIBXML(entity_loader).fci = fci; in PHP_FUNCTION()
1137 ZVAL_OBJ(&LIBXML(entity_loader).object, fci.object); in PHP_FUNCTION()
1138 Z_ADDREF(LIBXML(entity_loader).object); in PHP_FUNCTION()
1140 LIBXML(entity_loader).fcc = fcc; in PHP_FUNCTION()
H A Dphp_libxml.h51 } entity_loader; variable

Completed in 17 milliseconds