Home
last modified time | relevance | path

Searched refs:CRLF (Results 1 – 25 of 117) sorted by relevance

12345

/external/jetty/src/java/org/eclipse/jetty/http/
DHttpGenerator.java100 private static final byte[] CRLF = StringUtil.getBytes("\015\012");
198 nc.put(HttpTokens.CRLF);
200 nc.put(HttpTokens.CRLF);
325 _header.put(HttpTokens.CRLF); in send1xx()
393 _header.put(HttpTokens.CRLF); in completeHeader()
405 _header.put(HttpTokens.CRLF); in completeHeader()
442 _header.put(HttpTokens.CRLF); in completeHeader()
452 _header.put(HttpTokens.CRLF); in completeHeader()
466 _header.put(HttpTokens.CRLF); in completeHeader()
488 _header.put(CRLF); in completeHeader()
[all …]
DHttpTokens.java31 static final byte[] CRLF = {CARRIAGE_RETURN,LINE_FEED}; field
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DMultipartBuilder.java71 private static final byte[] CRLF = { '\r', '\n' }; field in MultipartBuilder
243 sink.write(CRLF); in writeOrCountBytes()
250 .write(CRLF); in writeOrCountBytes()
258 .write(CRLF); in writeOrCountBytes()
265 .write(CRLF); in writeOrCountBytes()
272 sink.write(CRLF); in writeOrCountBytes()
280 sink.write(CRLF); in writeOrCountBytes()
286 sink.write(CRLF); in writeOrCountBytes()
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DHTTP.java37 public static final String CRLF = "\r\n"; field in HTTP
148 sb.append(CRLF); in toString()
157 sb.append(CRLF); in toString()
160 sb.append(CRLF); in toString()
/external/curl/tests/data/
Dtest152020 SMTP with CRLF-dot-CRLF in data
Dtest90120 SMTP with CRLF-dot-CRLF in data
Dtest9315 CRLF-in-URL
Dtest8295 CRLF-in-URL
Dtest8755 CRLF-in-URL
Dtest91020 SMTP without terminating CRLF
/external/apache-http/src/org/apache/http/impl/io/
DAbstractSessionOutputBuffer.java59 private static final byte[] CRLF = new byte[] {HTTP.CR, HTTP.LF}; field in AbstractSessionOutputBuffer
149 write(CRLF); in writeLine()
177 write(CRLF); in writeLine()
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py120 CRLF = '\r\n'
152 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/
D.hgeol12 **.bat = CRLF
/external/chromium-trace/catapult/third_party/typ/typ/
Djson_results.py165 CRLF = '\r\n'
183 body = CRLF.join(lines)
/external/apache-http/android/src/com/android/internal/http/multipart/
DPart.java76 protected static final String CRLF = "\r\n"; field in Part
79 protected static final byte[] CRLF_BYTES = EncodingUtils.getAsciiBytes(CRLF);
/external/pcre/dist/
DCMakeLists.txt149 "What to recognize as a newline (one of CR, LF, CRLF, ANY, ANYCRLF).")
170 "ON=Backslash-R matches only LF CR and CRLF, OFF=Backslash-R matches all Unicode Linebreaks")
346 IF(PCRE_NEWLINE STREQUAL "CRLF")
348 ENDIF(PCRE_NEWLINE STREQUAL "CRLF")
357 …NE variable must be set to one of the following values: \"LF\", \"CR\", \"CRLF\", \"ANY\", \"ANYCR…
365 IF(PCRE_NEWLINE STREQUAL "CRLF")
367 ENDIF(PCRE_NEWLINE STREQUAL "CRLF")
376 IF(PCRE_NEWLINE STREQUAL "CRLF")
378 ENDIF(PCRE_NEWLINE STREQUAL "CRLF")
/external/chromium-trace/catapult/third_party/WebOb/webob/
Drequest.py1625 CRLF = b'\r\n'
1633 w(CRLF)
1650 w(CRLF)
1658 w(CRLF)
1661 w(CRLF)
1662 w(CRLF)
1669 w(CRLF)
/external/pcre/dist/testdata/
Dtestinput18183 /(*CRLF)(*UTF16)(*BSR_UNICODE)a\Rb/I
185 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
Dtestinput9693 /./8<CRLF>
697 /.{2,3}/8<CRLF>
705 /.{2,3}?/8<CRLF>
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
Ddomjs.test9 "description":"CRLF in bogus comment state",
/external/mockftpserver/tags/1.2.4/
DCHANGELOG.txt7 - BUG FIX: Terminate replies with <CRLF> (\r\n).
/external/mockftpserver/branches/1.x_Branch/
DCHANGELOG.txt7 - BUG FIX: Terminate replies with <CRLF> (\r\n).
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DRetrCommandHandlerTest.groovy97 // LF='\n' and CRLF='\r\n'
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DRetrCommandHandlerTest.groovy97 // LF='\n' and CRLF='\r\n'
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
DRetrCommandHandlerTest.groovy97 // LF='\n' and CRLF='\r\n'

12345