Searched defs:case_sensitive (Results 1 – 2 of 2) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/open_source/cjson/cjson/ |
| D | cJSON_Utils.c | 83 …trings(const unsigned char *string1, const unsigned char *string2, const cJSON_bool case_sensitive) in compare_strings() 120 …_pointers(const unsigned char *name, const unsigned char *pointer, const cJSON_bool case_sensitive) in compare_pointers() 301 …*get_item_from_pointer(cJSON * const object, const char * pointer, const cJSON_bool case_sensitive) in get_item_from_pointer() 430 static cJSON *detach_path(cJSON *object, const unsigned char *path, const cJSON_bool case_sensitive) in detach_path() 484 static cJSON *sort_list(cJSON *list, const cJSON_bool case_sensitive) in sort_list() 595 static void sort_object(cJSON * const object, const cJSON_bool case_sensitive) in sort_object() 604 static cJSON_bool compare_json(cJSON *a, cJSON *b, const cJSON_bool case_sensitive) in compare_json() 746 …SON *get_object_item(const cJSON * const object, const char* name, const cJSON_bool case_sensitive) in get_object_item() 758 … patch_operation decode_patch_operation(const cJSON * const patch, const cJSON_bool case_sensitive) in decode_patch_operation() 823 static int apply_patch(cJSON *object, const cJSON *patch, const cJSON_bool case_sensitive) in apply_patch() [all …]
|
| D | cJSON.c | 2725 …t_object_item(const cJSON * const object, const char * const name, const cJSON_bool case_sensitive) 3250 …ce_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJSON_bool case_sensitive) 4058 …_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bool case_sensitive) 4186 …_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bool case_sensitive)
|