Home
last modified time | relevance | path

Searched refs:strConnection (Results 1 – 12 of 12) sorted by relevance

/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/valyala/fasthttp/
H A Dstrings.go36 strConnection = []byte("Connection") var
H A Dheader.go154 h.h = delAllArgsBytes(h.h, strConnection)
175 h.h = delAllArgsBytes(h.h, strConnection)
755 f(strConnection, strClose)
810 f(strConnection, strClose)
1525 dst = appendHeaderLine(dst, strConnection, strClose)
1627 dst = appendHeaderLine(dst, strConnection, strClose)
1831 if caseInsensitiveCompare(s.key, strConnection) {
1877 v := peekArgBytes(h.h, strConnection)
1919 if caseInsensitiveCompare(s.key, strConnection) {
1950 v := peekArgBytes(h.h, strConnection)
H A Dserver.go1965 ctx.Response.Header.SetCanonical(strConnection, strClose)
1970 ctx.Response.Header.SetCanonical(strConnection, strKeepAlive)
/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Dstrings.go36 strConnection = []byte("Connection") var
H A Dheader.go154 h.h = delAllArgsBytes(h.h, strConnection)
175 h.h = delAllArgsBytes(h.h, strConnection)
755 f(strConnection, strClose)
810 f(strConnection, strClose)
1525 dst = appendHeaderLine(dst, strConnection, strClose)
1627 dst = appendHeaderLine(dst, strConnection, strClose)
1831 if caseInsensitiveCompare(s.key, strConnection) {
1877 v := peekArgBytes(h.h, strConnection)
1919 if caseInsensitiveCompare(s.key, strConnection) {
1950 v := peekArgBytes(h.h, strConnection)
H A Dserver.go1993 ctx.Response.Header.SetCanonical(strConnection, strClose)
1998 ctx.Response.Header.SetCanonical(strConnection, strKeepAlive)
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Dstrings.go36 strConnection = []byte("Connection") var
H A Dheader.go154 h.h = delAllArgsBytes(h.h, strConnection)
175 h.h = delAllArgsBytes(h.h, strConnection)
755 f(strConnection, strClose)
810 f(strConnection, strClose)
1525 dst = appendHeaderLine(dst, strConnection, strClose)
1627 dst = appendHeaderLine(dst, strConnection, strClose)
1831 if caseInsensitiveCompare(s.key, strConnection) {
1877 v := peekArgBytes(h.h, strConnection)
1919 if caseInsensitiveCompare(s.key, strConnection) {
1950 v := peekArgBytes(h.h, strConnection)
H A Dserver.go1993 ctx.Response.Header.SetCanonical(strConnection, strClose)
1998 ctx.Response.Header.SetCanonical(strConnection, strKeepAlive)
/dports/www/squid/squid-4.15/src/
H A Dhttp.cc73 …ntsideRequestToUpstreamRequest(const HttpHeaderEntry *e, const String strConnection, const HttpReq…
1785 String strConnection (hdr_in->getList(Http::HdrType::CONNECTION)); in httpBuildRequestHeader() local
1788 …copyOneHeaderFromClientsideRequestToUpstreamRequest(e, strConnection, request, hdr_out, we_do_rang… in httpBuildRequestHeader()
1933 strConnection.clean(); in httpBuildRequestHeader()
1941 …ntsideRequestToUpstreamRequest(const HttpHeaderEntry *e, const String strConnection, const HttpReq… in copyOneHeaderFromClientsideRequestToUpstreamRequest() argument
2106 if (strConnection.size()>0 && strListIsMember(&strConnection, e->name.termedBuf(), ',')) { in copyOneHeaderFromClientsideRequestToUpstreamRequest()
H A DHttpHeader.cc1746 String strConnection; in removeConnectionHeaderEntries() local
1748 (void) getList(Http::HdrType::CONNECTION, &strConnection); in removeConnectionHeaderEntries()
1762 if (strListIsMember(&strConnection, e->name.termedBuf(), ',')) in removeConnectionHeaderEntries()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DMainDocument.cpp1825 wxString strConnection(res->remote_desktop_addr, wxConvUTF8); in WorkShowVMConsole() local
1829 strCommand = wxT("mstsc.exe /v:") + strConnection; in WorkShowVMConsole()
1832 strCommand = wxT("rdesktop-vrdp ") + strConnection; in WorkShowVMConsole()
1857 …ll application \"CoRD\"' -e 'activate' -e 'open location \"rdp://") + strConnection + wxT("\"' -e … in WorkShowVMConsole()