Searched refs:HASH (Results 1 - 25 of 98) sorted by path

1234

/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_pr.c156 HASH *h;
673 __db_msg(env, "ILLEGAL HASH PAGE TYPE: %lu",
H A Ddb_vrfy.c1625 HASH *h_internal;
1714 h_internal = (HASH *)dbp->h_internal;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_am.h207 ((HASH *)(dbp)->h_internal)->h_compare != NULL
H A Dhash.h59 } HASH; typedef in typeref:struct:hash_t
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/
H A DTpcbExample.java135 config.setType(DatabaseType.HASH);
168 config.setType(DatabaseType.HASH);
203 config.setType(DatabaseType.HASH);
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash.c1281 HASH *hashp;
H A Dhash_meta.c28 HASH *hashp;
85 HASH *hashp;
H A Dhash_method.c30 HASH *hashp;
34 sizeof(HASH), &dbp->h_internal)) != 0)
78 HASH *hashp;
94 HASH *hashp;
113 HASH *hashp;
135 HASH *t;
157 HASH *hashp;
175 HASH *hashp;
H A Dhash_open.c75 HASH *hashp;
249 HASH *hashp;
H A Dhash_page.c653 HASH *t;
728 HASH *t;
867 HASH *t;
H A Dhash_verify.c44 HASH *hashp;
525 HASH *hashp;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/compat/
H A DDbCompat.java76 return dbConfig.getType() == DatabaseType.HASH;
234 dbConfig.setType(DatabaseType.HASH);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2116 if (type == DatabaseType.HASH) {
H A DDatabaseType.java26 public static final DatabaseType HASH = field in class:DatabaseType
27 new DatabaseType("HASH", DbConstants.DB_HASH);
57 return HASH;
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.pm585 if ref $rest[0] ne "HASH" ;
621 if !ref $got->{Encrypt} || ref $got->{Encrypt} ne 'HASH' ;
658 if ! ref $got->{Config} eq 'HASH' ;
807 if ! ref $got->{Config} eq 'HASH' ;
919 if defined $got->{Tie} and $got->{Tie} !~ /HASH/ ;
978 if defined $got->{Tie} and $got->{Tie} !~ /HASH/ ;
1218 if defined $got->{Tie} and $got->{Tie} !~ /HASH/ ;
1263 if defined $ref and $ref !~ /HASH/ ;
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm1055 if( $type eq 'HASH' ) {
1094 for my $type (qw(ARRAY HASH REF SCALAR GLOB Regexp)) {
1184 elsif( $type eq 'HASH' ) {
1222 if( grep !_type($_) eq 'HASH', $a1, $a2 ) {
1242 push @Data_Stack, { type => 'HASH', idx => $k, vals => [$e1, $e2] };
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dmldbm.t75 package HASH ;
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm269 if @arg >= 5 && ref $arg[4] && $arg[4] =~ /=HASH/ && tied %{ $arg[4] } ;
H A DMakefile.PL204 my @Options = qw( INCLUDE LIB PREFIX HASH DBNAME COMPAT185 ) ;
252 my $HASH = $Info{'HASH'} ;
254 $VER_INFO = "-DmDB_Prefix_t=${PREFIX} -DmDB_Hash_t=${HASH}" ;
259 HASH [$HASH]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DHashCompareTest.java60 runTest(DatabaseType.HASH);
77 if (type == DatabaseType.HASH) {
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtestutils.tcl2342 HASH -
2547 set names { -hash DB_HASH HASH db_hash h hash }
/macosx-10.9.5/CF-855.17/
H A DCFUUID.c81 #define HASH(x) CFHashBytes((uint8_t *)x, 16) macro
100 unsigned long int hashValue = HASH(&candidate->_bytes) & (table->size-1);
132 unsigned long int hashValue = HASH(bytes) & (table->size-1);
/macosx-10.9.5/CPANInternal-140/Apache2-SOAP-0.73/lib/Apache2/
H A DSOAP.pm100 =item options (HASH)
/macosx-10.9.5/CPANInternal-140/Apache2-SOAP/lib/Apache2/
H A DSOAP.pm100 =item options (HASH)
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/Test/
H A DMore.pm439 if( $type eq 'HASH' ) {
479 for my $type (qw(ARRAY HASH REF SCALAR GLOB CODE Regexp)) {
650 elsif( $type eq 'HASH' ) {
696 if( grep _type($_) ne 'HASH', $a1, $a2 ) {
709 push @Data_Stack, { type => 'HASH', idx => $k, vals => [ $e1, $e2 ] };

Completed in 364 milliseconds

1234