| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | symtab.c | 49 bool case_sensitive; member 55 bool case_sensitive, isc_symtab_t **symtabp) { in isc_symtab_create() argument 76 symtab->case_sensitive = case_sensitive; in isc_symtab_create() 113 hash(const char *key, bool case_sensitive) { in hash() argument 123 if (case_sensitive) { in hash() 139 b = hash((k), (s)->case_sensitive) % (s)->size; \ 140 if ((s)->case_sensitive) { \ 202 hv = hash(elt->key, symtab->case_sensitive); in grow_table()
|
| H A D | hash.c | 111 isc_hash64(const void *data, const size_t length, const bool case_sensitive) { in isc_hash64() argument 119 if (case_sensitive) { in isc_hash64() 134 isc_hash32(const void *data, const size_t length, const bool case_sensitive) { in isc_hash32() argument 142 if (case_sensitive) { in isc_hash32()
|
| H A D | ht.c | 56 bool case_sensitive; member 142 const uint8_t *key, uint32_t keysize, bool case_sensitive) { in isc__ht_node_match() argument 144 (case_sensitive ? (memcmp(node->key, key, keysize) == 0) in isc__ht_node_match() 286 bool case_sensitive = ((options & ISC_HT_CASE_INSENSITIVE) == 0); in isc_ht_init() local 294 .case_sensitive = case_sensitive, in isc_ht_init() 366 hashval = isc_hash32(key, keysize, ht->case_sensitive); in isc_ht_add() 390 ht->case_sensitive)) in isc__ht_find() 416 hashval = isc_hash32(key, keysize, ht->case_sensitive); in isc_ht_find() 441 ht->case_sensitive)) in isc__ht_delete() 474 hashval = isc_hash32(key, keysize, ht->case_sensitive); in isc_ht_delete()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | symtab.c | 49 bool case_sensitive; member 55 bool case_sensitive, isc_symtab_t **symtabp) { in isc_symtab_create() argument 76 symtab->case_sensitive = case_sensitive; in isc_symtab_create() 113 hash(const char *key, bool case_sensitive) { in hash() argument 122 if (case_sensitive) { in hash() 136 b = hash((k), (s)->case_sensitive) % (s)->size; \ in hash() 137 if ((s)->case_sensitive) { \ 197 hv = hash(elt->key, symtab->case_sensitive); in grow_table()
|
| H A D | hash.c | 66 const size_t length, const bool case_sensitive) { 69 isc_halfsiphash24_hash(state, data, length, case_sensitive); 88 const size_t length, const bool case_sensitive) { 91 isc_siphash24_hash(state, data, length, case_sensitive); in isc_hash_set_initializer() 107 isc_hash64(const void * data,const size_t length,const bool case_sensitive) isc_hash64() argument 130 isc_hash32(const void * data,const size_t length,const bool case_sensitive) isc_hash32() argument
|
| H A D | ht.c | 57 bool case_sensitive; 101 const uint8_t *key, uint32_t keysize, bool case_sensitive) { 103 (case_sensitive 243 bool case_sensitive = ((options & ISC_HT_CASE_INSENSITIVE) == 0); in maybe_rehash() 251 .case_sensitive = case_sensitive, in hashtable_new() 323 hashval = isc_hash32(key, keysize, ht->case_sensitive); in isc_ht_destroy() 347 ht->case_sensitive)) in isc__ht_add() 373 hashval = isc_hash32(key, keysize, ht->case_sensitive); in isc_ht_add() 396 ht->case_sensitive)) in isc__ht_find() 56 bool case_sensitive; global() member 142 isc__ht_node_match(isc_ht_node_t * node,const uint32_t hashval,const uint8_t * key,uint32_t keysize,bool case_sensitive) isc__ht_node_match() argument 286 bool case_sensitive = ((options & ISC_HT_CASE_INSENSITIVE) == 0); isc_ht_init() local [all...] |
| /netbsd-src/external/mpl/bind/dist/lib/isccc/ |
| H A D | symtab.c | 64 bool case_sensitive; member 70 void *undefine_arg, bool case_sensitive, in isccc_symtab_create() argument 93 symtab->case_sensitive = case_sensitive; in isccc_symtab_create() 136 hash(const char *key, bool case_sensitive) { in hash() argument 147 if (case_sensitive) { in hash() 169 b = hash((k), (s)->case_sensitive) % (s)->size; \ in hash() 170 if ((s)->case_sensitive) { \
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
| H A D | hash.h | 53 const size_t length, const bool case_sensitive); 57 isc_hash32(const void *data, const size_t length, const bool case_sensitive) { 60 isc_hash32_hash(&state, data, length, case_sensitive); 68 const size_t length, const bool case_sensitive); 72 isc_hash64(const void *data, const size_t length, const bool case_sensitive) { 75 isc_hash64_hash(&state, data, length, case_sensitive); 94 * 'case_sensitive' specifies whether the hash key should be treated as 95 * case_sensitive values. It should typically be false if the hash key
|
| H A D | symtab.h | 114 bool case_sensitive, isc_symtab_t **symtabp);
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| H A D | hash.h | 39 isc_hash32(const void *data, const size_t length, const bool case_sensitive); 41 isc_hash64(const void *data, const size_t length, const bool case_sensitive);
|
| H A D | symtab.h | 115 bool case_sensitive, isc_symtab_t **symtabp);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ |
| H A D | t-slibgcc-vms | 21 echo "case_sensitive=yes" > SYMVEC_$$$$.opt; \ 24 echo "case_sensitive=NO" >> SYMVEC_$$$$.opt; \
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
| H A D | t-slibgcc-vms | 21 echo "case_sensitive=yes" > SYMVEC_$$$$.opt; \ 24 echo "case_sensitive=NO" >> SYMVEC_$$$$.opt; \
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | session.c | 3373 unsigned char key, int case_sensitive, int ask_for_string); 3407 WINDOW *window, int dir, int case_sensitive) in info_search_in_node() argument 3416 if (!case_sensitive) in info_search_in_node() 3482 int dir, int case_sensitive) in info_search_internal() argument 3499 case_sensitive); in info_search_internal() 3597 case_sensitive); in info_search_internal() 3645 int case_sensitive, int ask_for_string) in info_search_1() argument 3681 case_sensitive ? _(" case-sensitively ") : _(" "), in info_search_1() 3706 if (case_sensitive == 0) in info_search_1() 3710 case_sensitive = 1; in info_search_1() [all …]
|
| H A D | session.h | 80 long int start, WINDOW *window, int dir, int case_sensitive);
|
| /netbsd-src/external/mpl/bind/dist/lib/isccc/include/isccc/ |
| H A D | symtab.h | 113 void *undefine_arg, bool case_sensitive,
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
| H A D | name.h | |
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | name.h | 353 dns_name_hash(const dns_name_t *name, bool case_sensitive); 368 dns_name_fullhash(const dns_name_t *name, bool case_sensitive);
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | name.c | 455 dns_name_hash(const dns_name_t *name, bool case_sensitive) { in dns_name_hash() argument 473 return (isc_hash32(name->ndata, length, case_sensitive)); in dns_name_hash() 477 dns_name_fullhash(const dns_name_t *name, bool case_sensitive) { in dns_name_fullhash() argument 488 return (isc_hash32(name->ndata, name->length, case_sensitive)); in dns_name_fullhash()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | name.c | 455 dns_name_hash(const dns_name_t * name,bool case_sensitive) dns_name_hash() argument 477 dns_name_fullhash(const dns_name_t * name,bool case_sensitive) dns_name_fullhash() argument
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | xgettext-glade-1 | 1081 <case_sensitive>False</case_sensitive>
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | arith.c | 1134 gfc_compare_with_Cstring (gfc_expr *a, const char *b, bool case_sensitive) in gfc_compare_with_Cstring() argument 1149 if (!case_sensitive) in gfc_compare_with_Cstring()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | arith.cc | 1138 gfc_compare_with_Cstring (gfc_expr *a, const char *b, bool case_sensitive) in gfc_compare_with_Cstring() argument 1153 if (!case_sensitive) in gfc_compare_with_Cstring()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 669 bool case_sensitive) 670 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {}
|
| /netbsd-src/external/gpl2/texinfo/dist/po/ |
| H A D | sv.po | 1545 # case_sensitive ? _(" case-sensitively ") : _(" "),
|