Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c3038 cJSON *b_element = b->child; in cJSON_Compare() local
3040 for (; (a_element != NULL) && (b_element != NULL);) in cJSON_Compare()
3042 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
3048 b_element = b_element->next; in cJSON_Compare()
3052 if (a_element != b_element) { in cJSON_Compare()
3062 cJSON *b_element = NULL; in cJSON_Compare() local
3066 b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare()
3067 if (b_element == NULL) in cJSON_Compare()
3072 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
3080 cJSON_ArrayForEach(b_element, b) in cJSON_Compare()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp3051 cJSON *b_element = b->child; in cJSON_Compare() local
3053 for (; (a_element != NULL) && (b_element != NULL);) in cJSON_Compare()
3055 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
3061 b_element = b_element->next; in cJSON_Compare()
3065 if (a_element != b_element) { in cJSON_Compare()
3075 cJSON *b_element = NULL; in cJSON_Compare() local
3079 b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare()
3080 if (b_element == NULL) in cJSON_Compare()
3085 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
3093 cJSON_ArrayForEach(b_element, b) in cJSON_Compare()
[all …]