Searched refs:g_markup_parse_context_end_parse (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/glib/tests/ |
D | markup-collect.c | 159 result = g_markup_parse_context_end_parse (ctx, &error); in test_collect() 214 g_markup_parse_context_end_parse (context, NULL); in test_cleanup()
|
D | markup-parse.c | 137 if (!g_markup_parse_context_end_parse (context, NULL)) in test_in_chunks() 183 !g_markup_parse_context_end_parse (context, NULL)) in test_file()
|
D | markup-subparser.c | 296 result = g_markup_parse_context_end_parse (ctx, &error); in test()
|
/third_party/glib/glib/ |
D | gmarkup.h | 210 gboolean g_markup_parse_context_end_parse (GMarkupParseContext *context,
|
D | gmarkup.c | 1783 g_markup_parse_context_end_parse (GMarkupParseContext *context, in g_markup_parse_context_end_parse() function
|
D | gbookmarkfile.c | 1514 retval = g_markup_parse_context_end_parse (context, &end_error); in g_bookmark_file_parse()
|
/third_party/glib/gio/ |
D | glib-compile-resources.c | 577 !g_markup_parse_context_end_parse (context, &error)) in parse_resource_file()
|
D | gsettingsschema.c | 706 (void) g_markup_parse_context_end_parse (context, NULL); in parse_into_text_tables()
|
D | gdbusintrospection.c | 1805 if (!g_markup_parse_context_end_parse (context, error)) in g_dbus_node_info_new_for_xml()
|
D | glib-compile-schemas.c | 1811 !g_markup_parse_context_end_parse (context, &error)) in parse_gschema_files()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.c | 1549 g_markup_parse_context_end_parse (context, error); in strip_pango_markup()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1556 g_markup_parse_context_end_parse
|