Home
last modified time | relevance | path

Searched refs:unescape_string (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgdummyfile.c66 static char * unescape_string (const gchar *escaped_string,
322 return unescape_string (remainder, NULL, "/"); in g_dummy_file_get_relative_path()
440 unescape_string (const gchar *escaped_string, in unescape_string() function
623 decoded->userinfo = unescape_string (userinfo_start, userinfo_end, NULL); in _g_decode_uri()
652 decoded->path = unescape_string (hier_part_start, hier_part_end, "/"); in _g_decode_uri()
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dsamiparse.c360 unescape_string (const gchar * text) in unescape_string() function
881 gchar *unescaped = unescape_string (line); in parse_sami()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c295 unescape_string (const gchar * escaped_string, const gchar * illegal_characters) in unescape_string() function
469 unescaped = unescape_string (colon + 3, "/"); in gst_uri_get_location()
/third_party/gstreamer/gstreamer/
DChangeLog87710 * gst/gsturi.c: (unescape_string), (gst_uri_has_protocol):