Home
last modified time | relevance | path

Searched defs:crlf (Results 1 - 13 of 13) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dtemplate_string.js97 var crlf = eval("`a" + String.fromCharCode(13,10) + "b`"); variable
/third_party/rust/crates/nom/src/character/
H A Dstreaming.rs140 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf() functions
[all...]
H A Dcomplete.rs141 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf() functions
/kernel/linux/linux-5.10/drivers/char/
H A Dlp.c848 const char *crlf = "\r\n"; in lp_console_write() local
/kernel/linux/linux-6.6/drivers/char/
H A Dlp.c849 const char *crlf = "\r\n"; in lp_console_write() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c938 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
/third_party/python/Modules/
H A Dbinascii.c1077 int crlf = 0; in binascii_b2a_qp_impl() local
/third_party/lwip/src/apps/http/
H A Dhttpd.c1971 char *crlf; local
/third_party/lwip/src/apps/smtp/
H A 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/ffmpeg/libavformat/
H A Dhttp.c1823 char crlf[] = "\r\n"; in http_write() local
/third_party/curl/src/
H A Dtool_cfgable.h161 bool crlf; member
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c818 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; in s_client_main() local
/third_party/openssl/apps/
H A Ds_client.c818 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; in s_client_main() local

Completed in 31 milliseconds