gf_xml_sax_parse  110 include/gpac/xml.h GF_Err gf_xml_sax_parse(GF_SAXParser *parser, const void *string_bytes);
gf_xml_sax_parse 2023 src/scene_manager/loader_svg.c 		return gf_xml_sax_parse(parser->sax_parser, str_data);
gf_xml_sax_parse 2089 src/scene_manager/loader_svg.c 		e = gf_xml_sax_parse(parser->sax_parser, str);
gf_xml_sax_parse 3094 src/scene_manager/loader_xmt.c 		return gf_xml_sax_parse(parser->sax_parser, str_data);
gf_xml_sax_parse 3130 src/scene_manager/loader_xmt.c 	e = gf_xml_sax_parse(parser->sax_parser, str);
gf_xml_sax_parse 1044 src/scene_manager/swf_bifs.c 			gf_xml_sax_parse(xml, text->init_value);
gf_xml_sax_parse 3288 src/scenegraph/dom_smjs.c 				else e = gf_xml_sax_parse(ctx->sax, parameter->data);
gf_xml_sax_parse 1095 src/utils/xml_parser.c 	if (parser->unicode_type >= 0) return gf_xml_sax_parse(parser, BOM);
gf_xml_sax_parse 1114 src/utils/xml_parser.c 	return gf_xml_sax_parse(parser, BOM + offset);
gf_xml_sax_parse 1159 src/utils/xml_parser.c 		e = gf_xml_sax_parse(parser, szLine);
gf_xml_sax_parse 1225 src/utils/xml_parser.c 		e = gf_xml_sax_parse(parser, xml_mem_address+3);