Home
last modified time | relevance | path

Searched refs:outproxy (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimageinout_test.cpp126 Filesystem::IOVecOutput outproxy; in test_write_proxy() local
129 buf.localpixels(), true, nullptr, &outproxy); in test_write_proxy()
143 ok = (bread == bytes_written && outproxy.buffer() == readbuf in test_write_proxy()
147 OIIO_CHECK_ASSERT(outproxy.buffer() == readbuf in test_write_proxy()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimageinout_test.cpp126 Filesystem::IOVecOutput outproxy; in test_write_proxy() local
129 buf.localpixels(), true, nullptr, &outproxy); in test_write_proxy()
143 ok = (bread == bytes_written && outproxy.buffer() == readbuf in test_write_proxy()
147 OIIO_CHECK_ASSERT(outproxy.buffer() == readbuf in test_write_proxy()
/dports/security/i2pd/i2pd-2.40.0/libi2pd_client/
H A DHTTPProxy.h18 …string& name, const std::string& address, int port, const std::string & outproxy, bool addresshelp…
H A DClientContext.cpp630 std::string outproxy = section.second.get("outproxy", ""); in ReadTunnels() local
631 …std::make_shared<i2p::proxy::SOCKSProxy>(name, address, port, !outproxy.empty(), outproxy, destina… in ReadTunnels()
638 std::string outproxy = section.second.get("outproxy", ""); in ReadTunnels() local
640 …auto tun = std::make_shared<i2p::proxy::HTTPProxy>(name, address, port, outproxy, addresshelper, l… in ReadTunnels()
H A DHTTPProxy.cpp656 …string& name, const std::string& address, int port, const std::string & outproxy, bool addresshelp… in HTTPProxy() argument
658 m_Name (name), m_OutproxyUrl (outproxy), m_Addresshelper (addresshelper) in HTTPProxy()
/dports/security/i2pd/i2pd-2.40.0/contrib/i18n/
H A DEnglish.po657 msgid "bad outproxy settings"
661 msgid "not inside I2P network, but outproxy is not enabled"
665 msgid "unknown outproxy url"
/dports/security/i2pd/i2pd-2.40.0/
H A DChangeLog468 - HTTP outproxy authorization
527 - outproxy for HTTP proxy
545 - Ability to disable SOCKS outproxy option
693 - SOCKS outproxy support
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_osp/
H A Dmod_osp.c252 const char *outproxy; /* Outbound proxy IP address */ member
1525 outbound->outproxy = switch_channel_get_variable(channel, OSP_VAR_OUTPROXY); in osp_get_outbound()
1526 OSP_TEST("outporxy: '%s'", OSP_FILTER_NULLSTR(outbound->outproxy)); in osp_get_outbound()
2001 if (!switch_strlen_zero(outbound->outproxy)) { in osp_build_endpoint()
2002 switch_snprintf(head, size, ";fs_path=sip:%s", outbound->outproxy); in osp_build_endpoint()