Home
last modified time | relevance | path

Searched refs:g_uri_unescape_string (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2locationhandler.c230 user = g_uri_unescape_string (split[0], NULL); in uri_handler_set_uri()
231 pass = g_uri_unescape_string (split[1], NULL); in uri_handler_set_uri()
/third_party/glib/gio/tests/
Dhttpd.c88 unescaped = g_uri_unescape_string (escaped, NULL); in handler()
/third_party/glib/glib/
Dguri.h388 char * g_uri_unescape_string (const char *escaped_string,
Dguri.c2636 g_uri_unescape_string (const gchar *escaped_string, in g_uri_unescape_string() function
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c1330 *next_elem = g_uri_unescape_string (elem, NULL); in _gst_uri_string_to_list()
1384 key = g_uri_unescape_string (part, NULL); in _gst_uri_string_to_table()
1392 value = g_uri_unescape_string (kv_sep_pos + 1, NULL); in _gst_uri_string_to_table()
1632 uri_obj->fragment = g_uri_unescape_string (uri + 1, NULL); in _gst_uri_from_string_internal()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstdataurisrc.c391 bdata = g_uri_unescape_string (data_start, NULL); in gst_data_uri_src_set_uri()
/third_party/glib/gio/
Dgicon.c377 tokens[i] = g_uri_unescape_string (escaped, NULL); in g_icon_new_from_tokens()
Dgresourcefile.c245 path = g_uri_unescape_string (uri + strlen ("resource:"), NULL); in _g_resource_file_new()
Dgfile.c8442 unescaped = g_uri_unescape_string (uri + strlen ("resource://"), NULL); in g_file_load_bytes()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcice.c262 *user = g_uri_unescape_string (userinfo, NULL); in _parse_userinfo()
274 *pass = g_uri_unescape_string (&colon[1], NULL); in _parse_userinfo()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcurlhttpsrc.c196 req->path = g_uri_unescape_string (path, NULL); in http_request_new()
/third_party/glib/glib/tests/
Duri.c363 s = g_uri_unescape_string (tests[i].escaped, tests[i].illegal_characters); in test_uri_unescape_string()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3441 g_uri_unescape_string