Home
last modified time | relevance | path

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

/third_party/cJSON/
H A DcJSON.c3392 cJSON *b_element = b->child; in CJSON_PUBLIC() local
3394 for (; (a_element != NULL) && (b_element != NULL);) in CJSON_PUBLIC()
3396 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in CJSON_PUBLIC()
3402 b_element = b_element->next; in CJSON_PUBLIC()
3406 if (a_element != b_element) { in CJSON_PUBLIC()
3416 cJSON *b_element = NULL; in CJSON_PUBLIC() local
3420 b_element = get_object_item(b, a_element->string, case_sensitive); in CJSON_PUBLIC()
3421 if (b_element == NULL) in CJSON_PUBLIC()
3426 if (!cJSON_Compare(a_element, b_element, case_sensitiv in CJSON_PUBLIC()
[all...]

Completed in 4 milliseconds