Searched refs:proto_nested (Results 1 – 1 of 1) sorted by relevance
257 char proto_str[128], proto_nested[128], *ptr; in url_find_protocol() local269 av_strlcpy(proto_nested, proto_str, sizeof(proto_nested)); in url_find_protocol()270 if ((ptr = strchr(proto_nested, '+'))) in url_find_protocol()283 !strcmp(proto_nested, up->name)) { in url_find_protocol()