Searched refs:sort_list (Results 1 – 1 of 1) sorted by relevance
460 static cJSON *sort_list(cJSON *list, const cJSON_bool case_sensitive) in sort_list() function505 first = sort_list(first, case_sensitive); in sort_list()506 second = sort_list(second, case_sensitive); in sort_list()576 object->child = sort_list(object->child, case_sensitive); in sort_object()