Home
last modified time | relevance | path

Searched defs:cJSON (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h103 typedef struct cJSON struct
106 struct cJSON *next; argument
107 struct cJSON *prev; argument
109 struct cJSON *child; argument
123 } cJSON; argument
/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h43 typedef struct cJSON { struct
44 …struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use G… argument
45 …struct cJSON *child; /* An array or object item will have a child pointer pointing to a chain of … argument
49 char *valuestring; /* The item's string, if type==cJSON_String */ argument
50 int valueint; /* The item's number, if type==cJSON_Number */ argument
51 double valuedouble; /* The item's number, if type==cJSON_Number */ argument
54 } cJSON; argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h98 typedef struct cJSON struct
101 struct cJSON *next; argument
102 struct cJSON *prev; argument
104 struct cJSON *child; argument
118 } cJSON; argument