| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON_Utils.cpp | 88 …trings(const unsigned char *string1, const unsigned char *string2, const cJSON_bool case_sensitive) in compare_strings() argument 100 if (case_sensitive) in compare_strings() 125 …_pointers(const unsigned char *name, const unsigned char *pointer, const cJSON_bool case_sensitive) in compare_pointers() argument 147 …else if ((!case_sensitive && (tolower(*name) != tolower(*pointer))) || (case_sensitive && (*name !… in compare_pointers() 306 …*get_item_from_pointer(cJSON * const object, const char * pointer, const cJSON_bool case_sensitive) in get_item_from_pointer() argument 333 …e_pointers((unsigned char*)current_element->string, (const unsigned char*)pointer, 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() argument 457 parent = get_item_from_pointer(object, (char*)parent_pointer, case_sensitive); in detach_path() 489 static cJSON *sort_list(cJSON *list, const cJSON_bool case_sensitive) in sort_list() argument 503 …igned char*)current_item->string, (unsigned char*)current_item->next->string, case_sensitive) < 0)) in sort_list() [all …]
|
| H A D | cJSON.cpp | 1885 …t_object_item(const cJSON * const object, const char * const name, const cJSON_bool case_sensitive) in get_object_item() argument 1895 if (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() argument 2371 …return cJSON_ReplaceItemViaPointer(object, get_object_item(object, string, case_sensitive), replac… 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() argument 3055 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare() 3079 b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare() 3085 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare() 3095 a_element = get_object_item(a, b_element->string, case_sensitive); in cJSON_Compare() 3101 if (!cJSON_Compare(b_element, a_element, case_sensitive)) in cJSON_Compare()
|
| /OK3568_Linux_fs/kernel/fs/vboxsf/ |
| H A D | shfl_hostintf.h | 448 bool case_sensitive; member 510 struct vmmdev_hgcm_function_parameter case_sensitive; member
|
| H A D | vboxsf_wrappers.c | 90 parms.case_sensitive.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_map_folder() 91 parms.case_sensitive.u.value32 = 1; in vboxsf_map_folder()
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 1876 …t_object_item(const cJSON * const object, const char * const name, const cJSON_bool case_sensitive) in get_object_item() argument 1886 if (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() argument 2362 …return cJSON_ReplaceItemViaPointer(object, get_object_item(object, string, case_sensitive), replac… 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() argument 3042 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare() 3066 b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare() 3072 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare() 3082 a_element = get_object_item(a, b_element->string, case_sensitive); in cJSON_Compare() 3088 if (!cJSON_Compare(b_element, a_element, case_sensitive)) in cJSON_Compare()
|
| H A D | cJSON.h | 255 …bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bool case_sensitive);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | cJSON.h | 253 …bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bool case_sensitive);
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | super.c | 96 int show_sys_files = -1, case_sensitive = -1, disable_sparse = -1; in parse_options() local 187 else NTFS_GETOPT_BOOL("case_sensitive", case_sensitive) in parse_options() 311 if (case_sensitive != -1) { in parse_options() 312 if (case_sensitive) in parse_options()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ntfs.rst | 162 case_sensitive=<BOOL> If case_sensitive is specified, treat all file names as 171 name, if it exists. If case_sensitive, you will need
|