Searched refs:deferred (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm42 # deferred-write buffer size (if specified)
52 # are we in deferred-write mode?
54 $opts{deferred} = {}; # no records are presently deferred
55 $opts{deferred_s} = 0; # count of total bytes in ->{deferred}
128 $rec = $self->{deferred}{$n} if exists $self->{deferred}{$n};
229 my $old_deferred = $self->{deferred}{$n};
234 $self->{deferred}{$n} = $rec;
247 # Remove a single record from the deferred
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x124 % __nisdb_dictionary_defer_t deferred;
271 %/* Set deferred commit mode; intended for replica resync */
274 %/* Commit deferred changes; intended for replica resync */
277 %/* Roll back deferred changes; intended for replica resync */
H A Ddb_dictionary.cc1476 /* If desired, look in the deferred dictionary first */
1477 if (initialized && searchDeferred && deferred.dictionary != NULL)
1478 ret = search_dictionary(deferred.dictionary, tab);
1490 /* Most operations should use the deferred dictionary if it exists */
2224 * Set deferred commit mode. To do this, we make a copy of the table
2225 * (structures and data), and put that on the deferred dictionary list.
2251 if (deferred.dictionary == NULL) {
2252 deferred.dictionary = new db_dict_desc;
2253 if (deferred.dictionary == NULL) {
2258 deferred
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D32_defer_misc.t3 # Check interactions of deferred writing
101 check_contents("0$:1$:2$:"); # deferred writes NOT flushed
137 $good &&= hash_equal($o->{deferred}, $xdefer, "true defer", "expected defer");
H A D30_defer.t175 # (60-63) This should FLUSH the deferred buffer
183 # (64-66) We should STILL be in deferred writing mode
192 # (67-69) This should OVERWRITE the existing deferred record
207 # (73-75) NOW we are out of deferred writing mode
257 $good &&= hash_equal($o->{deferred}, $xdefer, "true defer", "expected defer");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp425 $deferred .= "\n\tXSauto_length_of_$2 = STRLEN_length_of_$2;";
1323 $deferred = "";
1368 print $deferred;
1694 $deferred .= eval qq/"\\n\\t$init\\n"/;
1772 $deferred .= eval qq/"\\n\\tif (items >= $num) {\\n$expr;\\n\\t}\\n"/;
1774 $deferred .= eval qq/"\\n\\tif (items < $num)\\n\\t $var = $defaults{$var};\\n\\telse {\\n$expr;\\n\\t}\\n"/;
1784 $deferred .= eval qq/"\\n$expr;\\n"/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm817 # This routine sets up a deferred unlinking of a specified
864 # This is the sub called to register a file for deferred unlinking
876 warn "Setting up deferred removal of $fname\n"
1705 platforms, the actual unlinking is deferred until the program ends and
1708 the time the end block is executed since the deferred removal may not
1748 # - Cygwin provides deferred unlinking, however,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm1354 for everything in that section. This would have to be deferred until the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1939 A deferred action like this:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm4993 rather than deferred to later. This is useful for scripts that run

Completed in 57 milliseconds