Home
last modified time | relevance | path

Searched refs:hashnames (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/dclib/dclib-0.3.23/extras/
H A Ddclib-dump-database.cpp113 CByteArray hashpaths, hashnames, hashindex; in main() local
119 hashnames.LoadFromFile(prefix + "hashfilebase.bin"); in main()
147 if ( hbo.m_nFileIndex < hashnames.Size() ) in main()
149 printf( "'%s'", (char*) hashnames.Data()+hbo.m_nFileIndex ); in main()
H A Ddclib-fix-timestamps.cpp190 CByteArray hashbase, hashpaths, hashnames, newhashbase; in main() local
195 hashnames.LoadFromFile(prefix + "hashfilebase.bin"); in main()
213 if ( (hbo.m_nPathIndex > hashpaths.Size()) || (hbo.m_nFileIndex > hashnames.Size()) ) in main()
222 filename += (char*) hashnames.Data()+hbo.m_nFileIndex; in main()
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dpubkey-util.c214 static const struct { const char *name; int algo; } hashnames[] = { in get_hash_algo() local
239 for (i=0; hashnames[i].name; i++) in get_hash_algo()
241 if ( strlen (hashnames[i].name) == n in get_hash_algo()
242 && !memcmp (hashnames[i].name, s, n)) in get_hash_algo()
245 if (hashnames[i].name) in get_hash_algo()
246 algo = hashnames[i].algo; in get_hash_algo()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dpubkey-util.c214 static const struct { const char *name; int algo; } hashnames[] = { in get_hash_algo() local
239 for (i=0; hashnames[i].name; i++) in get_hash_algo()
241 if ( strlen (hashnames[i].name) == n in get_hash_algo()
242 && !memcmp (hashnames[i].name, s, n)) in get_hash_algo()
245 if (hashnames[i].name) in get_hash_algo()
246 algo = hashnames[i].algo; in get_hash_algo()
/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c4667 hashnames[i][0].hash = lives_string_hash(hashnames[i][0].string); in gen_hashnames()
4670 hashnames[i][1].hash = lives_string_hash(hashnames[i][1].string); in gen_hashnames()
4673 hashnames[i][2].hash = lives_string_hash(hashnames[i][2].string); in gen_hashnames()
4676 hashnames[i][3].hash = lives_string_hash(hashnames[i][3].string); in gen_hashnames()
4680 hashnames[i][4].hash = lives_string_hash(hashnames[i][4].string); in gen_hashnames()
4683 hashnames[i][5].hash = lives_string_hash(hashnames[i][5].string); in gen_hashnames()
4934 if (hashnames[idx][1].hash == hashnames[i][1].hash in load_weed_plugin()
4953 if (hashnames[i][2].hash == hashnames[idx][2].hash in load_weed_plugin()
5131 hashnames = NULL; in weed_load_all()
6047 if (hashnames) lives_free(hashnames); in weed_unload_all()
[all …]
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dsexputil.c1151 } hashnames[] = in hash_algo_to_string() local
1173 for (i=0; i < DIM (hashnames); i++) in hash_algo_to_string()
1174 if (algo == hashnames[i].algo) in hash_algo_to_string()
1175 return hashnames[i].name; in hash_algo_to_string()
/dports/databases/p5-DBD-XBase/DBD-XBase-1.08/lib/
H A DXBase.pm271 my $hashnames = {}; # create name-to-num_of_field hash
272 @{$hashnames}{ reverse @$names } = reverse ( 0 .. $#$names );
279 $hashnames, $#$names, $unpacks,
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c1566 /*IN*/hashstrings_t *hashnames,
2080 if (HashCount(hashnames,hi) != 1) { in main()
2493 hashnames = FreeHashtable(hashnames); in main()
3219 hashiterator_t hi = FindMatch(hashnames,name); in ReadTreeMaybeAddLeaf()
3220 if (HashCount(hashnames,hi) != 1) in ReadTreeMaybeAddLeaf()
3223 int iSeqNonunique = HashFirst(hashnames,hi); in ReadTreeMaybeAddLeaf()
3277 /*IN*/hashstrings_t *hashnames, in ReadTree() argument
3328 hashnames, unique, in ReadTree()
3376 hashnames, unique, in ReadTree()
3897 if (HashCount(hashnames,hi) != 1) { in AlnToConstraints()
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node/include/node/
H A Dconfig.gypi156 'lib/internal/crypto/hashnames.js',
/dports/security/libgcrypt/libgcrypt-1.9.4/
H A DChangeLog4809 * cipher/pubkey-util.c (hashnames): Add "sm3".
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/
H A DChangeLog4440 * cipher/pubkey-util.c (hashnames): Add "sm3".