Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON_Utils.c83 …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()
730 …SON *get_object_item(const cJSON * const object, const char* name, const cJSON_bool case_sensitive) in get_object_item()
742 … patch_operation decode_patch_operation(const cJSON * const patch, const cJSON_bool case_sensitive) in decode_patch_operation()
807 static int apply_patch(cJSON *object, const cJSON *patch, const cJSON_bool case_sensitive) in apply_patch()
[all …]
DcJSON.c1874 …t_object_item(const cJSON * const object, const char * const name, const cJSON_bool case_sensitive) in get_object_item()
2345 …ce_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJSON_bool case_sensitive) in replace_item_in_object()
2962 …_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bool case_sensitive) in cJSON_Compare()
/third_party/glib/gio/xdgmime/
Dxdgmimeglob.c56 int case_sensitive; member
65 int case_sensitive; member
116 int case_sensitive) in _xdg_glob_list_append()
189 int case_sensitive) in _xdg_glob_hash_insert_ucs4()
302 int case_sensitive) in _xdg_glob_hash_insert_text()
583 int case_sensitive) in _xdg_glob_hash_append_glob()
667 int case_sensitive; in _xdg_mime_glob_read_from_file() local
Dxdgmimecache.c410 int case_sensitive = weight & 0x100; in cache_glob_lookup_literal() local
493 int case_sensitive; in cache_glob_node_lookup_suffix() local
/third_party/grpc/src/core/lib/security/authorization/
Dmatchers.cc33 bool case_sensitive) { in Create()
49 bool case_sensitive) in StringMatcher()
53 bool case_sensitive) in StringMatcher()
Dmatchers.h65 bool case_sensitive() const { return case_sensitive_; } in case_sensitive() function
/third_party/node/tools/inspector_protocol/jinja2/
Dfilters.py206 def do_dictsort(value, case_sensitive=False, by='key', reverse=False): argument
247 environment, value, reverse=False, case_sensitive=False, attribute=None argument
282 def do_unique(environment, value, case_sensitive=False, attribute=None): argument
310 def _min_or_max(environment, value, func, case_sensitive, attribute): argument
326 def do_min(environment, value, case_sensitive=False, attribute=None): argument
341 def do_max(environment, value, case_sensitive=False, attribute=None): argument
/third_party/skia/third_party/externals/jinja2/
Dfilters.py264 def do_dictsort(value, case_sensitive=False, by="key", reverse=False): argument
302 def do_sort(environment, value, reverse=False, case_sensitive=False, attribute=None): argument
352 def do_unique(environment, value, case_sensitive=False, attribute=None): argument
379 def _min_or_max(environment, value, func, case_sensitive, attribute): argument
394 def do_min(environment, value, case_sensitive=False, attribute=None): argument
409 def do_max(environment, value, case_sensitive=False, attribute=None): argument
/third_party/jinja2/
Dfilters.py264 def do_dictsort(value, case_sensitive=False, by="key", reverse=False): argument
302 def do_sort(environment, value, reverse=False, case_sensitive=False, attribute=None): argument
352 def do_unique(environment, value, case_sensitive=False, attribute=None): argument
379 def _min_or_max(environment, value, func, case_sensitive, attribute): argument
394 def do_min(environment, value, case_sensitive=False, attribute=None): argument
409 def do_max(environment, value, case_sensitive=False, attribute=None): argument
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/
Drapidxml.hpp320 …bool compare(const Ch *p1, std::size_t size1, const Ch *p2, std::size_t size2, bool case_sensitive) in compare()
836 …*previous_attribute(const Ch *name = 0, std::size_t name_size = 0, bool case_sensitive = true) con… in previous_attribute()
856 …Ch> *next_attribute(const Ch *name = 0, std::size_t name_size = 0, bool case_sensitive = true) con… in next_attribute()
936 …xml_node<Ch> *first_node(const Ch *name = 0, std::size_t name_size = 0, bool case_sensitive = true… in first_node()
958 …xml_node<Ch> *last_node(const Ch *name = 0, std::size_t name_size = 0, bool case_sensitive = true)… in last_node()
981 …> *previous_sibling(const Ch *name = 0, std::size_t name_size = 0, bool case_sensitive = true) con… in previous_sibling()
1004 …e<Ch> *next_sibling(const Ch *name = 0, std::size_t name_size = 0, bool case_sensitive = true) con… in next_sibling()
1025 …h> *first_attribute(const Ch *name = 0, std::size_t name_size = 0, bool case_sensitive = true) con… in first_attribute()
1045 …Ch> *last_attribute(const Ch *name = 0, std::size_t name_size = 0, bool case_sensitive = true) con… in last_attribute()
/third_party/boost/boost/property_tree/detail/
Drapidxml.hpp294 …bool compare(const Ch *p1, std::size_t size1, const Ch *p2, std::size_t size2, bool case_sensitive) in compare()
820 …te<Ch> *previous_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in previous_attribute()
840 …ribute<Ch> *next_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in next_attribute()
920 … xml_node<Ch> *first_node(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) const in first_node()
942 … xml_node<Ch> *last_node(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) const in last_node()
965 …xml_node<Ch> *previous_sibling(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true)… in previous_sibling()
988 …xml_node<Ch> *next_sibling(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in next_sibling()
1009 …ibute<Ch> *first_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in first_attribute()
1029 …ribute<Ch> *last_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in last_attribute()
/third_party/cJSON/tests/
Dcompare_tests.c27 …ol compare_from_string(const char * const a, const char * const b, const cJSON_bool case_sensitive) in compare_from_string()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.cpp1444 bool case_sensitive) in Matches()
1554 bool case_sensitive, in Contains()
1618 bool case_sensitive) in Replace()
1708 bool case_sensitive) in TrimLeading()
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto149 google.protobuf.BoolValue case_sensitive = 4; field
/third_party/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto85 BoolValue case_sensitive = 4; field
/third_party/glib/glib/
Dgscanner.h138 guint case_sensitive : 1; member
/third_party/re2/re2/
Dre2.h664 bool case_sensitive() const { return case_sensitive_; } in case_sensitive() function
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-sel-eng.c56 gboolean case_sensitive; member
/third_party/json/test/thirdparty/doctest/
Ddoctest.h709 bool case_sensitive; // if filtering should be case sensitive member
/third_party/ntfs-3g/libntfs-3g/
Ddir.c1952 IGNORE_CASE_BOOL case_sensitive = IGNORE_CASE; in ntfs_delete() local
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc1343 const google_protobuf_BoolValue* case_sensitive = in RouteConfigParse() local
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc878 bool case_sensitive = true; in RoutePathMatchParse() local