Searched refs:g_markup_parse_context_new (Results 1 – 19 of 19) sorted by relevance
/third_party/glib/glib/tests/ |
D | markup-collect.c | 154 ctx = g_markup_parse_context_new (&parser, G_MARKUP_IGNORE_QUALIFIED, string, NULL); in test_collect() 209 context = g_markup_parse_context_new (&cleanup_parser, 0, NULL, NULL); in test_cleanup()
|
D | markup-parse.c | 119 context = g_markup_parse_context_new (&silent_parser, flags, NULL, NULL); in test_in_chunks() 176 context = g_markup_parse_context_new (&parser, flags, NULL, NULL); in test_file()
|
D | markup.c | 83 context = g_markup_parse_context_new (&parser, 0, &data, NULL); in test_markup_stack()
|
D | markup-subparser.c | 292 ctx = g_markup_parse_context_new (&parser, 0, string, NULL); in test()
|
D | autoptr.c | 243 g_autoptr(GMarkupParseContext) val = g_markup_parse_context_new (&parser, 0, NULL, NULL); in test_g_markup_parse_context()
|
/third_party/glib/glib/ |
D | gmarkup.h | 187 GMarkupParseContext *g_markup_parse_context_new (const GMarkupParser *parser,
|
D | gmarkup.c | 220 g_markup_parse_context_new (const GMarkupParser *parser, in g_markup_parse_context_new() function
|
D | gbookmarkfile.c | 1501 context = g_markup_parse_context_new (&markup_parser, in g_bookmark_file_parse()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | mklangtables.c | 184 ctx = g_markup_parse_context_new (&xml_parser, 0, NULL, NULL); in parse_iso_639_xml()
|
D | lang.c | 171 ctx = g_markup_parse_context_new (&xml_parser, 0, ht, NULL); in gst_tag_load_iso_639_xml()
|
D | mklicensestables.c | 412 ctx = g_markup_parse_context_new (&license_rdf_parser, in parse_license_rdf()
|
/third_party/glib/gobject/tests/ |
D | boxed.c | 563 c = g_markup_parse_context_new (&parser, 0, NULL, NULL); in test_boxed_markup()
|
/third_party/glib/gio/ |
D | glib-compile-resources.c | 571 context = g_markup_parse_context_new (&parser, in parse_resource_file()
|
D | gcontenttype.c | 420 context = g_markup_parse_context_new (&parser, 0, &parse_data, NULL); in load_comment_for_mime_helper()
|
D | gsettingsschema.c | 703 context = g_markup_parse_context_new (&parser, G_MARKUP_TREAT_CDATA_AS_TEXT, &info, NULL); in parse_into_text_tables()
|
D | gdbusintrospection.c | 1794 context = g_markup_parse_context_new (parser, in g_dbus_node_info_new_for_xml()
|
D | glib-compile-schemas.c | 1803 context = g_markup_parse_context_new (&parser, in parse_gschema_files()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.c | 1541 context = g_markup_parse_context_new (&parser, 0, &accum, NULL); in strip_pango_markup()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1554 g_markup_parse_context_new
|