Searched refs:next_sep (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 1321 gchar *next_sep; in _gst_uri_string_to_list() local 1322 for (next_sep = strcasestr (elem, pct_sep); next_sep; in _gst_uri_string_to_list() 1323 next_sep = strcasestr (next_sep + 1, pct_sep)) { in _gst_uri_string_to_list() 1324 *next_sep = *sep; in _gst_uri_string_to_list() 1325 memmove (next_sep + 1, next_sep + pct_sep_len, in _gst_uri_string_to_list() 1326 strlen (next_sep + pct_sep_len) + 1); in _gst_uri_string_to_list() 1373 gchar *next_sep; in _gst_uri_string_to_table() local 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() 1376 *next_sep = *part_sep; in _gst_uri_string_to_table() [all …]
|
/third_party/boost/boost/property_tree/ |
D | string_path.hpp | 210 s_iter next_sep = std::find(m_start, m_value.end(), m_separator); in reduce() local 211 String part(m_start, next_sep); in reduce() 212 m_start = next_sep; in reduce()
|
/third_party/googletest/googletest/src/ |
D | gtest.cc | 708 const char* const next_sep = strchr(pattern, ':'); in MatchesFilter() local 710 next_sep != nullptr ? next_sep : pattern + strlen(pattern); in MatchesFilter() 719 if (next_sep == nullptr) { in MatchesFilter() 722 pattern = next_sep + 1; in MatchesFilter()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 2199 const char* const next_sep = strchr(pattern, ':'); in MatchesFilter() local 2201 next_sep != nullptr ? next_sep : pattern + strlen(pattern); in MatchesFilter() 2210 if (next_sep == nullptr) { in MatchesFilter() 2213 pattern = next_sep + 1; in MatchesFilter()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 33509 for (next_sep = strcasestr (value, pct_kv_sep); next_sep; 33512 next_sep = strcasestr (next_sep + 1, pct_part_sep)) {
|