Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:is_eol
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
subtitles.c
395
static inline int
is_eol
(char c)
in is_eol()
function
414
if (n == 0 &&
is_eol
(c))
in ff_subtitles_read_text_chunk()
418
if (
is_eol
(c)) {
in ff_subtitles_read_text_chunk()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H
A
D
asn_mime.c
1006
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/openssl/crypto/asn1/
H
A
D
asn_mime.c
1000
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/ffmpeg/libavcodec/
H
A
D
ass_split.c
228
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()
Completed in 6 milliseconds