cJSON
pointer_encoded_length()
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
pointer_encoded_length()
pointer_encoded_length() function
Syntax
Show:
Summary
Declaration
from
cJSON_Utils.c:157
static
size_t
pointer_encoded_length
(
const
unsigned
char
*
string
)
;
Arguments
Argument
string
Examples
References
from
examples
Code
Location
Referrer
static
size_t
pointer_encoded_length
(
const
unsigned
char
*
string
)
cJSON_Utils.c:157
unsigned
char
*
full_pointer
=
(
unsigned
char
*
)
cJSON_malloc
(
strlen
(
(
char
*
)
target_pointer
)
+
pointer_encoded_length
(
(
unsigned
char
*
)
current_child
->
string
)
+
2
)
;
cJSON_Utils.c:242
cJSONUtils_FindPointerFromObjectTo()
size_t
suffix_length
=
pointer_encoded_length
(
suffix
)
;
cJSON_Utils.c:1118
compose_patch()
size_t
from_child_name_length
=
pointer_encoded_length
(
(
unsigned
char
*
)
from_child
->
string
)
;
cJSON_Utils.c:1245
create_patches()
Call Tree
from
examples
pointer_encoded_length()
is called by 3 functions:
cJSONUtils_FindPointerFromObjectTo()
compose_patch()
create_patches()
All items filtered out
pointer_encoded_length()
All items filtered out
Data Use
from
examples
pointer_encoded_length()
:
All items filtered out
pointer_encoded_length()
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