| /mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/ |
| D | tied_hook.t | 70 my ($self, $cloning, $frozen) = @_; 112 my ($self, $cloning, $frozen) = @_; 144 my ($self, $cloning, $frozen) = @_; 229 my ($self, $cloning) = @_; 230 return if $cloning; 235 my ($self, $cloning, $data) = @_; 236 return if $cloning;
|
| D | recurse.t | 40 my $cloning = shift; 47 my $cloning = shift; 66 my ($cloning) = @_; 67 return if $cloning; 73 my ($cloning, $undef, $a, $obj) = @_; 101 my ($cloning, $undef, $a, $r, $obj, $ext) = @_; 129 my $cloning = shift;
|
| D | attach_errors.t | 205 my ($self, $cloning) = @_; 210 my ($class, $cloning, $string) = @_; 260 my ($self, $cloning) = @_; 265 my ($class, $cloning, $string) = @_;
|
| D | blessed.t | 53 my $cloning = shift; 131 my $cloning = shift;
|
| /mirbsd/src/sbin/route/ |
| D | keywords.sh | 15 cloning
|
| /mirbsd/src/gnu/usr.bin/perl/ext/threads/t/ |
| D | problems.t | 40 # which was caused by cloning stashes
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl587delta.pod | 204 The internal pointer mapping hash used during ithreads cloning now uses an 205 arena for memory allocation. In tests this reduced ithreads cloning time by
|
| D | perlmod.pod | 549 Ithreads work by cloning the data tree so that no data is shared 556 like for example handle the cloning of non-Perl data, if necessary. 562 will be passed in to give more information about the state of cloning. 569 called just before cloning starts, and in the context of the parent
|
| D | perl585delta.pod | 163 by a poor hashing algorithm in the thread cloning routines, which has now
|
| D | perlintern.pod | 624 If fake, it means we're cloning an existing entry 673 run-time cloning: don't add fake entries, just find the lexical and add a
|
| D | perlfork.pod | 168 cloning and restarting the stacks used by the Perl parser in the
|
| D | perl588delta.pod | 1002 using the C<ithreads> cloning tracking code.
|
| D | perltooc.pod | 219 in the method cloning version, C<$Some_Class::ClassData{CData1}>. 257 What about just using a single hash for everything and then cloning
|
| D | perl56delta.pod | 12 =head2 Interpreter cloning, threads, and concurrency 33 Support for cloning interpreters and interpreter concurrency can be
|
| D | perl561delta.pod | 608 =head2 Interpreter cloning, threads, and concurrency 629 Support for cloning interpreters and interpreter concurrency can be
|
| D | perltoc.pod | 7171 =item Interpreter cloning, threads, and concurrency 7555 =item Interpreter cloning, threads, and concurrency 19232 C<STORABLE_freeze> I<obj>, I<cloning>, C<STORABLE_thaw> I<obj>, I<cloning>, 19233 I<serialized>, .., C<STORABLE_attach> I<class>, I<cloning>, I<serialized>
|
| D | perl58delta.pod | 778 can do whatever you need to do, like for example handle the cloning of
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Storable/ |
| D | README | 38 retrieval is performed, and/or what deep cloning should do on those
|
| D | Storable.xs | 1778 int cloning, in scalar_call() argument 1786 TRACEME(("scalar_call (cloning=%d)", cloning)); in scalar_call() 1793 XPUSHs(sv_2mortal(newSViv(cloning))); /* Cloning flag */ in scalar_call() 1835 int cloning) in array_call() argument 1842 TRACEME(("array_call (cloning=%d)", cloning)); in array_call() 1849 XPUSHs(sv_2mortal(newSViv(cloning))); /* Cloning flag */ in array_call()
|
| /mirbsd/src/sys/net/ |
| D | if.c | 454 int cloning = (rt->rt_flags & RTF_CLONING); in if_detach_rtdelete() local 457 rt_mask(rt), 0, NULL) == 0 && cloning) in if_detach_rtdelete()
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.8.5 | 580 still problems with backreferences + reverse cloning 1277 grown, leading to extremely slow cloning.
|
| D | Changes5.8.7 | 486 Allocate pointer table entries (for ithread cloning) from an arena 591 cloning objects during thread creation
|
| D | Changes5.001 | 331 cloning objects.
|
| D | Changes5.8.4 | 1019 Fix a bug in the cloning of regexps
|
| D | Changes5.8.1 | 9615 Fixes bug #17043, resets PL_srand_called before the cloning. 11744 18142 Re: threads and Win2000 (ithread cloning prob fix) 13212 the stash of the object to be cloned, cloning the entire syntax
|