Home
last modified time | relevance | path

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

/civetweb-2.7.6/examples/rest/cJSON/
DcJSON.c1333 case cJSON_Object: in print_value()
1591 item->type = cJSON_Object; in parse_object()
2350 item->type = cJSON_Object | cJSON_IsReference; in cJSON_CreateObjectReference()
2400 item->type = cJSON_Object; in cJSON_CreateObject()
2787 return (item->type & 0xFF) == cJSON_Object; in cJSON_IsObject()
2817 case cJSON_Object: in cJSON_Compare()
2882 case cJSON_Object: in cJSON_Compare()
DcJSON.h46 #define cJSON_Object (1 << 6) macro
DcJSON_Utils.c630 case cJSON_Object: in compare_json()
1188 case cJSON_Object: in create_patches()