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:hasInited
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
spunge.h
109
FILLP_BOOL
hasInited
;
member
132
FILLP_BOOL
hasInited
;
member
152
#define SPUNGE_STACK_VALID (g_spunge && g_spunge->
hasInited
)
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
fillp_stack_app_config.c
65
(g_spunge->
hasInited
== FILLP_FALSE))) {
in FtCheckCofigPar()
221
(g_spunge->
hasInited
== FILLP_FALSE))) {
in FtAppInitConfigGet()
290
if ((g_spunge == FILLP_NULL_PTR) || (g_spunge->
hasInited
== FILLP_FALSE)) {
in FtSetConfigApp()
473
if ((g_spunge == FILLP_NULL_PTR) || (g_spunge->
hasInited
== FILLP_FALSE)) {
in FtGetConfigApp()
H
A
D
spunge_app.c
88
if ((g_spunge == FILLP_NULL_PTR) || (!g_spunge->
hasInited
) || (g_spunge->sockTable == FILLP_NULL_PTR)) {
in SpungeAllocSock()
H
A
D
api.c
471
if ((g_spunge == FILLP_NULL_PTR) || (g_spunge->
hasInited
== FILLP_FALSE)) {
in FtStartStopTrace()
833
((g_spunge == FILLP_NULL_PTR) || (g_spunge->
hasInited
== FILLP_FALSE))) {
in FillpDebugCmdSocketConfigRes()
1524
if ((g_spunge == FILLP_NULL_PTR) || (g_spunge->
hasInited
== FILLP_FALSE)) {
in FtGetStackTime()
H
A
D
fillp_dfx.c
194
if ((g_spunge == FILLP_NULL_PTR) || (!g_spunge->
hasInited
)) {
in FillpDfxEvtCbSet()
556
if ((g_spunge == FILLP_NULL_PTR) || (!g_spunge->
hasInited
) || (g_spunge->sockTable == FILLP_NULL_PTR)) {
in FillpDumpShowSockList()
H
A
D
fillp_stack_app_config_in.c
679
if ((sockIndex == FILLP_MAX_UNSHORT_VAL) && (g_spunge != FILLP_NULL_PTR) && (g_spunge->
hasInited
== FILLP_TRUE)) {
in FtAppConfigInitNackDelayCfg()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
fillp_stack_config_in.c
83
if ((g_spunge != FILLP_NULL_PTR) && (g_spunge->
hasInited
== FILLP_TRUE)) {
in FtConfigSetCpuCoreUse()
97
if ((g_spunge != FILLP_NULL_PTR) && (g_spunge->
hasInited
== FILLP_TRUE)) {
in FtConfigSetMaxSockNum()
119
if ((g_spunge != FILLP_NULL_PTR) && (g_spunge->
hasInited
== FILLP_TRUE)) {
in FtConfigSetMaxConnectionNum()
H
A
D
spunge_core.c
357
inst->
hasInited
= FILLP_TRUE;
in SpungeThreadInit()
373
if (inst->
hasInited
) {
in SpungeInstInit()
558
inst->
hasInited
= FILLP_FALSE;
in SpungeFreeInstanceResource()
676
g_spunge->
hasInited
= FILLP_FALSE;
in FtFreeGlobalSpunge()
788
g_spunge->
hasInited
= FILLP_TRUE;
in FtInit()
820
if (g_spunge->instPool[i].
hasInited
== 0) {
in SpungZeroInstance()
860
if ((g_spunge == FILLP_NULL_PTR) || (!g_spunge->
hasInited
)) {
in FtDestroyInner()
1598
while (inst->
hasInited
) {
in SpungeInstanceMainThread()
H
A
D
fillp_stack_config.c
28
if ((g_spunge != FILLP_NULL_PTR) && (g_spunge->
hasInited
== FILLP_TRUE)) {
in FtSetCopyPreinitConfigs()
81
if ((g_spunge != FILLP_NULL_PTR) && (g_spunge->
hasInited
== FILLP_TRUE)) {
in FtInitConfigSet()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
socket_common.c
281
if ((g_spunge == FILLP_NULL_PTR) || (!g_spunge->
hasInited
) || (g_spunge->sockTable == FILLP_NULL_PTR)) {
in SockGetSocket()
Completed in 10 milliseconds