Searched refs:prepare (Results 76 - 100 of 172) sorted by relevance

1234567

/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D034DBI.t167 my $sth = $dbh->prepare('select * from log4perltest');
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h107 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member in struct:sqlite3_api_routines
311 #define sqlite3_prepare sqlite3_api->prepare
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWIsochChannel.cpp200 status = memory->prepare( kIODirectionInOut );
241 // set memory descriptor and don't prepare it
248 status = dma_command->prepare( 0, length, true );
H A DIOFireWireUserClient.cpp1121 error = userDCLExportDesc->prepare() ;
1614 IOReturn error = desc->prepare () ;
1649 IOReturn error = mem->prepare () ;
1826 IOReturn error = mem->prepare() ;
1849 err = mem->prepare() ;
1852 IOLog("%s %u: IOFireWireUserClient::read: prepare failed\n", __FILE__, __LINE__) ;
1913 IOReturn error = mem->prepare() ;
2661 IOReturn error = mem->prepare( kIODirectionPrepareToPhys32 );
2664 DebugLog("couldn't prepare address space memory descriptor\n") ;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dsigner.cpp55 this->prepare(flags);
118 void SecCodeSigner::Signer::prepare(SecCSFlags flags) function in class:Security::CodeSigning::SecCodeSigner::Signer
191 // prepare the internal requirements input
210 // prepare the resource directory, if any
404 // pass 1: prepare signature blobs and calculate sizes
429 // prepare SuperBlob size estimate
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsigner.cpp55 this->prepare(flags);
118 void SecCodeSigner::Signer::prepare(SecCSFlags flags) function in class:Security::CodeSigning::SecCodeSigner::Signer
191 // prepare the internal requirements input
210 // prepare the resource directory, if any
404 // pass 1: prepare signature blobs and calculate sizes
429 // prepare SuperBlob size estimate
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Denvutil.rb343 def assert_no_memory_leak(args, prepare, code, message=nil, limit: 2.0, rss: false)
356 prepare,
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h58 // these flags are valid for the prepare() method only
364 @param withDirection An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
375 task_t withTask) APPLE_KEXT_DEPRECATED; /* use withAddressRange() and prepare() instead */
383 @param withDirection An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
405 kIOMemoryDirectionMask (options:direction) This nibble indicates the I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
421 kIOMemoryDirectionMask (options:direction) This nibble indicates the I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
446 kIOMemoryDirectionMask (options:direction) This nibble indicates the I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
577 /*! @function prepare
579 @discussion This involves paging in the memory, if necessary, and wiring it down for the duration of the transfer. The complete() method completes the processing of the memory after the I/O transfer finishes. Note that the prepare call is not thread safe and it is expected that the client will more easily be able to guarantee single threading a particular memory descriptor.
583 virtual IOReturn prepare(IODirectio
[all...]
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DATADeviceNub.cpp330 desc->prepare(kIODirectionIn);
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDMediaBSDClient.cpp181 if ( buffer->prepare() != kIOReturnSuccess ) // (prepare the buffer)
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.cpp83 IOReturn status = fDesc->prepare();
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.cpp929 ret = mem->prepare();
1223 mem->prepare(kIODirectionInOut);
1247 ret = mem->prepare();
1340 ret = mem->prepare();
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dback-bdb.h285 #define TXN_PREPARE(txn,g) (txn)->prepare((txn), (g))
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSpillPlacement.cpp358 void SpillPlacement::prepare(BitVector &RegBundles) { function in class:SpillPlacement
369 assert(ActiveNodes && "Call prepare() first");
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dsend_to_kdc.c293 krb5_error_code (*prepare)(krb5_context, struct host *, const krb5_data *); member in struct:host_fun
531 * Now prepare data to send to host
545 ret = host->fun->prepare(context, host, &data);
550 ret = host->fun->prepare(context, host, ctx->send_data);
553 debug_host(context, 5, host, "failed to prexmit/prepare");
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp282 err = prepare();
677 return prepare(offset, length, flushCache, synchronize);
682 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) function in class:IODMACommand
/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDMediaBSDClient.cpp212 if ( buffer->prepare() != kIOReturnSuccess ) // (prepare the buffer)
/macosx-10.10.1/IODVDStorageFamily-35/
H A DIODVDMediaBSDClient.cpp210 if ( buffer->prepare() != kIOReturnSuccess ) // (prepare the buffer)
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkController.h1144 /*! @function prepare
1148 attachDebuggerClient() to prepare the controller before the new client
1151 However, publishProperties() will be called only once, even if prepare()
1158 virtual IOReturn prepare();
1164 Registry. This method is called once by prepare().
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dinternal.h499 void (*prepare)(void); member in struct:pthread_atfork_entry
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DDBI.pm92 return $self->{dbh}->prepare($stmt) || croak "Log4perl: DBI->prepare failed $DBI::errstr\n$stmt";
577 return My::Connections->getConnection->prepare($stmt)
578 || croak "Log4perl: DBI->prepare failed $DBI::errstr\n$stmt";
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp316 status = bufferDesc->prepare();
394 bufferDesc->prepare();
H A DIOFireWireSBP2UserClient.cpp1901 status = rangeDesc->prepare();
2023 status = memory->prepare();
2411 status = memory->prepare();
/macosx-10.10.1/ruby-106/ruby/lib/test/
H A Dunit.rb294 @status = :prepare
593 !@workers.any? {|x| [:running, :prepare].include? x.status})
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsqlinformix.vim51 syn keyword sqlStatement prepare put

Completed in 342 milliseconds

1234567