Home
last modified time | relevance | path

Searched refs:b_element (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/cjson/src/
A DcJSON.c2860 cJSON *b_element = b->child; in cJSON_Compare() local
2862 for (; (a_element != NULL) && (b_element != NULL);) in cJSON_Compare()
2864 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
2870 b_element = b_element->next; in cJSON_Compare()
2874 if (a_element != b_element) { in cJSON_Compare()
2884 cJSON *b_element = NULL; in cJSON_Compare() local
2888 b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare()
2889 if (b_element == NULL) in cJSON_Compare()
2894 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
2902 cJSON_ArrayForEach(b_element, b) in cJSON_Compare()
[all …]

Completed in 9 milliseconds