Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.c2575 cJSON *b_element = b->child; in cJSON_Compare() local
2577 for (; (a_element != NULL) && (b_element != NULL);) in cJSON_Compare()
2579 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
2585 b_element = b_element->next; in cJSON_Compare()
2597 cJSON *b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare() local
2598 if (b_element == NULL) in cJSON_Compare()
2603 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()