Searched refs:stored (Results 1 - 25 of 38) sorted by relevance

12

/osnet-11/usr/src/lib/libnisdb/
H A Dnisdb_mt.cc106 * stored, and hence whether or not we're perfroming a modify operation.
113 int stored; local
118 if ((stored = tsd->doingModify) != 0) {
138 *storedP = stored;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dmalice.t46 # If it's 5.7.3 or later the hash will be stored with flags, which is
65 # only there does the hash has the flag on, and hence only there is it stored
297 my $stored = freeze \%hash;
298 test_things($stored, \&freeze_and_thaw, 'string');
325 $stored = nfreeze \%hash;
326 test_things($stored, \&freeze_and_thaw, 'string', 1);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s79 * pick up are stored on the stack, and that subsequent restores
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s79 * pick up are stored on the stack, and that subsequent restores
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl43 payload int, -- Total amount of data stored in this table or index
229 statline "Bytes of payload stored" $total_payload \
231 statline "Bytes of user data stored" $bytes_data \
316 Bytes of payload stored
318 The total number of bytes of payload stored in the database. Payload
323 Bytes of user data stored
325 The total number of bytes of data stored in the database, not counting
326 the database schema information stored in the SQLITE_MASTER table. The
337 The total number of B*Tree key/value pairs stored under this category.
347 The amount of payload stored unde
[all...]
H A Dspace_used.tcl29 payload int, -- Total amount of data stored in this table or index
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm459 stored in the readonly-variable C<%Config>, indexed by their names.
461 Values stored in config.sh as 'undef' are returned as undefined
520 Because this information is not stored within the perl executable
528 The values stored in config.sh may be either single-quoted or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.pm29 The Nestable version works by looking for hash references being stored
H A DSubstrHash.pm25 data stored and retrieved. Efforts to store more than C<$table_size>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm152 # The stored object tree may later be retrieved to memory via retrieve.
411 conveniently stored to disk and retrieved at a later time.
414 a reference to the object to be stored, along with the file name where
420 To retrieve data stored to disk, use C<retrieve> with a file name.
421 The objects stored into that file are recreated into memory for you,
446 from native or network ordered data. Double values are stored stringified
455 a method. The fact that the root of the to-be-stored tree is a
510 stored internally by Perl, i.e. pseudo-randomly. If you set
868 meaningless string is stored instead.
872 string version of a scalar exists, it is the form stored; therefor
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm235 failure, the error message is stored in C<$@>.
275 of a C<LE<lt>...E<gt>> sequence. The result is stored in the current object.
276 Warnings are stored in the B<warnings> property.
795 stored in the node arry) or undef if not found.
H A DSelect.pm327 stored in the invoking object.
395 stored in the invoking object.
640 Private data fields are stored in the hash-object whose reference is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs228 it is stored as an IV inside perl.
434 Similar to T_PTR except that the pointer is stored in a scalar and the
568 bytes themselves are just stored in the SV. It is assumed that the C
571 represented by 8 bytes then those 8 bytes are stored in the SV (and
641 the integer will be stored in the SV but the actual integer value will not
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigint.pm282 The numbers are stored as objects, and their internals might change at anytime,
294 The sign is either '+', '-', 'NaN', '+inf' or '-inf' and stored seperately.
H A Dbigrat.pm209 The sign is either '+', '-', 'NaN', '+inf' or '-inf' and stored seperately.
H A DMemoize.pm595 subsequent array of numbers might be stored at a different location
674 on-disk database, so that cached values are stored in the database and
723 stored together. C<LIST_CACHE =E<gt> MERGE> means that list context
724 return values should be stored in the same hash that is used for
752 stored in the same disk file; this saves you from having to deal with
881 reference to the users list will be stored in the memo table. C<main>
948 memoize the function, and stored back at the time you unmemoize the
H A Dbignum.pm420 The numbers are stored as objects, and their internals might change at anytime,
432 The sign is either '+', '-', 'NaN', '+inf' or '-inf' and stored seperately.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoder.pm146 There are at least two instance variables stored in a hash reference,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1450 a filename or a filehandle. If not specified, the file will be stored in
1464 C<REMOTE_FILE> is not specified then the file will be stored in the current
1489 Returns the name of the last file stored on the server using the
1498 Returns the size in bytes for the given file as stored on the remote server.
1500 B<NOTE>: The size reported is the size of the stored file on the remote server.
1596 Like C<pasv_xfer> but the file is stored on the remote server using
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm602 value regardless of whether it's stored signed or
648 stored in the struct is null-terminated, and disregards the
653 are always stored with a null terminator, and the length field
692 Only valid on r-magic, returns the integer value of the REGEX stored
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstalled.pm262 files have been installed. It uses the information stored in .packlist files
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t20 - input: the key of the input data, stored in $input{<input>}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm333 Number-of-uses is stored as a 16-bit unsigned integer, so can't exceed
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1530 be stored with the specified key in the hash.
1555 the second argument is the value to be stored. For a hash destination,
1557 the value to be stored. It is up to the subroutine to store the value,
1783 command line, the option value will be stored in the hash with the
1812 could be stored in variables while all other options get stored in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm214 cause an error, any warnings are stored in an internal buffer until

Completed in 41 milliseconds

12