Home
last modified time | relevance | path

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

/civetweb-2.7.6/examples/rest/cJSON/
DcJSON_Utils.c460 static cJSON *sort_list(cJSON *list, const cJSON_bool case_sensitive) in sort_list() function
505 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()