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:fcAlg
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H
A
D
fillp_flow_control_alg0.c
33
struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->
fcAlg
;
in FillpAlg0CalSendInterval()
101
pcb->send.flowControl.
fcAlg
= alg;
in FillpAlg0FcInit()
120
struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)pcb->send.flowControl.
fcAlg
;
in FillpAlg0FcDeinit()
122
if (pcb->send.flowControl.
fcAlg
== FILLP_NULL_PTR) {
in FillpAlg0FcDeinit()
132
pcb->send.flowControl.
fcAlg
= FILLP_NULL_PTR;
in FillpAlg0FcDeinit()
145
struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)pcb->send.flowControl.
fcAlg
;
in FillpAlg0CalMaxPackRcvInterval()
159
struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->
fcAlg
;
in FillpAlg0FcHandleInit()
192
struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->
fcAlg
;
in FillpAlg0FcHandleBwProbe()
209
struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->
fcAlg
;
in FillpAlg0PackStateProcess()
H
A
D
fillp_flow_control.c
254
switch (pcb->
fcAlg
) {
in FillpGetAlgFun()
300
pcb->send.flowControl.
fcAlg
= FILLP_NULL_PTR;
in FillpFcInit()
302
FILLP_GET_SOCKET(pcb)->index, pcb->
fcAlg
, pcb->characters, FILLP_GET_CONN(pcb)->peerFcAlgs,
in FillpFcInit()
322
pcb->send.flowControl.
fcAlg
= FILLP_NULL_PTR;
in FillpFcDeinit()
H
A
D
fillp_conn.c
355
if (presetFcAlg == FILLP_SUPPORT_ALG_BASE && g_resource.flowControl.
fcAlg
!= FILLP_ALG_BASE) {
in FillpConsultFcAlg()
356
presetFcAlg = (FILLP_UINT8)FILLP_SUPPORT_ALG_N(g_resource.flowControl.
fcAlg
);
in FillpConsultFcAlg()
398
pcb->
fcAlg
= FillpConsultFcAlg(pcb->
fcAlg
, conn->peerFcAlgs);
in FillpDecodeConnReqAckClientPara()
515
newConn->pcb->fpcb.
fcAlg
= newConn->peerFcAlgs & (FILLP_UINT8)FILLP_SUPPORT_ALGS;
in FillpInitNewPcbByNewConn()
1623
FILLP_LOGERR("
fcAlg
%u", pcb->
fcAlg
);
in ConnConfirmEncodeExtPara()
1625
FILLP_PKT_EXT_CONNECT_CARRY_FC_ALG, (FILLP_UCHAR)(sizeof(FILLP_UINT8)), (FILLP_UCHAR *)&(pcb->
fcAlg
));
in ConnConfirmEncodeExtPara()
H
A
D
fillp_pcb.c
227
int initSize = (fpcb->
fcAlg
== FILLP_SUPPORT_ALG_MSG) ? FILLP_MSG_DYMM_INIT_SEND_SIZE : FILLP_DYMM_INIT_SEND_SIZE;
in InitItemPool()
299
int initSize = (fpcb->
fcAlg
== FILLP_SUPPORT_ALG_MSG) ? FILLP_MSG_DYMM_INIT_RECV_SIZE : FILLP_DYMM_INIT_RECV_SIZE;
in FillpInitRecvPcbBox()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
fillp_stack_config.c
111
g_resource.flowControl.
fcAlg
= globalResource->flowControl.
fcAlg
;
in FtInitConfigSet()
148
globalResource->flowControl.
fcAlg
= g_resource.flowControl.
fcAlg
;
in FtInitConfigGet()
204
*(FILLP_UINT8 *) value = g_resource.flowControl.
fcAlg
;
in FtGetConfigStackHalf1()
H
A
D
fillp_stack_config_in.c
195
g_resource.flowControl.
fcAlg
= val;
in FtConfigSetAlg()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H
A
D
res.h
61
FILLP_UINT8
fcAlg
;
member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H
A
D
fillp_pcb.h
111
void *
fcAlg
;
member
215
FILLP_UINT8
fcAlg
;
member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
socket_opt.c
221
sock->netconn->pcb->fpcb.
fcAlg
= (FILLP_UINT8)FILLP_SUPPORT_ALG_N(alg);
in SockSetFcAlg()
223
sock->netconn->pcb->fpcb.
fcAlg
= FILLP_SUPPORT_ALG_BASE;
in SockSetFcAlg()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H
A
D
fillpinc.h
857
FILLP_UINT8
fcAlg
;
member
Completed in 11 milliseconds