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

123456

/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Daxfr125 stored in a file, B<axfr> will read the file instead of performing a
128 Zones will be stored in a directory hierarchy. For example, the
129 zone transfer for foo.bar.com will be stored in the file
141 Force a zone transfer, even if the zone has already been stored
/macosx-10.9.5/zlib-53/zlib/examples/
H A Dgzlog.c40 - compressed data ending initially with empty stored block
41 - uncompressed data filling out originally empty stored block and
42 subsequent stored blocks as needed (16K max each)
49 stored block and determine where to append the data in the foo.add file, as
95 recovery if interrupted. Multi-byte values are stored little endian
99 for large files is actually the length modulo 2^32.) The stored block
110 - Pointer to first stored block length -- this points to the two-byte length
111 of the first stored block, which is followed by the two-byte, one's
112 complement of that length. The stored block length is preceded by the
113 three-bit header of the stored bloc
296 uint stored; /* bytes currently in last stored block */ member in struct:log
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventDriver.cpp317 bool stored = false; local
386 stored |= storeReportElement(element);
406 stored |= storeReportElement ( element );
413 stored |= storeReportElement(element);
432 stored |= storeReportElement ( element );
439 stored |= storeReportElement ( element );
451 stored |= storeReportElement ( element );
457 stored |= storeReportElement ( element );
468 stored |= storeReportElement ( element );
476 stored |
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/
H A DMakefile.PL24 the value for the 'title' column will be stored internally in
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/
H A DMakefile.PL24 the value for the 'title' column will be stored internally in
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DFilter.pm199 The object returned is stored in the variable of the same name,
202 stored in the variable 'C<MyFilter>' rather than the filter named
219 C<USE> directive are stored internally in the object for inspection by
221 arguments are stored as a reference to a list in the C<_ARGS> item while
222 named configuration parameters are stored as a reference to a hash
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DFilter.pm199 The object returned is stored in the variable of the same name,
202 stored in the variable 'C<MyFilter>' rather than the filter named
219 C<USE> directive are stored internally in the object for inspection by
221 arguments are stored as a reference to a list in the C<_ARGS> item while
222 named configuration parameters are stored as a reference to a hash
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c344 register int stored; local
392 for (stored = 4; stored <= 8; stored *= 2) {
411 sp->timecnt * stored + /* ats */
415 sp->leapcnt * (stored + 4) + /* lsinfos */
420 sp->ats[i] = (stored == 4) ?
422 p += stored;
450 lsisp->ls_trans = (stored == 4) ?
452 p += stored;
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dscram.c655 heim_scram_data client, stored, server_key; local
664 &client, &stored, &server_key);
668 ret = heim_scram_generate(method, &stored, &server_key,
674 ret = heim_scram_session_key(method, &stored, &client,
693 heim_scram_data_free(&stored);
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A DisMember.pl230 It assumes that the group name is stored as a value of the cn attribute
234 The user name is assumed to be stored as a value of the uid attribute.
237 a) the DN of the scarter (e.g. user) entry is stored as a value of
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings/lib/Test/
H A DNoWarnings.pm145 warnings to be captured and stored. It automatically adds an extra test that
170 The warnings your test has generated so far are stored in an array. You can
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings-1.04/lib/Test/
H A DNoWarnings.pm160 warnings to be captured and stored. It automatically adds an extra test that
185 The warnings your test has generated so far are stored in an array. You can
/macosx-10.9.5/zlib-53/zlib/contrib/puff/
H A Dpuff.c21 * works whether integers are stored big endian or little endian.
114 * - Bits are stored in bytes from the least significant bit to the most
140 * Process a stored block.
144 * - After the two-bit stored block type (00), the stored block length and
145 * stored bytes are byte-aligned for fast copying. Therefore any leftover
150 * - The second inverted copy of the stored block length does not have to be
153 * - A stored block can have zero length. This is sometimes used to byte-align
156 local int stored(struct state *s) function
158 unsigned len; /* length of stored bloc
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/DBI/
H A DRelationship.pm133 will all be stored in the 'meta_info'.
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/
H A DRelationship.pm136 will all be stored in the 'meta_info'.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/InflateColumn/
H A DFile.pm166 The file will be stored on the filesystem for later retrieval. Calling delete
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ODBC/
H A DACCESS.pm85 last_insert_id() then just returns the stored value.
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/
H A DTransitiveClosure.pm151 The transitive closure matrix is stored as an attribute of the graph
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DTransitiveClosure.pm153 The transitive closure matrix is stored as an attribute of the graph
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DTestBuffer.pm142 Every buffer created is stored in an internal global array, and can
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DOPT.pm204 Since "OPT" is a pseudo record and should not be stored in
/macosx-10.9.5/CPANInternal-140/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DANSIColor.pm98 This module is stored in an open repository at the following address:
H A DHTML.pm133 This module is stored in an open repository at the following address:
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dpkt_rx1.s74 ; BX has client handle (stored in RX_ELEMENT.handle).
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dcert_command.rb146 gems. Your signing certificate and private key are typically stored in

Completed in 155 milliseconds

123456