Searched refs:phash (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dfields.t69 my $phash;
70 eval { $phash = fields::phash(name => "Joe", rank => "Captain") };
72 is( $phash->{rank}, "Captain" );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfields.pm132 sub phash { subroutine
278 =item phash
282 fields::phash() can be used to create and initialize a plain (unblessed)
295 my $tag = fields::phash([qw(name rank ser_num)], [@_]);
298 fields::phash() also accepts a list of key-value pairs that will
301 my $tag = fields::phash(name => "Joe",
305 my $pseudohash = fields::phash(%args);
310 restricted hashes or fields::new() instead. Using fields::phash()
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c6017 ** phash -- pointer to hash value over queue dirs.
6030 multiqueue_cache(basedir, blen, qg, qn, phash)
6035 unsigned int *phash;
6276 *phash = hash_q(relpath, *phash);
6333 *phash = hash_q(qg->qg_qpaths[0].qp_name, *phash);

Completed in 188 milliseconds