Searched refs:written (Results 1 - 25 of 313) sorted by path

1234567891011>>

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/IrComm/
H A DIrComm.cpp175 UInt32 written = 0; local
208 written += len;
211 //IOLog("IrComm: wrote %ld bytes\n", written);
214 return written;
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAPConn.cpp1251 ULong written = 0; local
1261 written = getRequest->fData->Putn(dataBuffer->GetBufferPtr() + headerLength, dataLength);
1262 XASSERT(written == dataLength);
1268 getRequest->fLength = written;
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp163 int ret, valid, ntxns, written; local
280 written = MultiByteToWideChar(CP_ACP, NULL,
283 msg[written] = L'\0';
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm626 could be written as:
H A DMore.pm867 program, or for which you don't yet have code written. For that you
979 is for any code you haven't written yet, or bugs you have yet to fix,
1387 written my own ok() routines. This module exists because I can't
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm3 # written by Paul Marquess (pmqs@cpan.org)
2151 buffers which will subsequently be written to the database file. Being
2155 where a Perl script gets written to the database, the random junk will
2296 The DB_File interface was written by Paul Marquess
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtxn007.tcl39 if { [string equal $txt {Times log written}] == 1 } {
48 # We should have written at least 'iter' number of times,
/macosx-10.10/CPAN-56/
H A DgenOSS.pl502 without specific prior written permission.
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2047 Otherwise, if autoupdate is off, no changes will be written until update()
2064 # Each accessor call causes the new value to immediately be written.
2344 When the object is being written to the database the object will be
/macosx-10.10/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm628 is written back with a colon as its default separator,
848 reference containing the configuration data to be written out to disk,
849 and an optional filename specifying which file it is to be written to.
882 line values when they are first written to a file, by using the
892 always written with an empty line above and below them. Likewise, values
893 that were previously read in from a file are always written back with
909 was being written by someone else (they had a file lock active on it).
946 specified was being written at the time by someone else (they had a file
/macosx-10.10/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm630 is written back with a colon as its default separator,
850 reference containing the configuration data to be written out to disk,
851 and an optional filename specifying which file it is to be written to.
884 line values when they are first written to a file, by using the
894 always written with an empty line above and below them. Likewise, values
895 that were previously read in from a file are always written back with
911 was being written by someone else (they had a file lock active on it).
948 specified was being written at the time by someone else (they had a file
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/
H A DSSLeay.pm457 This module was originally written by Gisle Aas, and was subsequently
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/lib/Net/
H A DSSL.pm534 Does not honour C<$,> nor C<$/>. Returns the number of bytes written.
540 Returns the number of bytes written.
579 the number of bytes written.
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/
H A DDump.pm714 The C<Data::Dump> module is written by Gisle Aas <gisle@aas.no>, based
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm675 That can be (almost) equivalently written as:
/macosx-10.10/CPANInternal-159.1/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm542 stat index). File::NFSLock was written to be light, generic,
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm10 # The original version of this module was written by
726 my $written;
729 ($written, my $errs) = Net::SSLeay::ssl_write_all($ssl, $data);
730 # ssl_write_all returns number of bytes written
731 $written = undef if ! $written && $errs;
733 $written = Net::SSLeay::write_partial( $ssl,$offset,$length,$$buffer );
735 $written = undef if $written < 0;
737 if ( !defined($written) ) {
[all...]
/macosx-10.10/CPANInternal-159.1/IPC-LDT-2.03/
H A DLDT.pm356 a message could not be (completely) written within the set number of
421 means that they are written in Perl).
/macosx-10.10/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm697 The docs were originally written when I didn't have a good handle on
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm1648 It is written by Marc Lehmann in C, so must be compiled and
1967 parse application-specific files written by humans (configuration files,
2404 application-specific files written by humans.
2415 application-specific files written by humans.
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/PP/
H A DBoolean.pm23 This idea is from L<JSON::XS::Boolean> written by Marc Lehmann <schmorp[at]schmorp.de>
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm38 I<fast>. To reach the latter goal it was written in C.
172 Just ignore that flag unless you debug a Perl bug, a module written in
372 parse application-specific files written by humans (configuration files,
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/bin/
H A Djson_xs91 =item none - nothing gets written, mainly useful together with C<-e>
102 written is in C<$_>, and whatever is in there is written out afterwards.
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm641 Log::Dispatch does. Originally written by Raphael Manfredi.
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm231 re-written for each new message.

Completed in 948 milliseconds

1234567891011>>