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:shutdownRdSet
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H
A
D
net.h
66
FILLP_UINT32
shutdownRdSet
: 1; /* Application called shutdown(sock, RD) */
member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
spunge_stack.c
319
if (((how == SPUNGE_SHUT_RD) || (how == SPUNGE_SHUT_RDWR)) && !netconn->
shutdownRdSet
) {
in SpungeShutdownSock()
320
netconn->
shutdownRdSet
= 1;
in SpungeShutdownSock()
H
A
D
net.c
136
conn->
shutdownRdSet
= 0; /* Application called shutdown(sock, RD) */
in FillpNetconnAlloc()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
socket_common.c
339
if ((sock->netconn == FILLP_NULL_PTR) || sock->netconn->
shutdownRdSet
) {
in SockCanRecvData()
H
A
D
spunge_message.c
573
if (((howValue == SPUNGE_SHUT_RD) || (howValue == SPUNGE_SHUT_RDWR)) && !conn->
shutdownRdSet
) {
in SpungeHandleMsgDoShutdown()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H
A
D
fillp_conn.c
1122
if (isWr || conn->peerWrSet || (isAck && conn->
shutdownRdSet
&& conn->shutdownWrSet)) {
in FillpStateClosingHandleFinInput()
1869
if (conn->
shutdownRdSet
) {
in FillpSendFin()
Completed in 7 milliseconds