cJSON
compare_strings()
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
compare_strings()
compare_strings() function
Syntax
Show:
Summary
Declaration
from
cJSON_Utils.c:83
static
int
compare_strings
(
const
unsigned
char
*
string1
,
const
unsigned
char
*
string2
,
const
cJSON_bool
case_sensitive
)
;
Arguments
Argument
string1
string2
case_sensitive
Examples
References
from
examples
Code
Location
Referrer
static
int
compare_strings
(
const
unsigned
char
*
string1
,
const
unsigned
char
*
string2
,
const
cJSON_bool
case_sensitive
)
cJSON_Utils.c:83
while
(
(
current_item
!=
NULL
)
&&
(
current_item
->
next
!=
NULL
)
&&
(
compare_strings
(
(
unsigned
char
*
)
current_item
->
string
,
(
unsigned
char
*
)
current_item
->
next
->
string
,
case_sensitive
)
<
0
)
)
cJSON_Utils.c:498
sort_list()
if
(
compare_strings
(
(
unsigned
char
*
)
first
->
string
,
(
unsigned
char
*
)
second
->
string
,
case_sensitive
)
<
0
)
cJSON_Utils.c:538
sort_list()
if
(
compare_strings
(
(
unsigned
char
*
)
a
->
string
,
(
unsigned
char
*
)
b
->
string
,
case_sensitive
)
)
cJSON_Utils.c:662
compare_json()
diff
=
compare_strings
(
(
unsigned
char
*
)
from_child
->
string
,
(
unsigned
char
*
)
to_child
->
string
,
case_sensitive
)
;
cJSON_Utils.c:1238
create_patches()
Call Tree
from
examples
compare_strings()
is called by 3 functions:
sort_list()
compare_json()
create_patches()
All items filtered out
compare_strings()
All items filtered out
Data Use
from
examples
compare_strings()
:
All items filtered out
compare_strings()
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