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:maxSockNum
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
fillp_stack_config_in.c
98
FILLP_LOGERR("Cannot Set
maxSockNum
after stack initialization!!!");
in FtConfigSetMaxSockNum()
104
FILLP_LOGERR("
maxSockNum
%u is invalid parameter!!!", configValue);
in FtConfigSetMaxSockNum()
109
g_resource.common.
maxSockNum
= configValue;
in FtConfigSetMaxSockNum()
363
if ((resource->common.
maxSockNum
== 0) ||
in FtValidateCommonConfigParamsInner()
364
(resource->common.
maxSockNum
> FILLP_MAX_SOCK_NUMBER)) {
in FtValidateCommonConfigParamsInner()
365
FILLP_LOGERR("
maxSockNum
%u is invalid parameter!!!", resource->common.
maxSockNum
);
in FtValidateCommonConfigParamsInner()
371
FILLP_LOGERR("maxConnectionNum is invalid parameter maxConnectionNum = %u,
maxSockNum
= %u!!!",
in FtValidateCommonConfigParamsInner()
372
resource->common.maxConnectionNum, resource->common.
maxSockNum
);
in FtValidateCommonConfigParamsInner()
H
A
D
fillp_stack_config.c
93
g_resource.common.
maxSockNum
= globalResource->common.
maxSockNum
;
in FtInitConfigSet()
134
globalResource->common.
maxSockNum
= g_resource.common.
maxSockNum
;
in FtInitConfigGet()
178
*(FILLP_UINT16 *)value = g_resource.common.
maxSockNum
;
in FtGetConfigStackHalf1()
H
A
D
res.c
39
FILLP_DEFAULT_MAX_SOCK_NUM, /* common.
maxSockNum
*/
96
g_resource.common.
maxSockNum
= FILLP_DEFAULT_MAX_SOCK_NUM;
in InitGlobalResourceDefault()
H
A
D
spunge_core.c
566
resConf->
maxSockNum
= g_resource.common.
maxSockNum
;
in FtGetSpungeRes()
568
resConf->maxMsgItemNum = ((FILLP_UINT)g_resource.common.
maxSockNum
* FILLP_SPUNGE_EVENTG_MULT_NUM);
in FtGetSpungeRes()
569
resConf->maxTimerItemNum = ((FILLP_UINT)g_resource.common.
maxSockNum
* FILLP_ITEM_MULT_NUM);
in FtGetSpungeRes()
570
resConf->maxEpollEventNum = (FILLP_UINT)(g_resource.common.
maxSockNum
* FILLP_ITEM_MULT_NUM);
in FtGetSpungeRes()
571
resConf->maxEpollItemNum = (FILLP_UINT)(g_resource.common.
maxSockNum
* FILLP_ITEM_MULT_NUM);
in FtGetSpungeRes()
629
g_spunge->sockTable = SpungeCreateSockTable(g_spunge->resConf.
maxSockNum
);
in FtInitGlobalSockTable()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H
A
D
res.h
41
FILLP_UINT16
maxSockNum
;
member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
spunge.h
46
FILLP_UINT
maxSockNum
;
member
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H
A
D
fillpinc.h
809
FILLP_UINT16
maxSockNum
;
member
811
* "
maxSockNum
" otherwise set as equal to "
maxSockNum
". The default value is 32. Valid values are 1 to 32. */
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
api.c
648
FILLP_SHOWDATABUTT("FillP max socket number is (FT_CONF_MAX_SOCK_NUM) = %u", g_resource.common.
maxSockNum
);
in FillpDebugCmdGlobalConfigRes()
892
FILLP_SHOWDATABUTT("FillP max socket number is (FT_CONF_MAX_SOCK_NUM) = %u", g_resource.common.
maxSockNum
);
in FillpDebugCmdShowInitRes()
H
A
D
fillp_dfx.c
563
FILLP_CHAR *data = (FILLP_CHAR *)calloc(1U, g_spunge->resConf.
maxSockNum
* FILLP_DFX_DUMP_ONE_SOCK_BUF);
in FillpDumpShowSockList()
Completed in 11 milliseconds