Searched refs:key2 (Results 101 - 125 of 154) sorted by relevance

1234567

/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DNegativeTest.java177 int key2; field in class:NegativeTest.BadSequenceKeyEntity3.Key
H A DOperationTest.java688 store.getSecondaryIndex(priIndex, ToManyKey.class, "key2");
713 store.getSecondaryIndex(priIndex, ToManyKey.class, "key2");
732 Set<ToManyKey> key2; field in class:OperationTest.ToManyKeyEntity
735 key2 = new HashSet<ToManyKey>();
736 key2.add(new ToManyKey());
791 int key2 = 88; field in class:OperationTest.RelatedX
835 (false, env, STORE_NAME, RelatedX.class.getName(), "key2");
856 (true, env, STORE_NAME, RelatedX.class.getName(), "key2");
857 secX = store.getSecondaryIndex(priX, Integer.class, "key2");
862 secX = store.getSecondaryIndex(priX, Integer.class, "key2");
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapsearch.c301 char *keyp, *key2; local
314 key2 = strchr( keyp, '/' );
315 if ( key2 ) {
316 keyp = key2 + 1;
327 key2 = strchr( keyp, ':' );
328 if ( !key2 ) {
334 ber_str2bv( key2+1, 0, 0, &vlvValue );
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Djoin.tcl317 proc do_join { primary dbs key oanm flags with_dup_dups {dbs2 ""} {key2 ""} } {
327 puts " with $dbs2 on $key2"
352 set realkey [concat $key2[n_to_name $i]]
H A Drecd007.tcl414 set key2 2
417 set key2 recd007_key2
492 set ret [$db put -txn $txn $key2 $data2]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dfast.c42 krb5_keyblock *key2,
55 ret = krb5_crypto_init(context, key2, 0, &crypto2);
39 _krb5_fast_cf2(krb5_context context, krb5_keyblock *key1, const char *pepper1, krb5_keyblock *key2, const char *pepper2, krb5_keyblock *armorkey, krb5_crypto *armor_crypto) argument
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dstringtriebuilder.cpp29 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { argument
30 return icu::StringTrieBuilder::equalNodes(key1.pointer, key2.pointer);
H A Dnormalizer2impl.cpp850 uint16_t key2=(uint16_t)(trail<<COMP_2_TRAIL_SHIFT); local
856 if(key2>(secondUnit=list[1])) {
862 } else if(key2==(secondUnit&COMP_2_TRAIL_MASK)) {
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dopenssldsa_link.c286 openssldsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
291 dsa2 = key2->keydata.dsa;
H A Dopensslrsa_link.c645 opensslrsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
654 pkey2 = key2->keydata.pkey;
669 rsa2 = key2->keydata.rsa;
H A Drpz.c739 const dns_rpz_cidr_key_t *key2, dns_rpz_cidr_bits_t bits2)
753 delta = key1->w[i] ^ key2->w[i];
738 diff_keys(const dns_rpz_cidr_key_t *key1, dns_rpz_cidr_bits_t bits1, const dns_rpz_cidr_key_t *key2, dns_rpz_cidr_bits_t bits2) argument
/macosx-10.10.1/zsh-61/zsh/Test/
H A DA01grammar.ztst172 for keyvar valvar in key1 val1 key2 val2; do
177 >key=key2 val=val2
/macosx-10.10.1/OpenSSL098-52/src/crypto/aes/
H A Daes_ige.c215 const AES_KEY *key2, const unsigned char *ivec,
213 AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out, const unsigned long length, const AES_KEY *key, const AES_KEY *key2, const unsigned char *ivec, const int enc) argument
/macosx-10.10.1/apr-32/apr-util/apr-util/test/
H A Dtestcrypto.c326 const apr_crypto_key_t *key2 = NULL; local
338 key2 = passphrase(tc, pool, driver2, f2, type, mode, doPad, description);
342 plainText = decrypt_block(tc, pool, driver2, f2, key2, cipherText,
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.xs947 btree_compare(DB_callback const DBT * key1, const DBT * key2 )
961 data2 = (char*) key2->data ;
970 if (key2->size == 0)
982 PUSHs(sv_2mortal(newSVpvn(data2,key2->size)));
1003 dup_compare(DB_callback const DBT * key1, const DBT * key2 )
1024 data2 = (char*) key2->data ;
1033 if (key2->size == 0)
1043 PUSHs(sv_2mortal(newSVpvn(data2,key2->size)));
1064 btree_prefix(DB_callback const DBT * key1, const DBT * key2 )
1078 data2 = (char*) key2
[all...]
/macosx-10.10.1/hfs-285/hfs_util/
H A Dhfsutil_main.c2487 static int CompareVSDBKeys(struct VSDBKey *key1, struct VSDBKey *key2);
2941 static int CompareVSDBKeys(struct VSDBKey *key1, struct VSDBKey *key2) { argument
2948 strncpy(id, key2->uuid, sizeof(key2->uuid));
2949 id[sizeof(key2->uuid)] = (char)0;
2953 return memcmp(key1->uuid, key2->uuid, sizeof(key1->uuid));
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_sprintf.rb328 e = assert_raise(ArgumentError) {sprintf("%1$<key2>s", :key => "value")}
329 assert_equal("named<key2> after numbered", e.message)
330 e = assert_raise(ArgumentError) {sprintf("%s%s%<key2>s", "foo", "bar", :key => "value")}
331 assert_equal("named<key2> after unnumbered(2)", e.message)
332 e = assert_raise(ArgumentError) {sprintf("%<key><key2>s", :key => "value")}
333 assert_equal("named<key2> after <key>", e.message)
362 e = assert_raise(ArgumentError) {sprintf("%1${key2}", :key => "value")}
363 assert_equal("named{key2} after numbered", e.message)
364 e = assert_raise(ArgumentError) {sprintf("%s%s%{key2}", "foo", "bar", :key => "value")}
365 assert_equal("named{key2} afte
[all...]
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dfile.c138 mhcmp(const void *key1, const void *key2) argument
141 const MonitoredHost *mhp2 = key2;
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Ddes_old.h390 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2,
397 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Ddes_old.h390 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2,
397 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DfeePublicKey.c385 int feePubKeyIsEqual(feePubKey key1, feePubKey key2) argument
388 pubKeyInst *pkinst2 = (pubKeyInst *) key2;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DfeePublicKey.c385 int feePubKeyIsEqual(feePubKey key1, feePubKey key2) argument
388 pubKeyInst *pkinst2 = (pubKeyInst *) key2;
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_cam.c2888 DBT *firstkey, *lastkey, *key1, *key2; local
2896 for (key2 = key1 + 1; key2 < lastkey; key2++)
2899 key1, key2) != 0);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c4431 cmpfn_eql (h, key1, hash1, key2, hash2)
4433 Lisp_Object key1, key2;
4437 && FLOATP (key2)
4438 && XFLOAT_DATA (key1) == XFLOAT_DATA (key2));
4447 cmpfn_equal (h, key1, hash1, key2, hash2)
4449 Lisp_Object key1, key2;
4452 return hash1 == hash2 && !NILP (Fequal (key1, key2));
4461 cmpfn_user_defined (h, key1, hash1, key2, hash2)
4463 Lisp_Object key1, key2;
4472 args[2] = key2;
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcollationtest.cpp1376 CollationKey key2; local
1377 coll->getCollationKey(s + segmentStart, i - segmentStart, key2, errorCode);
1380 const uint8_t *key2Bytes = key2.getByteArray(key2Length);
1398 // key2 is the sort key for the first segment.

Completed in 187 milliseconds

1234567