Searched refs:g_markup_escape_text (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | mpl2parse.c | 77 line_chunk_escaped = g_markup_escape_text (line, sep - line); in mpl2_parse_line() 79 line_chunk_escaped = g_markup_escape_text (line, -1); in mpl2_parse_line()
|
D | gstsubparse.c | 586 line_chunk = g_markup_escape_text (line, line_split - line); in parse_mdvdsub() 588 line_chunk = g_markup_escape_text (line, strlen (line)); in parse_mdvdsub() 1046 ret = g_markup_escape_text (state->buf->str, state->buf->len); in parse_subrip()
|
/third_party/libsoup/examples/ |
D | simple-httpd.c | 42 escaped = g_markup_escape_text (d_name, -1); in get_directory_listing() 51 escaped = g_markup_escape_text (strchr (path, '/'), -1); in get_directory_listing()
|
/third_party/glib/glib/tests/ |
D | markup-escape.c | 51 result = g_markup_escape_text (test->original, -1); in escape_test()
|
D | strfuncs.c | 1797 tmp = g_markup_escape_text (string, 4096); in test_bounds() 1905 tmp = g_markup_escape_text (string, -1); in test_bounds()
|
/third_party/glib/glib/ |
D | gmarkup.h | 227 gchar* g_markup_escape_text (const gchar *text,
|
D | gbookmarkfile.c | 299 name = g_markup_escape_text (app_info->name, -1); in bookmark_app_info_dump() 300 exec = g_markup_escape_text (app_info->exec, -1); in bookmark_app_info_dump() 412 group_name = g_markup_escape_text ((gchar *) l->data, -1); in bookmark_metadata_dump() 574 escaped_uri = g_markup_escape_text (item->uri, -1); in bookmark_item_dump() 597 escaped_title = g_markup_escape_text (item->title, -1); in bookmark_item_dump() 613 escaped_desc = g_markup_escape_text (item->description, -1); in bookmark_item_dump() 1551 escaped_title = g_markup_escape_text (bookmark->title, -1); in g_bookmark_file_dump() 1568 escaped_desc = g_markup_escape_text (bookmark->description, -1); in g_bookmark_file_dump()
|
D | gmarkup.c | 2310 g_markup_escape_text (const gchar *text, in g_markup_escape_text() function 2575 escaped = g_markup_escape_text (output_start, op1 - output_start); in g_markup_vprintf_escaped()
|
/third_party/libsoup/libsoup/ |
D | soup-directory-input-stream.c | 65 xml_string = g_markup_escape_text (file_name, -1); in G_DEFINE_TYPE()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstxmptag.c | 1535 return g_markup_escape_text (g_value_get_string (value), -1); in gst_value_serialize_xmp()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1551 g_markup_escape_text
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gstbasetextoverlay.c | 2919 text = g_markup_escape_text (in_text, in_size); in gst_base_text_overlay_video_chain()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 1394 gchar *escaped_text = g_markup_escape_text (text, -1); in gst_ttml_render_generate_pango_markup()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-demux.c | 4189 utf8 = g_markup_escape_text ((gchar *) map.data, map.size); in gst_matroska_demux_check_subtitle_buffer()
|
/third_party/glib/ |
D | NEWS | 2017 - #1376 gmarkup: Optimize g_markup_escape_text() 11644 464145 g_markup_escape_text Produces Invalid XML
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 148696 …ext/pango/gsttextoverlay.c: g_markup_escape_text() REALLY doesn't like non-UTF8 input and doesn't … 148700 g_markup_escape_text() REALLY doesn't like non-UTF8 input
|