Searched defs:Hash (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm1 package Hash::Util;
16 Hash::Util - A selection of general-utility hash subroutines
20 use Hash::Util qw(lock_keys unlock_keys
40 C<Hash::Util> contains special functions for manipulating hashes that
43 By default C<Hash::Util> does not export anything.
85 die sprintf "Hash has key '$k' which is not in the new key ".
220 L<Scalar::Util>, L<List::Util>, L<Hash::Util>,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm7 package Tie::Hash ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm1 package Tie::Hash;
7 Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes
12 require Tie::Hash;
14 @ISA = (Tie::Hash);
21 require Tie::Hash;
31 require Tie::Hash;
56 to a package. The basic B<Tie::Hash> package provides a C<new> method, as well
61 and allow for selective overwriting of methods. B<Tie::Hash> grandfathers the
98 The B<Tie::Hash> implementation is a stub that simply croaks.
112 B<Tie::Hash> doe
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dhash.h24 typedef struct Hash Hash; typedef in typeref:struct:Hash
35 struct Hash { struct
84 void sqliteHashInit(Hash*, int keytype, int copyKey);
85 void *sqliteHashInsert(Hash*, const void *pKey, int nKey, void *pData);
86 void *sqliteHashFind(const Hash*, const void *pKey, int nKey);
87 void sqliteHashClear(Hash*);
93 ** Hash h;

Completed in 76 milliseconds