Searched refs:next_colon (Results 1 – 1 of 1) sorted by relevance
651 size_t next_colon = command.find(':'); in parse_host_service() local652 if (next_colon == std::string::npos) { in parse_host_service()655 consume(next_colon + 1); in parse_host_service()688 size_t next_colon = command.find_first_of(':'); in parse_host_service() local689 if (next_colon == std::string::npos) { in parse_host_service()695 if (command.size() <= next_colon) { in parse_host_service()699 std::string_view port = command.substr(0, next_colon); in parse_host_service()709 consume(next_colon + 1); in parse_host_service()