Home
last modified time | relevance | path

Searched refs:g_utf8_strchr (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c287 end = p = g_utf8_strchr (*ptr, -1, ','); in parse_attributes()
289 gchar *q = g_utf8_strchr (*ptr, -1, '"'); in parse_attributes()
294 q = g_utf8_strchr (q, -1, '"'); in parse_attributes()
297 end = p = g_utf8_strchr (q, -1, ','); in parse_attributes()
308 *v = p = g_utf8_strchr (*ptr, -1, '='); in parse_attributes()
315 ve = g_utf8_strchr (ve, -1, '"'); in parse_attributes()
544 end = g_utf8_strchr (data, -1, '\n'); in gst_m3u8_update()
548 r = g_utf8_strchr (data, -1, '\r'); in gst_m3u8_update()
1179 tmp = g_utf8_strchr (uri_copy, -1, '?'); in uri_join()
1200 tmp = g_utf8_strchr (uri_copy, -1, ':'); in uri_join()
[all …]
/third_party/glib/glib/
Dgunicode.h808 gchar* g_utf8_strchr (const gchar *p,
Dgutf8.c527 g_utf8_strchr (const char *p, in g_utf8_strchr() function
Dgbookmarkfile.c1037 p = g_utf8_strchr (attr, -1, ':'); in map_namespace_to_name()
1085 p = g_utf8_strchr (element_full, -1, ':'); in is_element_full()
Dgkeyfile.c4250 p = (gchar *) g_utf8_strchr (line, -1, '='); in g_key_file_line_is_key_value_pair()
/third_party/gstreamer/gstreamer/gst/
Dgstplugin.c715 dot = g_utf8_strchr (bname, -1, '.'); in extract_symname()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3328 g_utf8_strchr
/third_party/glib/
DNEWS13340 * Add length argument to g_utf8_strchr and g_utf8_strrchr.