Searched defs:crlf (Results 1 - 13 of 13) sorted by relevance
| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | template_string.js | 97 var crlf = eval("`a" + String.fromCharCode(13,10) + "b`"); variable
|
| /third_party/rust/crates/nom/src/character/ |
| H A D | streaming.rs | 140 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf() functions [all...] |
| H A D | complete.rs | 141 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 D | lp.c | 848 const char *crlf = "\r\n"; in lp_console_write() local
|
| /kernel/linux/linux-6.6/drivers/char/ |
| H A D | lp.c | 849 const char *crlf = "\r\n"; in lp_console_write() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | bocu1tst.c | 938 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
|
| /third_party/python/Modules/ |
| H A D | binascii.c | 1077 int crlf = 0; in binascii_b2a_qp_impl() local
|
| /third_party/lwip/src/apps/http/ |
| H A D | httpd.c | 1971 char *crlf; local
|
| /third_party/lwip/src/apps/smtp/ |
| H A 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/ffmpeg/libavformat/ |
| H A D | http.c | 1823 char crlf[] = "\r\n"; in http_write() local
|
| /third_party/curl/src/ |
| H A D | tool_cfgable.h | 161 bool crlf; member
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A 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/openssl/apps/ |
| H A D | s_client.c | 818 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; in s_client_main() local
|
Completed in 31 milliseconds