entity_loader     280 ext/libxml/libxml.c 	ZVAL_UNDEF(&libxml_globals->entity_loader.object);
entity_loader     281 ext/libxml/libxml.c 	libxml_globals->entity_loader.fci.size = 0;
entity_loader     584 ext/libxml/libxml.c 	fci = &LIBXML(entity_loader).fci;
entity_loader     624 ext/libxml/libxml.c 	status = zend_call_function(fci, &LIBXML(entity_loader).fcc);
entity_loader     895 ext/libxml/libxml.c 	_php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object);
entity_loader    1121 ext/libxml/libxml.c 	_php_libxml_destroy_fci(&LIBXML(entity_loader).fci, &LIBXML(entity_loader).object);
entity_loader    1124 ext/libxml/libxml.c 		LIBXML(entity_loader).fci = fci;
entity_loader    1127 ext/libxml/libxml.c 			ZVAL_OBJ(&LIBXML(entity_loader).object, fci.object);
entity_loader    1128 ext/libxml/libxml.c 			Z_ADDREF(LIBXML(entity_loader).object);
entity_loader    1130 ext/libxml/libxml.c 		LIBXML(entity_loader).fcc = fcc;
entity_loader      53 ext/libxml/php_libxml.h 	} entity_loader;