Home
last modified time | relevance | path

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

/PHP-7.1/ext/libxml/
H A Dlibxml.c280 ZVAL_UNDEF(&libxml_globals->entity_loader.object); in PHP_GINIT_FUNCTION()
281 libxml_globals->entity_loader.fci.size = 0; in PHP_GINIT_FUNCTION()
584 fci = &LIBXML(entity_loader).fci; in _php_libxml_external_entity_loader()
624 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
894 _php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object); in PHP_RSHUTDOWN_FUNCTION()
1120 _php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object); in PHP_FUNCTION()
1123 LIBXML(entity_loader).fci = fci; in PHP_FUNCTION()
1126 ZVAL_OBJ(&LIBXML(entity_loader).object, fci.object); in PHP_FUNCTION()
1127 Z_ADDREF(LIBXML(entity_loader).object); in PHP_FUNCTION()
1129 LIBXML(entity_loader).fcc = fcc; in PHP_FUNCTION()
H A Dphp_libxml.h53 } entity_loader; variable

Completed in 14 milliseconds