Home
last modified time | relevance | path

Searched defs:port_pos (Results 1 – 14 of 14) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/socket/
H A Duri.cpp61 const auto port_pos = uri.find(':'); in fromDomain() local
84 const auto port_pos = uri.find(':'); in fromIPv4() local
105 const auto port_pos = uri.find(']'); in fromIPv6() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/socket/
H A Duri.cpp61 const auto port_pos = uri.find(':'); in fromDomain() local
84 const auto port_pos = uri.find(':'); in fromIPv4() local
105 const auto port_pos = uri.find(']'); in fromIPv6() local
/dports/security/botan2/Botan-2.18.2/src/lib/utils/socket/
H A Duri.cpp61 const auto port_pos = uri.find(':'); in fromDomain() local
84 const auto port_pos = uri.find(':'); in fromIPv4() local
105 const auto port_pos = uri.find(']'); in fromIPv6() local
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dparse_url.cpp52 std::string::iterator port_pos; in parse_url_components() local
H A Dsocket_io.cpp126 auto const port_pos = str.find_first_of(':'); in parse_endpoint() local
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dparse_url.cpp52 std::string::iterator port_pos; in parse_url_components() local
H A Dsocket_io.cpp126 auto const port_pos = str.find_first_of(':'); in parse_endpoint() local
/dports/games/warmux/warmux-11.04/tools/servers/index_server/
H A Dsync_slave.cpp84 std::string::size_type port_pos = line.find(':', 0); in Start() local
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/benchmark/
H A Dcheck_proxy.cpp76 auto port_pos = arg.substr(0, secret_pos).rfind(':'); in main() local
/dports/games/warmux/warmux-11.04/lib/warmux/net/
H A Ddownload.cpp245 std::string::size_type port_pos = line.find(':', 0); in GetServerList() local
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/simulation/
H A Dtest_socks5.cpp141 std::string::size_type port_pos = req.find("&port="); in TORRENT_TEST() local
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Dsocks.cxx670 PINDEX port_pos; in ReadFrom() local
/dports/security/hydra/thc-hydra-9.2/
H A Dhydra.c2559 char *service_pos, *target_pos, *port_pos = NULL, *param_pos = NULL; local
/dports/net/stone/stone-2.4/
H A Dstone.c1497 int port_pos = -1; in hostPortExt() local