Searched refs:split_str (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 1305 gchar **split_str; in _gst_uri_string_to_list() local 1312 split_str = g_strsplit (str, sep, -1); in _gst_uri_string_to_list() 1313 if (split_str) { in _gst_uri_string_to_list() 1315 for (next_elem = split_str; *next_elem; next_elem += 1) { in _gst_uri_string_to_list() 1338 g_strfreev (split_str); in _gst_uri_string_to_list()
|
/third_party/curl/lib/ |
D | ldap.c | 783 static bool split_str(char *str, char ***out, size_t *count) in split_str() function 906 if(!split_str(p, &attributes, &count)) { in _ldap_url_parse2()
|
/third_party/nghttp2/src/ |
D | shrpx_config.cc | 1057 auto mapping = util::split_str(src_pattern, ':'); in parse_mapping() 3075 auto list = util::split_str(optarg, ','); in parse_config() 3087 auto list = util::split_str(optarg, ','); in parse_config() 3133 auto tokens = util::split_str(optarg, ','); in parse_config() 3431 for (const auto ¶m : util::split_str(optarg, ',')) { in parse_config()
|
D | util.cc | 849 std::vector<StringRef> split_str(const StringRef &s, char delim) { in split_str() function 872 auto sublist = split_str(s, delim); in parse_config_str_list()
|
D | util.h | 563 std::vector<StringRef> split_str(const StringRef &s, char delim);
|
D | shrpx.cc | 3000 tlsconf.npn_list = util::split_str(DEFAULT_NPN_LIST, ','); in process_options()
|