Searched refs:CJSON_PUBLIC (Results 1 – 2 of 2) sorted by relevance
64 #define CJSON_PUBLIC(type) type CJSON_STDCALL macro77 #define CJSON_PUBLIC(type) type141 CJSON_PUBLIC(const char*) cJSON_Version(void);163 CJSON_PUBLIC(void) cJSON_Delete(cJSON *c);192 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void);193 CJSON_PUBLIC(cJSON *) cJSON_CreateTrue(void);194 CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void);200 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void);201 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void);254 CJSON_PUBLIC(void) cJSON_Minify(char *json);[all …]
70 CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void) in cJSON_GetErrorPtr()88 CJSON_PUBLIC(const char*) cJSON_Version(void) in cJSON_Version()214 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete()2246 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void) in cJSON_CreateNull()2257 CJSON_PUBLIC(cJSON *) cJSON_CreateTrue(void) in cJSON_CreateTrue()2268 CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void) in cJSON_CreateFalse()2383 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void) in cJSON_CreateArray()2394 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void) in cJSON_CreateObject()2629 CJSON_PUBLIC(void) cJSON_Minify(char *json) in cJSON_Minify()2924 CJSON_PUBLIC(void *) cJSON_malloc(size_t size) in cJSON_malloc()[all …]
Completed in 9 milliseconds