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:FT_FD_SET
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
callbacks.h
120
IN
FT_FD_SET
clrFdSet);
124
IN
FT_FD_SET
setFd);
128
IN
FT_FD_SET
issetFd);
131
FT_FD_SET
FillpFuncCreateFdSet(void);
133
void FillpFuncDestroyFdSet(IN
FT_FD_SET
destroyFdSet);
135
FILLP_INT32 FillpFuncCopyFdSet(IO
FT_FD_SET
dstFdSet, IN
FT_FD_SET
srcFdSet);
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H
A
D
fillpcallbacks.h
687
typedef void *
FT_FD_SET
;
typedef
698
typedef void (*FillpFdClrFunc)(IN FILLP_UINT fd, IN
FT_FD_SET
socketDescriptorSet);
709
typedef void (*FillpFdSetFunc)(IN FILLP_UINT fd, IN
FT_FD_SET
socketDescriptorSet);
720
typedef FILLP_INT (*FillpFdIsSetFunc)(IN FILLP_INT fd, IN
FT_FD_SET
socketDescriptorSet);
728
*
FT_FD_SET
File Descriptor set
731
typedef
FT_FD_SET
(*FillpCreateFdSetFunc)(void);
741
typedef void (*FillpDestroyFdSetFunc)(IN
FT_FD_SET
destroySocketFdSet);
752
typedef FILLP_INT32 (*FillpCopyFdSetFunc)(IO
FT_FD_SET
dstFdSet, IN
FT_FD_SET
srcFdSet);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H
A
D
sysio.h
70
FT_FD_SET
readSet; /* socket read set for select */
71
FT_FD_SET
readableSet;
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
callbacks.c
330
IN
FT_FD_SET
clrFdSet)
in FillpFuncFdClr()
337
IN
FT_FD_SET
setFd)
in FillpFuncFdSet()
344
IN
FT_FD_SET
isSetFd)
in FillpFuncFdIsSet()
349
FT_FD_SET
FillpFuncCreateFdSet(void)
in FillpFuncCreateFdSet()
354
void FillpFuncDestroyFdSet(IN
FT_FD_SET
destroyFdSet)
in FillpFuncDestroyFdSet()
359
FILLP_INT32 FillpFuncCopyFdSet(IO
FT_FD_SET
dstFdSet, IN
FT_FD_SET
srcFdSet)
in FillpFuncCopyFdSet()
Completed in 4 milliseconds