Home
last modified time | relevance | path

Searched defs:crlf (Results 1 – 15 of 15) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dtemplate_string.js97 var crlf = eval("`a" + String.fromCharCode(13,10) + "b`"); variable
/third_party/lwip/src/apps/smtp/
Dsmtp.c990 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/
Dbocu1tst.c938 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
/third_party/python/Modules/
Dbinascii.c1077 int crlf = 0; in binascii_b2a_qp_impl() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java1095 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/
DUnicodeSetStringSpanTest.java1092 UnicodeSet crlf = new UnicodeSet().add('\n').add('\r').add("\r\n"); in TestSpanAndCount() local
/third_party/rust/crates/nom/src/character/
Dstreaming.rs140 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf() function
Dcomplete.rs141 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf() function
/third_party/lwip/src/apps/http/
Dhttpd.c1971 char *crlf; local
/third_party/node/deps/openssl/openssl/apps/
Ds_client.c818 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; in s_client_main() local
/third_party/curl/src/
Dtool_cfgable.h161 bool crlf; member
/third_party/openssl/apps/
Ds_client.c818 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; in s_client_main() local
/third_party/ffmpeg/libavformat/
Dhttp.c1823 char crlf[] = "\r\n"; in http_write() local
/third_party/typescript/lib/
Dtsc.js34214 crlf: 0, property
DtypingsInstaller.js41874 crlf: 0 /* NewLineKind.CarriageReturnLineFeed */, property