Searched defs:string (Results 1 – 3 of 3) sorted by relevance
/civetweb-2.7.6/examples/rest/cJSON/ |
D | cJSON.c | 150 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup() 1801 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string) in cJSON_GetObjectItem() 1806 …IC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string) in cJSON_GetObjectItemCaseSensitive() 1811 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) in cJSON_HasObjectItem() 1887 static void* cast_away_const(const void* string) in cast_away_const() 1896 static cJSON_bool add_item_to_object(cJSON * const object, const char * const string, cJSON * const… in add_item_to_object() 1933 CJSON_PUBLIC(void) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObject() 1939 CJSON_PUBLIC(void) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObjectCS() 1954 CJSON_PUBLIC(void) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemReferenceToObject() 2024 …) cJSON_AddStringToObject(cJSON * const object, const char * const name, const char * const string) in cJSON_AddStringToObject() [all …]
|
D | cJSON_Utils.c | 56 static unsigned char* cJSONUtils_strdup(const unsigned char* const string) in cJSONUtils_strdup() 139 static size_t pointer_encoded_length(const unsigned char *string) in pointer_encoded_length() 339 static void decode_pointer_inplace(unsigned char *string) in decode_pointer_inplace()
|
D | cJSON.h | 72 char *string; member
|