libxml_globals    270 ext/libxml/libxml.c 	libxml_globals->stream_context = NULL;
libxml_globals    271 ext/libxml/libxml.c 	libxml_globals->error_buffer.c = NULL;
libxml_globals    272 ext/libxml/libxml.c 	libxml_globals->error_list = NULL;
libxml_globals    273 ext/libxml/libxml.c 	libxml_globals->entity_loader.fci.size = 0;
libxml_globals    274 ext/libxml/libxml.c 	libxml_globals->entity_loader_disabled = 0;
libxml_globals    110 ext/libxml/php_libxml.h #define LIBXML(v) (libxml_globals.v)