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
defs:cmsg_len
(Results
1 - 16
of
16
) sorted by relevance
/third_party/rust/crates/libc/libc-test/src/
H
A
D
cmsg.c
21
size_t
cmsg_len
(size_t length) {
in cmsg_len()
function
/third_party/alsa-lib/src/
H
A
D
socket.c
46
size_t
cmsg_len
= CMSG_LEN(sizeof(int));
in snd_send_fd()
local
79
size_t
cmsg_len
= CMSG_LEN(sizeof(int));
in snd_receive_fd()
local
[all...]
/third_party/rust/crates/libc/libc-test/test/
H
A
D
cmsg.rs
18
pub fn
cmsg_len
(length: c_uint) -> usize;
in cmsg_len()
functions
/third_party/node/deps/openssl/openssl/include/internal/
H
A
D
ktls.h
89
int
cmsg_len
= sizeof(record_type);
in ktls_send_ctrl_message()
local
130
int
cmsg_len
= sizeof(struct tls_get_record);
in ktls_read_record()
local
302
int
cmsg_len
in ktls_send_ctrl_message()
local
[all...]
/third_party/openssl/include/internal/
H
A
D
ktls.h
89
int
cmsg_len
= sizeof(record_type);
in ktls_send_ctrl_message()
local
130
int
cmsg_len
= sizeof(struct tls_get_record);
in ktls_read_record()
local
302
int
cmsg_len
in ktls_send_ctrl_message()
local
[all...]
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
mod.rs
1188
fn
cmsg_len
(&self) -> usize {
in cmsg_len()
functions
1194
fn
cmsg_len
(&self) -> libc::c_uint {
in cmsg_len()
functions
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_direct.c
295
size_t
cmsg_len
= CMSG_LEN(sizeof(int));
in _snd_send_fd()
local
/third_party/rust/crates/linux-raw-sys/gen/modules/
H
A
D
general.h
306
size_t
cmsg_len
;
member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
socket.h
48
socklen_t
cmsg_len
;
member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
socket.h
37
socklen_t
cmsg_len
;
member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
socket.h
48
socklen_t
cmsg_len
;
member
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
socket.h
48
socklen_t
cmsg_len
;
member
/third_party/musl/porting/linux/user/include/sys/
H
A
D
socket.h
52
socklen_t
cmsg_len
;
member
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
socket.h
48
socklen_t
cmsg_len
;
member
/third_party/lwip/src/include/lwip/
H
A
D
sockets.h
143
socklen_t
cmsg_len
; /* number of bytes, including header */
member
/third_party/musl/include/sys/
H
A
D
socket.h
52
socklen_t
cmsg_len
;
member
Completed in 17 milliseconds