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:buffer_rcv
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/utils/sctp/func_tests/
H
A
D
test_1_to_1_initmsg_connect.c
45
char *
buffer_rcv
;
in test_sctp()
local
95
buffer_rcv
= malloc(msglen);
in test_sctp()
96
TEST(recv(sk2,
buffer_rcv
, msglen, MSG_NOSIGNAL));
in test_sctp()
98
if (TST_RET != msglen || strncmp(
buffer_rcv
, message, msglen)) {
in test_sctp()
104
free(
buffer_rcv
);
in test_sctp()
H
A
D
test_1_to_1_recvmsg.c
77
char *
buffer_rcv
;
in main()
local
119
buffer_rcv
= malloc(REALLY_BIG);
in main()
121
iov_rcv.iov_base =
buffer_rcv
;
in main()
H
A
D
test_1_to_1_addrs.c
93
char *
buffer_rcv
;
in main()
local
140
buffer_rcv
= malloc(REALLY_BIG);
in main()
142
iov_rcv.iov_base =
buffer_rcv
;
in main()
H
A
D
test_1_to_1_nonblock.c
78
char *
buffer_rcv
;
in main()
local
182
buffer_rcv
= malloc(REALLY_BIG);
in main()
184
iov_rcv.iov_base =
buffer_rcv
;
in main()
H
A
D
test_1_to_1_sendmsg.c
86
char *
buffer_rcv
;
in main()
local
309
buffer_rcv
= malloc(REALLY_BIG);
in main()
311
iov_rcv.iov_base =
buffer_rcv
;
in main()
Completed in 3 milliseconds