Searched refs:CJSON_PUBLIC (Results 1 – 2 of 2) sorted by relevance
69 #define CJSON_PUBLIC(type) type CJSON_STDCALL macro82 #define CJSON_PUBLIC(type) type146 CJSON_PUBLIC(const char*) cJSON_Version(void);170 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item);200 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void);201 CJSON_PUBLIC(cJSON *) cJSON_CreateTrue(void);202 CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void);208 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void);209 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void);265 CJSON_PUBLIC(void) cJSON_Minify(char *json);[all …]
101 CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void) in cJSON_GetErrorPtr()131 CJSON_PUBLIC(const char*) cJSON_Version(void) in cJSON_Version()260 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete()2372 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void) in cJSON_CreateNull()2383 CJSON_PUBLIC(cJSON *) cJSON_CreateTrue(void) in cJSON_CreateTrue()2394 CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void) in cJSON_CreateFalse()2509 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void) in cJSON_CreateArray()2520 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void) in cJSON_CreateObject()2804 CJSON_PUBLIC(void) cJSON_Minify(char *json) in cJSON_Minify()3077 CJSON_PUBLIC(void *) cJSON_malloc(size_t size) in cJSON_malloc()[all …]