cJSON
cJSON_Invalid
is only used within cJSON.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cJSON
cJSON_Invalid
cJSON_Invalid macro
Syntax
Show:
Summary
Declaration
from
cJSON.h:89
#define
cJSON_Invalid
(
0
)
Examples
References
from
examples
Code
Location
#define
cJSON_Invalid
(
0
)
cJSON.h:89
int
new_type
=
cJSON_Invalid
;
cJSON.c:2032
return
(
item
->
type
&
0xFF
)
==
cJSON_Invalid
;
cJSON.c:2916
static
const
cJSON
invalid
=
{
NULL
,
NULL
,
NULL
,
cJSON_Invalid
,
NULL
,
0
,
0
,
NULL
}
;
cJSON_Utils.c:843
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out