Searched refs:defer (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D33_defer_vs.t33 $o->defer;
51 $o->defer;
60 $o->defer;
68 $o->defer;
80 $o->defer;
H A D32_defer_misc.t31 $o->defer;
46 $o->defer;
54 $o->defer;
62 $o->defer;
71 $o->defer;
83 $o->defer;
95 $o->defer;
137 $good &&= hash_equal($o->{deferred}, $xdefer, "true defer", "expected defer");
H A D30_defer.t3 # Check ->defer and ->flush methods
6 # there was a defer buffer separate from the read cache.
31 $o->defer;
49 $o->defer;
58 $o->defer;
66 $o->defer;
77 $o->defer;
113 # (33-44) See if overloading the defer starts by flushing the read cache
114 # and then flushes out the defer
115 $o->defer;
[all...]
H A D31_autodefer.t59 $o->defer;
91 # (48-56) Autodeferring should not become active during explicit defer mode
92 $o->defer(); # This should flush the pending autodeferred records
H A D05_size.t79 $o->defer;
/osnet-11/usr/src/lib/libcmd/common/
H A Dgetconf.c170 goto defer;
207 goto defer;
214 goto defer;
264 goto defer;
278 defer:
281 * defer to argv[0] if absolute and it exists
288 * defer to the first getconf on $PATH that is also on the standard PATH
363 * defer to the first getconf on the standard PATH
381 error(4, "%s: unknown name -- no native getconf(1) to defer to", name);
383 error(4, "no native getconf(1) to defer t
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x272 % db_status defer(char *table);
H A Dldap_xdr.c57 xdr___nisdb_dictionary_defer_t(XDR *xdrs, void *defer) { argument
H A Ddb_mindex3.cc183 if ((dstat = InUseDictionary->defer(t->objPath)) ==
189 "%s: Unable to defer updates for \"%s\" (status=%d);"
461 * expensive, so we defer that until we know that we really need
H A Dnis_db.cc1854 * make here). Thus, "defer" refers to the table as seen by read requests,
1861 stat = InUseDictionary->defer(table_name);
H A Ddb_dictionary.cc2232 db_dictionary::defer(char *table) { function in class:db_dictionary
2234 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::defer");
2237 const char *myself = "db_dictionary::defer";
2255 "wu db_dictionary::defer");
2317 WRITEUNLOCK(this, ret, "wu db_dictionary::defer");
/osnet-11/usr/src/lib/efcode/engine/
H A Dinteractive.c98 defer(fcode_env_t *env) function
789 FORTH(IMMEDIATE, "defer", defer);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm173 to defer the pragmas until run time. Use the quoted argument
H A DAutoLoader.pm203 C<__END__> token to defer the loading of some subroutines until they are
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm53 $opts{defer} = 0 unless defined $opts{defer};
127 # check the defer buffer
1067 sub defer { subroutine
1071 $self->{defer} = 1;
1083 $self->{defer} = 0;
1143 $self->{defer} = 0;
1155 # Deferred writing is enabled, either explicitly ($self->{defer})
1159 $self->{defer} || $self->{autodeferring};
1221 return if $self->{defer}; # alread
[all...]
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h387 FNPROTO(defer); variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_hot.c1704 U32 defer = PL_op->op_private & OPpLVAL_DEFER; local
1729 he = hv_fetch_ent(hv, keysv, lval && !defer, hash);
1735 svp = avhv_fetch_ent((AV*)hv, keysv, lval && !defer, hash);
1744 if (!defer) {
2985 U32 defer = (PL_op->op_private & OPpLVAL_DEFER) && (elem > AvFILL(av)); local
2994 svp = av_fetch(av, elem, lval && !defer);
2998 if (!defer)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1931 are specified using a C<E<lt>defer:...E<gt>> directive. For example:
1934 <defer: {$::theVerb = $item{verb}} >
1937 within the C<E<lt>defer:...E<gt>> directive, but there's a problem.
1941 <defer: {if ($count>10) {$count--}} >
1945 <defer: {if ($count>
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1871 boolean_t defer = B_FALSE; local
1884 defer = B_TRUE;
1887 zc.zc_defer_destroy = defer;
1917 if (err != 0 || (defer && zfs_dataset_exists(hdl, name,
H A Dlibzfs_dataset.c2876 * (iterating over all of /etc/mnttab), we defer its calculation until
5067 zfs_destroy(zfs_handle_t *zhp, boolean_t defer) argument
5100 zc.zc_defer_destroy = defer;
5153 zfs_destroy_snaps(zfs_handle_t *zhp, char *snapname, boolean_t defer) argument
5171 zc.zc_defer_destroy = defer;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm581 This version of Storable will defer croaking until it encounters a data

Completed in 104 milliseconds