Searched refs:portDelPos (Results 1 – 2 of 2) sorted by relevance
140 size_t portDelPos = endPortArg.find(':', protocolDelPos + protocolDelimiter.size()); in main() local141 if (portDelPos == std::string::npos) { in main()145 portDelPos - (protocolDelPos + protocolDelimiter.size())); in main()146 port = endPortArg.substr(portDelPos + 1); in main()
89 size_t portDelPos = _bindAddress.find(':', protocolDelPos + protocolDel.size()); in start() local90 if (portDelPos == std::string::npos) { in start()94 std::string portLiteral{_bindAddress.substr(portDelPos + 1)}; in start()