Home
last modified time | relevance | path

Searched refs:is_eol (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsubtitles.c379 static inline int is_eol(char c) in is_eol() function
398 if (n == 0 && is_eol(c)) in ff_subtitles_read_text_chunk()
402 if (is_eol(c)) { in ff_subtitles_read_text_chunk()
/third_party/openssl/crypto/asn1/
Dasn_mime.c1000 int is_eol = 0; in strip_eol() local
1020 is_eol = 1; in strip_eol()
1021 } else if (is_eol && (flags & SMIME_ASCIICRLF) != 0 && c == 32) { in strip_eol()
1029 return is_eol; in strip_eol()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dasn_mime.c1006 int is_eol = 0; in strip_eol() local
1026 is_eol = 1; in strip_eol()
1027 } else if (is_eol && (flags & SMIME_ASCIICRLF) != 0 && c == 32) { in strip_eol()
1035 return is_eol; in strip_eol()
/third_party/ffmpeg/libavcodec/
Dass_split.c228 static inline int is_eol(char buf) in is_eol() function
288 while (!is_eol(*buf)) { in ass_split_section()
322 for (i=0; !is_eol(*buf) && i < *number; i++) { in ass_split_section()