Searched refs:retrieve (Results 1 - 25 of 49) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dtestlib.pl9 use Storable qw (store retrieve freeze thaw nstore nfreeze);
30 return eval {retrieve $file};
H A Dcompat01.t20 use Storable qw(retrieve);
41 my $data = eval { retrieve($file) };
H A Dforgive.t22 use Storable qw(store retrieve);
58 my $ret = retrieve("store$$");
H A Dretrieve.t23 use Storable qw(store retrieve nstore);
40 $root = retrieve("store$$");
44 $nroot = retrieve('nstore');
H A Dinteger.t26 use Storable qw (dclone store retrieve freeze thaw nstore nfreeze);
48 ["store/retrieve", \&store_and_retrieve],
49 ["nstore/retrieve", \&nstore_and_retrieve],
104 my $copy = eval {retrieve $file};
113 my $copy = eval {retrieve $file};
H A Dstore.t21 use Storable qw(store retrieve store_fd nstore_fd fd_retrieve);
38 $root = retrieve("store$$");
H A Dcode.t39 use Storable qw(retrieve store nstore freeze nfreeze thaw dclone);
126 # Test retrieve & store
130 $thawed = retrieve "store$$";
141 $thawed = retrieve "store$$";
H A Dutf8hash.t20 use Storable qw(store nstore retrieve thaw freeze);
83 ok(($retrieved = retrieve($storage)), "retrieve from $storage");
95 ok(($retrieved = retrieve($storage)), "retrieve from $storage");
H A Dmalice.t50 use Storable qw (store retrieve freeze thaw nstore nfreeze);
256 my $clone = retrieve $file;
284 $clone = retrieve $file;
H A Dweak.t32 use Storable qw (store retrieve freeze thaw nstore nfreeze dclone);
H A Dblessed.t39 use Storable qw(freeze thaw store retrieve fd_retrieve);
273 $t = retrieve ($file);
394 ok(!eval { retrieve("store$$"); 1 }, "retrieve of throw Foo on thaw died");
401 ok(!eval { retrieve("store$$"); 1 }, "retrieve of throw ref on thaw died");
/openbsd-current/libexec/ftpd/
H A Dextern.h91 void retrieve(enum ret_cmd, const char *);
H A Dftpcmd.y345 retrieve(RET_FILE, $4);
377 retrieve(RET_LIST, ".");
382 retrieve(RET_LIST, $4);
/openbsd-current/usr.sbin/pkg_add/OpenBSD/PackageRepository/
H A DHTTP.pm140 sub retrieve($self, $sz) subroutine
178 $result .= $self->retrieve($realsize);
190 return $self->retrieve($h->{length});
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm16 our @EXPORT = qw(store retrieve);
224 # The stored object tree may later be retrieved to memory via retrieve.
380 # retrieve
385 # retrieve(file, flags)
390 sub retrieve { subroutine
397 # Same as retrieve, but with advisory locking.
403 # Internal retrieve routine
434 # Same as retrieve, but perform from an already opened file descriptor instead.
538 $hashref = retrieve('file');
544 $hashref = retrieve('fil
[all...]
H A DStorable.xs3 * Fast store and retrieve mechanism.
179 * Those are only used to retrieve "old" pre-0.6 binary images.
188 * Those are only used to retrieve "old" pre-0.7 binary images
217 * This structure is also used for memory store/retrieve operations which
234 * At retrieve time:
241 * indexing by a hash at store time, and via an array at retrieve time.
290 #define UTF8_CROAK() CROAK(("Cannot retrieve UTF8 data in non-UTF8 perl"))
293 #define WEAKREF_CROAK() CROAK(("Cannot retrieve weak references in this perl"))
296 #define VSTRING_CROAK() CROAK(("Cannot retrieve vstring in this perl"))
303 #define RESTRICTED_HASH_CROAK() CROAK(("Cannot retrieve restricte
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DEncoder.pm161 You can retrieve the result via -E<gt>data but usually you don't have to
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h75 bool retrieve(UNUSED Options Options, UNUSED uptr Size, UNUSED uptr Alignment, function in class:scudo::MapAllocatorNoCache
229 bool retrieve(Options Options, uptr Size, uptr Alignment, function in class:scudo::MapAllocatorCache
514 if (Cache.retrieve(Options, Size, Alignment, &H, &Zeroed)) {
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm644 Set (if argument specified) and retrieve the number of errors found.
656 Set (if argument specified) and retrieve the number of warnings found.
669 Set (if argument specified) and retrieve the canonical name of POD as
683 Add (if argument specified) and retrieve the nodes (as defined by C<=headX>
708 Add (if argument specified) and retrieve the index entries (as defined by
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dsync-with-cpan439 die "Cannot retrieve file: $url\n" .
803 # Note that we can always retrieve the original directory with a git checkout.
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DIndex.pm575 eval { $cache = Storable::retrieve($metadata_file) };
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/
H A DFiles.pm349 my $obj = Storable::retrieve($file);
/openbsd-current/gnu/usr.bin/perl/lib/
H A DDBM_Filter.pm539 possible to retrieve all data that you have written when the DBM filter
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/
H A DZlib.pm776 calculated. Use the C<$d-E<gt>crc32> method to retrieve this value.
783 calculated. Use the C<$d-E<gt>adler32> method to retrieve this value.
1041 calculated. Use the C<$i-E<gt>crc32> method to retrieve this value.
1048 calculated. Use the C<$i-E<gt>adler32> method to retrieve this value.
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dieee754-df.S428 mov xh, xh, rrx @ retrieve sign bit
429 mov xl, r2, lsl #28 @ retrieve remaining bits

Completed in 294 milliseconds

12