cJSON
encode_string_as_pointer()
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
encode_string_as_pointer()
encode_string_as_pointer() function
Syntax
Show:
Summary
Declaration
from
cJSON_Utils.c:173
static
void
encode_string_as_pointer
(
unsigned
char
*
destination
,
const
unsigned
char
*
source
)
;
Arguments
Argument
destination
source
Examples
References
from
examples
Code
Location
Referrer
static
void
encode_string_as_pointer
(
unsigned
char
*
destination
,
const
unsigned
char
*
source
)
cJSON_Utils.c:173
encode_string_as_pointer
(
full_pointer
+
1
,
(
unsigned
char
*
)
current_child
->
string
)
;
cJSON_Utils.c:244
cJSONUtils_FindPointerFromObjectTo()
encode_string_as_pointer
(
full_path
+
path_length
+
1
,
suffix
)
;
cJSON_Utils.c:1123
compose_patch()
encode_string_as_pointer
(
new_path
+
path_length
+
1
,
(
unsigned
char
*
)
from_child
->
string
)
;
cJSON_Utils.c:1249
create_patches()
Call Tree
from
examples
encode_string_as_pointer()
is called by 3 functions:
cJSONUtils_FindPointerFromObjectTo()
compose_patch()
create_patches()
All items filtered out
encode_string_as_pointer()
All items filtered out
Data Use
from
examples
encode_string_as_pointer()
:
All items filtered out
encode_string_as_pointer()
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