Searched refs:pct_kv_sep (Results 1 – 2 of 2) sorted by relevance
1353 gchar *pct_part_sep = NULL, *pct_kv_sep = NULL; in _gst_uri_string_to_table() local1360 pct_kv_sep = g_strdup_printf ("%%%2.2X", (guint) (*kv_sep)); in _gst_uri_string_to_table()1402 for (next_sep = strcasestr (key, pct_kv_sep); next_sep; in _gst_uri_string_to_table()1403 next_sep = strcasestr (next_sep + 1, pct_kv_sep)) { in _gst_uri_string_to_table()1408 for (next_sep = strcasestr (value, pct_kv_sep); next_sep; in _gst_uri_string_to_table()1409 next_sep = strcasestr (next_sep + 1, pct_kv_sep)) { in _gst_uri_string_to_table()1423 g_free (pct_kv_sep); in _gst_uri_string_to_table()
33508 …gsturi.c:1316:27: error: 'pct_kv_sep' may be used uninitialized in this function [-Werror=maybe-un…33509 for (next_sep = strcasestr (value, pct_kv_sep); next_sep;