Searched refs:g_markup_parse_context_parse (Results 1 – 17 of 17) sorted by relevance
/external/bluetooth/glib/tests/ |
D | markup-test.c | 121 if (!g_markup_parse_context_parse (context, in test_in_chunks() 165 if (!g_markup_parse_context_parse (context, contents, length, NULL)) in test_file()
|
D | markup-collect.c | 164 result = g_markup_parse_context_parse (ctx, in main()
|
/external/bluetooth/glib/glib/ |
D | gmarkup.h | 111 gboolean g_markup_parse_context_parse (GMarkupParseContext *context,
|
D | galiasdef.c | 1678 #undef g_markup_parse_context_parse 1679 extern __typeof (g_markup_parse_context_parse) g_markup_parse_context_parse __attribute((alias("IA_…
|
D | galias.h | 1671 extern __typeof (g_markup_parse_context_parse) IA__g_markup_parse_context_parse __attribute((visibi… 1672 #define g_markup_parse_context_parse IA__g_markup_parse_context_parse macro
|
/external/bluetooth/bluez/cups/ |
D | main.c | 113 if (g_markup_parse_context_parse(ctx, data, size, NULL) == FALSE) { in sdp_xml_parse_record()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-12 | 245 * glib/gmarkup.c (g_markup_parse_context_parse): 253 * glib/gmarkup.c (g_markup_parse_context_parse):
|
D | ChangeLog.pre-2-6 | 1317 (g_markup_parse_context_parse): Accept whitespace between 1474 in g_markup_parse_context_parse(). (#142794, Morten Welinder)
|
D | ChangeLog.pre-2-2 | 1171 * glib/gmarkup.c (g_markup_parse_context_parse): Added 1207 (g_markup_parse_context_parse): Fix passthrough handling to
|
D | ChangeLog.pre-2-20 | 699 * glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
|
D | NEWS | 2244 - Optimize g_markup_parse_context_parse() 2272 * Optimize g_markup_parse_context_parse() [Havoc Pennington,
|
D | ChangeLog.pre-2-16 | 19 Bug 521591 – g_markup_parse_context_parse() creates GError message that
|
D | ChangeLog.pre-2-14 | 1091 * glib/gmarkup.c (g_markup_parse_context_parse): Report
|
D | ChangeLog.pre-2-0 | 323 * glib/gmarkup.c (g_markup_parse_context_parse): Support 422 * glib/gmarkup.c (g_markup_parse_context_parse): Change the 464 (g_markup_parse_context_parse): add a couple assertions 4512 * gmarkup.c (g_markup_parse_context_parse): Handle a long stream
|
/external/bluetooth/bluez/plugins/ |
D | service.c | 261 if (g_markup_parse_context_parse(ctx, data, size, NULL) == FALSE) { in sdp_xml_parse_record()
|
/external/bluetooth/glib/gio/ |
D | gcontenttype.c | 637 res = g_markup_parse_context_parse (context, data, len, NULL); in load_comment_for_mime_helper()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1014 g_markup_parse_context_parse
|