Home
last modified time | relevance | path

Searched refs:hash_key (Results 151 – 175 of 1366) sorted by relevance

12345678910>>...55

/dports/devel/arcanist/arcanist-b2e715f/src/query/
H A DArcanistGitWorkingCopyRevisionHardpointQuery.php44 $hash_key = $this->getHashKey($hash);
45 $map[$hash_key][$ref_key] = $ref;
65 $hash_key = $this->getHashKey($revision_hash);
66 $state_refs = idx($map, $hash_key, array());
/dports/net/quagga/quagga-1.2.4/lib/
H A Dhash.c29 hash_create_size (unsigned int size, unsigned int (*hash_key) (void *), in hash_create_size()
40 hash->hash_key = hash_key; in hash_create_size()
49 hash_create (unsigned int (*hash_key) (void *), in hash_create()
52 return hash_create_size (HASH_INITIAL_SIZE, hash_key, hash_cmp); in hash_create()
122 key = (*hash->hash_key) (data); in hash_get()
186 key = (*hash->hash_key) (data); in hash_release()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/dynamodb/
H A Dbatch.py66 hash_key, range_key = key
68 hash_key = key
71 hash_key, range_key)
119 hash_key, range_key = key
121 hash_key = key
124 hash_key, range_key)
H A Ditem.py39 def __init__(self, table, hash_key=None, range_key=None, attrs=None): argument
46 if hash_key is None:
47 hash_key = attrs.get(self._hash_key_name, None)
48 self[self._hash_key_name] = hash_key
60 def hash_key(self): member in Item
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/dynamodb/
H A Dbatch.py66 hash_key, range_key = key
68 hash_key = key
71 hash_key, range_key)
119 hash_key, range_key = key
121 hash_key = key
124 hash_key, range_key)
H A Ditem.py39 def __init__(self, table, hash_key=None, range_key=None, attrs=None): argument
46 if hash_key is None:
47 hash_key = attrs.get(self._hash_key_name, None)
48 self[self._hash_key_name] = hash_key
60 def hash_key(self): member in Item
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/dynamodb/
H A Dbatch.py66 hash_key, range_key = key
68 hash_key = key
71 hash_key, range_key)
119 hash_key, range_key = key
121 hash_key = key
124 hash_key, range_key)
H A Ditem.py39 def __init__(self, table, hash_key=None, range_key=None, attrs=None): argument
46 if hash_key is None:
47 hash_key = attrs.get(self._hash_key_name, None)
48 self[self._hash_key_name] = hash_key
60 def hash_key(self): member in Item
/dports/devel/py-boto/boto-2.49.0/boto/dynamodb/
H A Dbatch.py66 hash_key, range_key = key
68 hash_key = key
71 hash_key, range_key)
119 hash_key, range_key = key
121 hash_key = key
124 hash_key, range_key)
H A Ditem.py39 def __init__(self, table, hash_key=None, range_key=None, attrs=None): argument
46 if hash_key is None:
47 hash_key = attrs.get(self._hash_key_name, None)
48 self[self._hash_key_name] = hash_key
60 def hash_key(self): member in Item
/dports/devel/p5-Rose-Object/Rose-Object-0.860/t/
H A Dmakemethods.t1296 param => { hash_key => 'params' },
1298 param_names => { interface => 'keys', hash_key => 'params' },
1303 clear_params => { interface => 'clear', hash_key => 'params' },
1304 reset_params => { interface => 'reset', hash_key => 'params' },
1322 clear_jobs => { interface => 'clear', hash_key => 'jobs' },
1323 push_jobs => { interface => 'push', hash_key => 'jobs' },
1324 pop_jobs => { interface => 'pop', hash_key => 'jobs' },
1325 unshift_jobs => { interface => 'unshift', hash_key => 'jobs' },
1326 shift_jobs => { interface => 'shift', hash_key => 'jobs' },
1391 cparam => { hash_key => 'cparams' },
[all …]
/dports/biology/stacks/stacks-2.4/src/
H A Dkmers.cc240 char *hash_key; in populate_kmer_hash() local
263 hash_key = kmers[j]; in populate_kmer_hash()
271 kmer_map_keys.push_back(hash_key); in populate_kmer_hash()
291 char *hash_key; in populate_kmer_hash() local
319 hash_key = kmers[j]; in populate_kmer_hash()
321 map_it = kmer_map.find(hash_key); in populate_kmer_hash()
328 kmer_map_keys.push_back(hash_key); in populate_kmer_hash()
351 char *hash_key; in populate_kmer_hash() local
379 hash_key = kmers[j]; in populate_kmer_hash()
381 map_it = kmer_map.find(hash_key); in populate_kmer_hash()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Drpl_filter.cc101 char hash_key[SAFE_NAME_LEN*2+2]; in tables_ok() local
108 end= strmov(hash_key, tables->db.str ? tables->db.str : db); in tables_ok()
110 len= (uint) (strmov(end, tables->table_name.str) - hash_key); in tables_ok()
113 if (my_hash_search(&do_table, (uchar*) hash_key, len)) in tables_ok()
118 if (my_hash_search(&ignore_table, (uchar*) hash_key, len)) in tables_ok()
122 find_wild(&wild_do_table, hash_key, len)) in tables_ok()
125 find_wild(&wild_ignore_table, hash_key, len)) in tables_ok()
237 char hash_key[SAFE_NAME_LEN+2]; in db_ok_with_wild_table() local
240 end= strmov(hash_key, db); in db_ok_with_wild_table()
242 len= (int)(end - hash_key); in db_ok_with_wild_table()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Drpl_filter.cc101 char hash_key[SAFE_NAME_LEN*2+2]; in tables_ok() local
108 end= strmov(hash_key, tables->db.str ? tables->db.str : db); in tables_ok()
110 len= (uint) (strmov(end, tables->table_name.str) - hash_key); in tables_ok()
113 if (my_hash_search(&do_table, (uchar*) hash_key, len)) in tables_ok()
118 if (my_hash_search(&ignore_table, (uchar*) hash_key, len)) in tables_ok()
122 find_wild(&wild_do_table, hash_key, len)) in tables_ok()
125 find_wild(&wild_ignore_table, hash_key, len)) in tables_ok()
237 char hash_key[SAFE_NAME_LEN+2]; in db_ok_with_wild_table() local
240 end= strmov(hash_key, db); in db_ok_with_wild_table()
242 len= (int)(end - hash_key); in db_ok_with_wild_table()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Drpl_filter.cc101 char hash_key[SAFE_NAME_LEN*2+2]; in tables_ok() local
108 end= strmov(hash_key, tables->db.str ? tables->db.str : db); in tables_ok()
110 len= (uint) (strmov(end, tables->table_name.str) - hash_key); in tables_ok()
113 if (my_hash_search(&do_table, (uchar*) hash_key, len)) in tables_ok()
118 if (my_hash_search(&ignore_table, (uchar*) hash_key, len)) in tables_ok()
122 find_wild(&wild_do_table, hash_key, len)) in tables_ok()
125 find_wild(&wild_ignore_table, hash_key, len)) in tables_ok()
237 char hash_key[SAFE_NAME_LEN+2]; in db_ok_with_wild_table() local
240 end= strmov(hash_key, db); in db_ok_with_wild_table()
242 len= (int)(end - hash_key); in db_ok_with_wild_table()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Drpl_filter.cc101 char hash_key[SAFE_NAME_LEN*2+2]; in tables_ok() local
108 end= strmov(hash_key, tables->db.str ? tables->db.str : db); in tables_ok()
110 len= (uint) (strmov(end, tables->table_name.str) - hash_key); in tables_ok()
113 if (my_hash_search(&do_table, (uchar*) hash_key, len)) in tables_ok()
118 if (my_hash_search(&ignore_table, (uchar*) hash_key, len)) in tables_ok()
122 find_wild(&wild_do_table, hash_key, len)) in tables_ok()
125 find_wild(&wild_ignore_table, hash_key, len)) in tables_ok()
237 char hash_key[SAFE_NAME_LEN+2]; in db_ok_with_wild_table() local
240 end= strmov(hash_key, db); in db_ok_with_wild_table()
242 len= (int)(end - hash_key); in db_ok_with_wild_table()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A DphpassMD5_fmt_plug.c90 static uint32_t (*hash_key)[MD5_BUF_SIZ*NBKEYS]; variable
109 hash_key = mem_calloc_align(self->params.max_keys_per_crypt/NBKEYS, in init()
110 sizeof(*hash_key), MEM_ALIGN_SIMD); in init()
131 MEM_FREE(hash_key); in done()
169 unsigned char *co2 = (unsigned char*)hash_key; in set_key()
276 SIMDmd5body(cursalt[index], hash_key[index], NULL, SSEi_OUTPUT_AS_INP_FMT); in crypt_all()
279 SIMDmd5body(hash_key[index], hash_key[index], NULL, SSEi_OUTPUT_AS_INP_FMT); in crypt_all()
282 SIMDmd5body(hash_key[index], crypt_key[index], NULL, 0); in crypt_all()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/freebl_gtest/
H A Dghash_unittest.cc17 std::vector<uint8_t> hash_key = hex_string_to_bytes(val.hash_key); in TestGHash() local
18 ASSERT_EQ(16UL, hash_key.size()); in TestGHash()
28 ASSERT_EQ(SECSuccess, gcmHash_InitContext(&ghashCtx, hash_key.data(), sw)); in TestGHash()
/dports/security/ca_root_nss/nss-3.71/nss/gtests/freebl_gtest/
H A Dghash_unittest.cc17 std::vector<uint8_t> hash_key = hex_string_to_bytes(val.hash_key); in TestGHash() local
18 ASSERT_EQ(16UL, hash_key.size()); in TestGHash()
28 ASSERT_EQ(SECSuccess, gcmHash_InitContext(&ghashCtx, hash_key.data(), sw)); in TestGHash()
/dports/www/firefox/firefox-99.0/security/nss/gtests/freebl_gtest/
H A Dghash_unittest.cc17 std::vector<uint8_t> hash_key = hex_string_to_bytes(val.hash_key); in TestGHash() local
18 ASSERT_EQ(16UL, hash_key.size()); in TestGHash()
28 ASSERT_EQ(SECSuccess, gcmHash_InitContext(&ghashCtx, hash_key.data(), sw)); in TestGHash()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/gtests/freebl_gtest/
H A Dghash_unittest.cc17 std::vector<uint8_t> hash_key = hex_string_to_bytes(val.hash_key); in TestGHash() local
18 ASSERT_EQ(16UL, hash_key.size()); in TestGHash()
28 ASSERT_EQ(SECSuccess, gcmHash_InitContext(&ghashCtx, hash_key.data(), sw)); in TestGHash()
/dports/security/nss/nss-3.76.1/nss/gtests/freebl_gtest/
H A Dghash_unittest.cc17 std::vector<uint8_t> hash_key = hex_string_to_bytes(val.hash_key); in TestGHash() local
18 ASSERT_EQ(16UL, hash_key.size()); in TestGHash()
28 ASSERT_EQ(SECSuccess, gcmHash_InitContext(&ghashCtx, hash_key.data(), sw)); in TestGHash()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/freebl_gtest/
H A Dghash_unittest.cc17 std::vector<uint8_t> hash_key = hex_string_to_bytes(val.hash_key); in TestGHash() local
18 ASSERT_EQ(16UL, hash_key.size()); in TestGHash()
28 ASSERT_EQ(SECSuccess, gcmHash_InitContext(&ghashCtx, hash_key.data(), sw)); in TestGHash()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/gtests/freebl_gtest/
H A Dghash_unittest.cc17 std::vector<uint8_t> hash_key = hex_string_to_bytes(val.hash_key); in TestGHash() local
18 ASSERT_EQ(16UL, hash_key.size()); in TestGHash()
28 ASSERT_EQ(SECSuccess, gcmHash_InitContext(&ghashCtx, hash_key.data(), sw)); in TestGHash()
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dicon-module.c133 gchar *hash_key=rfm_get_hash_key(id, 0); in mime_icon_get_filename_from_id() local
139 ((const gchar *) g_hash_table_lookup (basename_hash, hash_key)); in mime_icon_get_filename_from_id()
141 g_free(hash_key); in mime_icon_get_filename_from_id()
149 hash_key=rfm_get_hash_key(gg, 0); in mime_icon_get_filename_from_id()
152 basename = (const gchar *)g_hash_table_lookup (basename_hash, hash_key); in mime_icon_get_filename_from_id()
153 g_free(hash_key); in mime_icon_get_filename_from_id()

12345678910>>...55