/dports/www/simple-web-server/Simple-Web-Server-0f8b26ff19d757db039d6f70e252219326cc3d8f/ |
H A D | client_http.hpp | 14 int crlfcrlf = 0; member in SimpleWeb::HeaderEndMatch 23 if(crlfcrlf == 1) in operator ()() 24 ++crlfcrlf; in operator ()() 25 else if(crlfcrlf == 2) in operator ()() 26 crlfcrlf = 0; in operator ()() 27 else if(crlfcrlf == 3) in operator ()() 35 if(crlfcrlf == 0) in operator ()() 36 ++crlfcrlf; in operator ()() 38 ++crlfcrlf; in operator ()() 40 crlfcrlf = 0; in operator ()() [all …]
|
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/google/tcpproxy/ |
H A D | http.go | 79 if bytes.Index(b, crlfcrlf) != -1 || bytes.Index(b, lflf) != -1 { 104 crlfcrlf = []byte("\r\n\r\n") var
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/google/tcpproxy/ |
H A D | http.go | 79 if bytes.Index(b, crlfcrlf) != -1 || bytes.Index(b, lflf) != -1 { 104 crlfcrlf = []byte("\r\n\r\n") var
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/google/tcpproxy/ |
H A D | http.go | 79 if bytes.Index(b, crlfcrlf) != -1 || bytes.Index(b, lflf) != -1 { 104 crlfcrlf = []byte("\r\n\r\n") var
|
/dports/www/fabio/fabio-1.5.14/vendor/github.com/inetaf/tcpproxy/tcpproxy-b6bb9b5b8252/ |
H A D | http.go | 79 if bytes.Index(b, crlfcrlf) != -1 || bytes.Index(b, lflf) != -1 { 104 crlfcrlf = []byte("\r\n\r\n") var
|
/dports/www/fabio/fabio-1.5.14/vendor/github.com/inetaf/tcpproxy/ |
H A D | http.go | 79 if bytes.Index(b, crlfcrlf) != -1 || bytes.Index(b, lflf) != -1 { 104 crlfcrlf = []byte("\r\n\r\n") var
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/google/tcpproxy/ |
H A D | http.go | 79 if bytes.Index(b, crlfcrlf) != -1 || bytes.Index(b, lflf) != -1 { 104 crlfcrlf = []byte("\r\n\r\n") var
|
/dports/net/belle-sip/belle-sip-1.6.3-0/src/ |
H A D | listeningpoint.c | 147 const char* crlfcrlf = "\r\n\r\n"; in send_keep_alive() local 148 size_t size=strlen(crlfcrlf); in send_keep_alive() 149 int err=belle_sip_channel_send(obj,crlfcrlf,size); in send_keep_alive()
|
/dports/net/scapy/scapy-2.4.5/scapy/layers/ |
H A D | http.py | 239 crlfcrlf = b"\r\n\r\n" 240 crlfcrlfIndex = s.find(crlfcrlf) 242 headers = s[:crlfcrlfIndex + len(crlfcrlf)] 243 body = s[crlfcrlfIndex + len(crlfcrlf):]
|
/dports/audio/re/re-0.5.8/src/sip/ |
H A D | transp.c | 72 static uint8_t crlfcrlf[4] = {0x0d, 0x0a, 0x0d, 0x0a}; variable 216 mb.buf = crlfcrlf; in conn_keepalive_handler() 217 mb.size = sizeof(crlfcrlf); in conn_keepalive_handler() 374 mbr.buf = crlfcrlf; in tcp_recv_handler() 375 mbr.size = sizeof(crlfcrlf); in tcp_recv_handler()
|
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/detector_plugins/ |
H A D | detector_http.c | 817 static const uint8_t crlfcrlf[] = "\r\n\r\n"; in httpGetNewOffsetsFromPacket() local 818 static unsigned crlfcrlfLen = sizeof(crlfcrlf)-1; in httpGetNewOffsetsFromPacket() 839 if (!(headerEnd = (uint8_t *)service_strstr(p, pkt->payload_size, crlfcrlf, crlfcrlfLen))) in httpGetNewOffsetsFromPacket()
|
/dports/textproc/miller/miller-5.10.2/docs/ |
H A D | reference.rst | 987 cr crcr newline lf lflf crlf crlfcrlf tab space comma pipe slash colon semicolon equals
|
H A D | manpage.rst | 338 cr crcr newline lf lflf crlf crlfcrlf tab space comma pipe slash colon semicolon equals
|
/dports/lang/pharo/Pharo-1.4-14438/ |
H A D | PharoV10.sources | 9159 …String crlfcrlf, '<html><title>Unauthorized</title><body><h2>Unauthorized for ',realm, '</h2></bod… 360302 crlfcrlf
|