Searched defs:crlf (Results 1 – 15 of 15) sorted by relevance
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | template_string.js | 97 var crlf = eval("`a" + String.fromCharCode(13,10) + "b`"); variable
|
| /third_party/lwip/src/apps/smtp/ |
| D | smtp.c | 990 u16_t crlf; in smtp_is_response_finished() local 1062 u16_t crlf = pbuf_memfind(s->p, SMTP_CRLF, SMTP_CRLF_LEN, auth); in smtp_prepare_auth_or_mail() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | bocu1tst.c | 938 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
|
| /third_party/python/Modules/ |
| D | binascii.c | 1077 int crlf = 0; in binascii_b2a_qp_impl() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
| D | UnicodeSetStringSpanTest.java | 1095 UnicodeSet crlf = new UnicodeSet().add('\n').add('\r').add("\r\n"); in TestSpanAndCount() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| D | UnicodeSetStringSpanTest.java | 1092 UnicodeSet crlf = new UnicodeSet().add('\n').add('\r').add("\r\n"); in TestSpanAndCount() local
|
| /third_party/rust/crates/nom/src/character/ |
| D | streaming.rs | 140 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf() function
|
| D | complete.rs | 141 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf() function
|
| /third_party/lwip/src/apps/http/ |
| D | httpd.c | 1971 char *crlf; local
|
| /third_party/node/deps/openssl/openssl/apps/ |
| D | s_client.c | 818 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; in s_client_main() local
|
| /third_party/curl/src/ |
| D | tool_cfgable.h | 161 bool crlf; member
|
| /third_party/openssl/apps/ |
| D | s_client.c | 818 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; in s_client_main() local
|
| /third_party/ffmpeg/libavformat/ |
| D | http.c | 1823 char crlf[] = "\r\n"; in http_write() local
|
| /third_party/typescript/lib/ |
| D | tsc.js | 34214 crlf: 0, property
|
| D | typingsInstaller.js | 41874 crlf: 0 /* NewLineKind.CarriageReturnLineFeed */, property
|