Searched refs:g_match_info_fetch (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/tests/ |
D | regex.c | 298 match->string = g_match_info_fetch (match_info, 0); in test_match_next() 575 sub_expr = g_match_info_fetch (match_info, data->sub_n); in test_sub_pattern() 1281 matched_string = g_match_info_fetch (match_info, i); in test_match_all_full() 1329 matched_string = g_match_info_fetch (match_info, i); in test_match_all() 1357 matched_string = g_match_info_fetch (match_info, i); in test_match_all() 1507 str = g_match_info_fetch (match, 0); in test_properties() 1528 str = g_match_info_fetch (match, 0); in test_class() 1533 str = g_match_info_fetch (match, 0); in test_class() 1538 str = g_match_info_fetch (match, 0); in test_class() 1543 str = g_match_info_fetch (match, 0); in test_class() [all …]
|
/third_party/glib/glib/ |
D | gregex.c | 1296 g_match_info_fetch (const GMatchInfo *match_info, in g_match_info_fetch() function 1441 return g_match_info_fetch (match_info, num); in g_match_info_fetch_named() 1525 result[i] = g_match_info_fetch (match_info, i); in g_match_info_fetch_all() 2546 list = g_list_prepend (list, g_match_info_fetch (match_info, i)); in g_regex_split_full() 3011 match = g_match_info_fetch (match_info, idata->num); in interpolate_replacement()
|
D | gregex.h | 589 gchar *g_match_info_fetch (const GMatchInfo *match_info,
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-stats.c | 1196 level = g_match_info_fetch (match_info, 4); in collect_stats() 1198 data = g_match_info_fetch (match_info, 7); in collect_stats()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 1072 candidate_protocol = g_match_info_fetch (match_info, 2); in _check_ice_port_restriction() 1073 candidate_port = g_match_info_fetch (match_info, 6); in _check_ice_port_restriction() 1074 candidate_typ = g_match_info_fetch (match_info, 7); in _check_ice_port_restriction()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.c | 755 gchar *word = g_match_info_fetch (match_info, 0); in subrip_fix_up_markup()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1445 g_match_info_fetch
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 7491 String returned from g_match_info_fetch() needs to be freed.
|