Searched refs:sortme (Results 1 – 1 of 1) sorted by relevance
143 cJSON *sortme = NULL; in sort_tests() local148 sortme = cJSON_CreateObject(); in sort_tests()152 cJSON_AddItemToObject(sortme, buf, cJSON_CreateNumber(1)); in sort_tests()155 cJSONUtils_SortObject(sortme); in sort_tests()158 current_element = sortme->child->next; in sort_tests()165 cJSON_Delete(sortme); in sort_tests()