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:data_read
(Results
1 - 11
of
11
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
elf_newdata.c
67
/*
data_read
is set when data has been read from the ELF image or
in elf_newdata()
70
data. If
data_read
has been set by elf_newscn, then rawdata_base
in elf_newdata()
81
if (scn->
data_read
in elf_newdata()
86
if (scn->
data_read
&& scn->data_list_rear == NULL)
in elf_newdata()
100
if (scn->
data_read
== 0)
in elf_newdata()
H
A
D
elf_rawdata.c
54
|| (scn->
data_read
!= 0 && (scn->flags & ELF_F_FILEDATA) == 0))
in elf_rawdata()
63
if (scn->
data_read
== 0)
in elf_rawdata()
67
since otherwise the `
data_read
' flag would be set. */
in elf_rawdata()
H
A
D
elf_strptr.c
174
if (strscn->rawdata_base == NULL && ! strscn->
data_read
)
in elf_strptr()
178
if (strscn->rawdata_base == NULL && ! strscn->
data_read
in elf_strptr()
201
// initialized yet (when
data_read
is zero). So we cannot just
in elf_strptr()
H
A
D
elf_getdata.c
412
scn->
data_read
= 1;
in __libelf_set_rawdata_wrlock()
540
if (scn->
data_read
== 0)
in __elf_getdata_rdlock()
552
otherwise the `
data_read
' flag would be set. */
in __elf_getdata_rdlock()
553
if (scn->
data_read
== 0 && __libelf_set_rawdata_wrlock (scn) != 0)
in __elf_getdata_rdlock()
H
A
D
elf_getscn.c
90
scn0->
data_read
= 1;
in elf_getscn()
H
A
D
elf_newscn.c
147
result->
data_read
= 1;
in elf_newscn()
H
A
D
elf32_updatenull.c
280
if (scn->
data_read
== 0
in __elfw2()
H
A
D
elf_compress.c
333
scn->
data_read
= 1;
in __libelf_reset_rawdata()
H
A
D
libelfP.h
197
The `
data_read
' element signals whether data is available in the
214
int
data_read
; /* Nonzero if the section was created by the
member
530
data_list_rear is NULL and we know
data_read
is set and there is
/third_party/ffmpeg/libavformat/
H
A
D
data_uri.c
101
static int
data_read
(URLContext *h, unsigned char *buf, int size)
in data_read()
function
117
.url_read =
data_read
,
/third_party/nghttp2/src/
H
A
D
shrpx_http3_upstream.cc
1430
nghttp3_data_reader
data_read
;
in on_downstream_header_complete()
local
1431
data_read
.read_data = downstream_read_data_callback;
in on_downstream_header_complete()
1437
data_readptr = &
data_read
;
in on_downstream_header_complete()
1683
nghttp3_data_reader
data_read
, *data_read_ptr = nullptr;
in send_reply()
local
1686
data_read
.read_data = downstream_read_data_callback;
in send_reply()
1687
data_read_ptr = &
data_read
;
in send_reply()
2705
nghttp3_data_reader
data_read
;
in error_reply()
local
2706
data_read
.read_data = downstream_read_data_callback;
in error_reply()
2723
nva.data(), nva.size(), &
data_read
);
in error_reply()
Completed in 13 milliseconds