cJSON
cJSONUtils_strdup()
is only used within cJSON.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cJSON
cJSONUtils_strdup()
cJSONUtils_strdup() function
Syntax
Show:
Summary
Declaration
from
cJSON_Utils.c:66
static
unsigned
char
*
cJSONUtils_strdup
(
const
unsigned
char
*
const
string
)
;
Arguments
Argument
string
Examples
References
from
examples
Code
Location
Referrer
static
unsigned
char
*
cJSONUtils_strdup
(
const
unsigned
char
*
const
string
)
cJSON_Utils.c:66
return
(
char
*
)
cJSONUtils_strdup
(
(
const
unsigned
char
*
)
""
)
;
cJSON_Utils.c:211
cJSONUtils_FindPointerFromObjectTo()
parent_pointer
=
cJSONUtils_strdup
(
path
)
;
cJSON_Utils.c:438
detach_path()
parent_pointer
=
cJSONUtils_strdup
(
(
unsigned
char
*
)
path
->
valuestring
)
;
cJSON_Utils.c:962
apply_patch()
Call Tree
from
examples
cJSONUtils_strdup()
is called by 3 functions and calls 1 function:
cJSONUtils_FindPointerFromObjectTo()
detach_path()
apply_patch()
All items filtered out
cJSONUtils_strdup()
cJSON_malloc()
All items filtered out
Data Use
from
examples
cJSONUtils_strdup()
:
All items filtered out
cJSONUtils_strdup()
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