Searched refs:pct_part_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() local1359 pct_part_sep = g_strdup_printf ("%%%2.2X", (guint) (*part_sep)); in _gst_uri_string_to_table()1374 for (next_sep = strcasestr (part, pct_part_sep); next_sep; in _gst_uri_string_to_table()1375 next_sep = strcasestr (next_sep + 1, pct_part_sep)) { in _gst_uri_string_to_table()1422 g_free (pct_part_sep); in _gst_uri_string_to_table()
33511 …gsturi.c:1283:24: error: 'pct_part_sep' may be used uninitialized in this function [-Werror=maybe-…33512 next_sep = strcasestr (next_sep + 1, pct_part_sep)) {