Searched refs:g_uri_unescape_string (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2locationhandler.c | 230 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/ |
D | httpd.c | 88 unescaped = g_uri_unescape_string (escaped, NULL); in handler()
|
/third_party/glib/glib/ |
D | guri.h | 388 char * g_uri_unescape_string (const char *escaped_string,
|
D | guri.c | 2636 g_uri_unescape_string (const gchar *escaped_string, in g_uri_unescape_string() function
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 1330 *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/ |
D | gstdataurisrc.c | 391 bdata = g_uri_unescape_string (data_start, NULL); in gst_data_uri_src_set_uri()
|
/third_party/glib/gio/ |
D | gicon.c | 377 tokens[i] = g_uri_unescape_string (escaped, NULL); in g_icon_new_from_tokens()
|
D | gresourcefile.c | 245 path = g_uri_unescape_string (uri + strlen ("resource:"), NULL); in _g_resource_file_new()
|
D | gfile.c | 8442 unescaped = g_uri_unescape_string (uri + strlen ("resource://"), NULL); in g_file_load_bytes()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcice.c | 262 *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/ |
D | curlhttpsrc.c | 196 req->path = g_uri_unescape_string (path, NULL); in http_request_new()
|
/third_party/glib/glib/tests/ |
D | uri.c | 363 s = g_uri_unescape_string (tests[i].escaped, tests[i].illegal_characters); in test_uri_unescape_string()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3441 g_uri_unescape_string
|