Home
last modified time | relevance | path

Searched refs:retrieve (Results 1 – 25 of 139) sorted by relevance

123456

/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
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);
104 my $copy = eval {retrieve $file};
113 my $copy = eval {retrieve $file};
H A Dcode.t39 use Storable qw(retrieve store nstore freeze nfreeze thaw dclone);
130 $thawed = retrieve "store$$";
141 $thawed = retrieve "store$$";
H A Dforgive.t22 use Storable qw(store retrieve);
58 my $ret = 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 Dstore.t21 use Storable qw(store retrieve store_fd nstore_fd fd_retrieve);
38 $root = retrieve("store$$");
H A Dmalice.t50 use Storable qw (store retrieve freeze thaw nstore nfreeze);
256 my $clone = retrieve $file;
284 $clone = retrieve $file;
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");
H A Dtestlib.pl30 return eval {retrieve $file};
H A Dcompat01.t41 my $data = eval { retrieve($file) };
H A Dweak.t32 use Storable qw (store retrieve freeze thaw nstore nfreeze dclone);
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/
H A Dconfig_file24 # when you retrieve them from the stack?
28 # retrieve errors in chronological order, or not?
/openbsd-src/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-src/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-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs1344 static SV *retrieve(pTHX_ stcxt_t *cxt, const char *cname);
4724 sv = retrieve(aTHX_ cxt, classname); /* First SV which is SEEN in retrieve_idx_blessed()
4788 sv = retrieve(aTHX_ cxt, classname); /* First SV which is SEEN will be blessed */ in retrieve_blessed()
4915 rv = retrieve(aTHX_ cxt, 0); in retrieve_hook_common()
5243 rv = retrieve(aTHX_ cxt, 0); /* Retrieve <magic object> */ in retrieve_hook_common()
5325 sv = retrieve(aTHX_ cxt, 0);/* Retrieve <object> */ in retrieve_ref()
5409 sv = retrieve(aTHX_ cxt, 0); /* Retrieve <object> */ in retrieve_overloaded()
5498 sv = retrieve(aTHX_ cxt, 0); /* Retrieve <object> */ in retrieve_tied_array()
5532 sv = retrieve(aTHX_ cxt, 0); /* Retrieve <object> */ in retrieve_tied_hash()
5566 sv = retrieve(aTHX_ cxt, 0); /* Retrieve <object> */ in retrieve_tied_scalar()
[all …]
H A DMANIFEST51 t/retrieve.t
H A DStorable.pm390 sub retrieve { subroutine
H A DChangeLog338 - added optional flag arguments to skip tie and bless on retrieve/thaw,
462 - It was impossible to retrieve references to PL_sv_no and
722 - Now bless objects ASAP at retrieve time, which is meant to fix
757 presence of repeated exceptions during store/retrieve (which can
770 - Documented that store() and retrieve() can return undef.
906 it when store/retrieve is called within an exception handler.
915 through store/retrieve.
H A DREADME29 At a later stage, or in another program, you may retrieve data from
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
H A Dnested_context_exception.t58 qr/context\(\) was called to retrieve an existing context/,
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h75 bool retrieve(UNUSED Options Options, UNUSED uptr Size, UNUSED uptr Alignment, in retrieve() function
229 bool retrieve(Options Options, uptr Size, uptr Alignment, in retrieve() function
514 if (Cache.retrieve(Options, Size, Alignment, &H, &Zeroed)) { in allocate()
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-3110 certain revision of a module. This flag makes it easy to retrieve the
337 sticky. Subsequent `cvs update' commands will not retrieve the latest
342 People often want to retrieve an old version of a file without
456 You can retrieve a branch in one of two ways: by checking it out
1033 Still, you want to be able to retrieve an exact copy of old releases.
1036 retrieve old revisions:
1042 be able to retrieve the file as it was immediately before you
1127 directories, but you also want to be able to retrieve old releases in
1247 `-rTAG' and not `-DDATE' to retrieve the revisions.
/openbsd-src/distrib/notes/loongson/
H A Dprep44 using the backspace key, and retrieve previous commands from the history
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl586delta.pod70 POSIX::sigprocmask function can now retrieve the current signal mask without

123456