Home
last modified time | relevance | path

Searched defs:case_sensitive (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp88 …trings(const unsigned char *string1, const unsigned char *string2, const cJSON_bool case_sensitive) in compare_strings()
125 …_pointers(const unsigned char *name, const unsigned char *pointer, const cJSON_bool case_sensitive) in compare_pointers()
306 …*get_item_from_pointer(cJSON * const object, const char * pointer, const cJSON_bool case_sensitive) in get_item_from_pointer()
435 static cJSON *detach_path(cJSON *object, const unsigned char *path, const cJSON_bool case_sensitive) in detach_path()
489 static cJSON *sort_list(cJSON *list, const cJSON_bool case_sensitive) in sort_list()
600 static void sort_object(cJSON * const object, const cJSON_bool case_sensitive) in sort_object()
609 static cJSON_bool compare_json(cJSON *a, cJSON *b, const cJSON_bool case_sensitive) in compare_json()
735 …SON *get_object_item(const cJSON * const object, const char* name, const cJSON_bool case_sensitive) in get_object_item()
747 … patch_operation decode_patch_operation(const cJSON * const patch, const cJSON_bool case_sensitive) in decode_patch_operation()
812 static int apply_patch(cJSON *object, const cJSON *patch, const cJSON_bool case_sensitive) in apply_patch()
[all …]
H A DcJSON.cpp1885 …t_object_item(const cJSON * const object, const char * const name, const cJSON_bool case_sensitive) in get_object_item()
2356 …ce_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJSON_bool case_sensitive) in replace_item_in_object()
2990 …_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bool case_sensitive) in cJSON_Compare()
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dshfl_hostintf.h448 bool case_sensitive; member
510 struct vmmdev_hgcm_function_parameter case_sensitive; member
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c1876 …t_object_item(const cJSON * const object, const char * const name, const cJSON_bool case_sensitive) in get_object_item()
2347 …ce_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJSON_bool case_sensitive) in replace_item_in_object()
2977 …_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bool case_sensitive) in cJSON_Compare()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dsuper.c96 int show_sys_files = -1, case_sensitive = -1, disable_sparse = -1; in parse_options() local