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:ra_len
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libwebsockets/lib/roles/netlink/
H
A
D
ops-netlink.c
112
unsigned int
ra_len
;
in rops_handle_POLLIN_netlink()
local
190
ra_len
= (unsigned int)IFA_PAYLOAD(h);
in rops_handle_POLLIN_netlink()
211
ra_len
= (unsigned int)RTM_PAYLOAD(h);
in rops_handle_POLLIN_netlink()
226
ra_len
= (unsigned int)RTM_PAYLOAD(h);
in rops_handle_POLLIN_netlink()
227
for ( ; RTA_OK(ra,
ra_len
); ra = RTA_NEXT(ra,
ra_len
)) {
in rops_handle_POLLIN_netlink()
250
for ( ; RTA_OK(ra,
ra_len
); ra = RTA_NEXT(ra,
ra_len
)) {
in rops_handle_POLLIN_netlink()
/third_party/ntfs-3g/libntfs-3g/
H
A
D
logfile.c
173
u16 ra_ofs,
ra_len
, ca_ofs;
in ntfs_check_restart_area()
local
210
ra_len
= ca_ofs + le16_to_cpu(ra->log_clients) *
in ntfs_check_restart_area()
212
if ((u32)(ra_ofs +
ra_len
) > le32_to_cpu(rp->system_page_size) ||
in ntfs_check_restart_area()
215
ra_len
> le16_to_cpu(ra->restart_area_length)) {
in ntfs_check_restart_area()
Completed in 2 milliseconds