Searched refs:hash (Results 126 - 150 of 258) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm30 This holds a hash-of-lists. Each list contains the functions in the catagory
35 In this hash each key represents a function and the value is the catagory.
40 In this hash each key represents a function and the value is a short
45 In this hash each key represents a catagory of functions and the value is
186 delete HASH deletes a value from a hash
190 each HASH retrieve the next key/value pair from a hash
200 exists HASH test whether a hash key is present
245 keys HASH retrieve list of indices from a hash
369 values HASH return a list of the values in a hash
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm91 charinfo() returns a reference to a hash that has the following fields
115 If no match is found, a reference to an empty hash is returned.
405 charblocks() returns a reference to a hash with the known block names
423 charscripts() returns a hash with the known script names as the keys,
475 L</charblock> and L</charscript> or as the values of the hash returned
537 If there is a case folding for that character, a reference to a hash
612 If there is a case folding for that character, a reference to a hash
632 casespec() is a hash reference which has the locales as the keys and
633 hash references as described above as the values.
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c246 * Shared hash functions for multiple databases.
252 uint_t hash = 0; local
255 hash = hash * 15 + name[i];
257 return (hash);
724 * There are two different functions using the hash table.
725 * _nss_files_XY_hash - searches the hash table for a particular key.
726 * _nss_files_XY_hashgetent - implements getent on the hash table.
741 uint_t hash, line; local
775 hash
1230 uint_t hash = hp->h_hash; local
[all...]
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk60 expr.o func.o hash.o insert.o \
80 $(TOP)/src/hash.c \
81 $(TOP)/src/hash.h \
128 $(TOP)/src/hash.h \
297 hash.o: $(TOP)/src/hash.c $(HDR)
298 $(TCCX) -c $(TOP)/src/hash.c
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm199 my %hash = map { (/(\d+)\D+(\d+)/) } @$info;
201 return \%hash;
409 C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
472 If called without arguments a reference to a hash is returned. The
506 given C<uidl> returns a reference to a hash where the keys are the
H A DFTP.pm107 $ftp->hash(exists $arg{Hash} ? $arg{Hash} : 0, 1024);
127 sub hash { subroutine
864 my $hash = ${*$ftp}{'net_ftp_supported'} ||= {};
866 return $hash->{$cmd}
867 if exists $hash->{$cmd};
869 return $hash->{$cmd} = 0
876 $hash->{"\U$2"} = !length("$1$3");
880 $hash->{$cmd} = $text !~ /unimplemented/i;
883 $hash->{$cmd} ||= 0;
1288 C<OPTIONS> are passed in a hash lik
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.pm191 subscript on a constant hash reference, or vice versa) will be trapped at
240 constant name, a reference to a hash where the keys are the names of
289 this function to examine the hash C<%constant::declared>. If the given
319 For example, you can't say C<$hash{CONSTANT}> because C<CONSTANT> will
320 be interpreted as a string. Use C<$hash{CONSTANT()}> or
321 C<$hash{+CONSTANT}> to prevent the bareword quoting mechanism from
H A DSwitch.pm520 case (%hash) { print "entry in hash" }
521 case (\%hash) { print "entry in hash" }
572 hash scalar hash entry existence match if exists $s->{$c};
573 ref hash entry definition match if defined $s->{$c};
574 hash entry truth match if $s->{$c};
576 hash regexp hash gre
[all...]
H A Dstrict.pm128 compound identifier (e.g. C<Foo::Bar>) as a hash key (before C<< => >> or
H A DDBM_Filter.pm120 croak "$caller: '${class}::Filter' did not return a hash reference"
235 $db = tie %hash, ...
281 A DBM Filter allows the keys and/or values in a tied hash to be modified
374 my $db = tie %hash, 'SDBM_File', ...
387 my $db = tie %hash, 'SDBM_File', ...
551 while (my ($k, $v) = each %hash)
591 my $db = tie %hash, 'SDBM_File', ...
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_mapping.c33 * Calculate a hash for a string
34 * Based on elf_hash algorithm, hash is case insensitive
55 * Scan a hash table hit for a matching hash entry.
75 * Find an entry in the hash table
83 unsigned long hash; local
88 hash = ns_hash(str) % NS_HASH_MAX;
89 idx = config->hashTbl[hash];
124 * Remove a hash table entry.
142 * destroy the hash tabl
174 unsigned long hash; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddsa.c598 sign(gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_secret_key *skey )
615 /* s = (kinv * ( hash + x * r)) mod q */
618 mpi_add( tmp, tmp, hash );
631 verify (gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_public_key *pkey )
651 /* u1 = (hash * w) mod q */
652 mpi_mulm( u1, hash, w, pkey->q );
990 dsa_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey,
1000 if ((! data[0]) || (! data[1]) || (! hash)
1009 if (! verify (data[0], data[1], hash, &pk))
1036 " (hash sha
597 sign(gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_secret_key *skey ) argument
630 verify(gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_public_key *pkey ) argument
989 dsa_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp) (void *, gcry_mpi_t), void *opaquev) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c598 sign(gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_secret_key *skey )
615 /* s = (kinv * ( hash + x * r)) mod q */
618 mpi_add( tmp, tmp, hash );
631 verify (gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_public_key *pkey )
651 /* u1 = (hash * w) mod q */
652 mpi_mulm( u1, hash, w, pkey->q );
990 dsa_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey,
1000 if ((! data[0]) || (! data[1]) || (! hash)
1009 if (! verify (data[0], data[1], hash, &pk))
597 sign(gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_secret_key *skey ) argument
630 verify(gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_public_key *pkey ) argument
989 dsa_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp) (void *, gcry_mpi_t), void *opaquev) argument
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c39 * Both will have the same hash value so when one is locked
55 extern int hash(char *s);
61 * map_id_list: hash table for map lists
240 /* Work out hash value */
241 map->hash_val = hash(name);
514 * Index in the hash table is computed from the original
515 * hash function: make sure yptol_newlock is set to false.
518 index = hash(map_name);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h102 struct cache_link *hash; /* next link on same hash chain */ member in struct:cache_link
126 uint_t hash_sz; /* number of hash chains */
127 cache_link_t **hash; /* hash table */ member in struct:cache
207 #define MIN_HASH_SIZE 1024 /* Min number of chains in hash table */
249 #define CACHE_HASH(h, i) (CACHE(h)->hash[i])
H A Ddevinfo_devlink.c479 CACHE(hdp)->hash = calloc(hash_sz, sizeof (cache_link_t *));
480 if (CACHE(hdp)->hash == NULL) {
1064 * Don't bother removing links from hash table chains,
1065 * as we are freeing the hash table itself.
1074 assert((CACHE(hdp)->hash == NULL) ^ (CACHE(hdp)->hash_sz != 0));
1076 free(CACHE(hdp)->hash);
1077 CACHE(hdp)->hash = NULL;
1153 for (; *pp != NULL; pp = &(*pp)->hash) {
1155 *pp = clp->hash;
1156 clp->hash
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dcache.c427 int first, hash; local
443 hash = cache_hash( &reqber );
444 for ( m = ld->ld_cache->lc_buckets[ hash ]; m != NULLMSG; m = next ) {
451 ld->ld_cache->lc_buckets[ hash ] = next;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h36 * @(#)hash.h 8.4 (Berkeley) 11/2/95
67 int32_t magic; /* Magic NO for hash tables */
78 int32_t nkeys; /* Number of keys in hash table */
80 int32_t h_charkey; /* value of hash(CHARKEY) */
89 u_int32_t (*hash) __P((const void *, size_t)); /* Hash Function */ member in struct:htab
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashalloc.c27 * hash table library
30 static const char id_hash[] = "\n@(#)$Id: hash (AT&T Research) 1996-08-11 $\0\n";
37 * create a new hash table
122 tab->root->local->hash = va_arg(ap, Hash_hash_f);
/osnet-11/usr/src/lib/libast/common/
H A Dllib-last81 #include <hash.h>
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.c880 cpc_strhash_t *hash; local
885 if ((hash = __cpc_strhash_alloc()) == NULL) {
907 if (__cpc_strhash_add(hash, p) == -1)
915 if (__cpc_strhash_add(hash, p) == -1)
920 while ((p = __cpc_strhash_next(hash)) != NULL)
924 __cpc_strhash_free(hash);
/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c696 char *hash = NULL; local
708 hash = crypt(p->data.val_s, salt);
710 if (hash == NULL) {
715 pwbuf->history = strdup(hash);
722 /* append new password hash */
724 strlen(hash) + 1;
732 (void) strlcat(pword, hash, len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_hot.c787 Perl_croak(aTHX_ "Can't return hash to lvalue scalar context");
804 Perl_croak(aTHX_ "Can't return hash to lvalue"
864 Perl_croak(aTHX_ "Can't return hash to lvalue"
910 av_fill(ary, 0); /* clear all but the fields hash */
934 S_do_oddball(pTHX_ HV *hash, SV **relem, SV **firstrelem) argument
949 "Odd number of elements in hash assignment");
951 if (SvTYPE(hash) == SVt_PVAV) {
954 if (avhv_store_ent((AV*)hash,*relem,tmpstr,0))
956 if (SvMAGICAL(hash) && SvSMAGICAL(tmpstr))
962 didstore = hv_store_ent(hash,*rele
989 HV *hash; local
1706 U32 hash = (SvFAKE(keysv) && SvREADONLY(keysv)) ? SvUVX(keysv) : 0; local
3074 U32 hash = SvUVX(sv); local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm287 # as it is really a hash underneath.
465 my $key; # key (if hash type)
979 # Get key if this is a "name=value" pair for a hash option.
1216 # - a hash with options. See Pod::Usage for details.
1245 # - a hash with options. See Pod::Usage for details.
1259 # Helper routine to set up a normalized hash ref to be used as
1277 # (message) or hash with options.
1526 =head2 Options with hash values
1528 If the option destination is a reference to a hash, the option will
1530 be stored with the specified key in the hash
[all...]
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_migrate.c190 ulong_t hash = 0; local
194 hash += fidp->fid_data[i];
196 return (hash);
280 * hash based on FID and ignore those we've already seen.

Completed in 109 milliseconds

1234567891011