Searched refs:prepare (Results 1 - 25 of 172) sorted by relevance

1234567

/macosx-10.10.1/rsync-45/rsync/
H A Dprepare-source12 make -f prepare-source.mak
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_cga.c89 in6_cga_is_prepare_valid(const struct in6_cga_prepare *prepare, argument
97 VERIFY(prepare != NULL);
100 if (prepare->cga_security_level == 0)
103 if (prepare->cga_security_level > 7)
107 SHA1Update(&ctx, &prepare->cga_modifier.octets,
114 n = 2 * (u_int) prepare->cga_security_level;
124 in6_cga_generate_iid(const struct in6_cga_prepare *prepare, argument
130 VERIFY(prepare != NULL);
131 VERIFY(prepare->cga_security_level < 8);
136 SHA1Update(&ctx, &prepare
189 const struct in6_cga_prepare *prepare; local
300 in6_cga_generate(const struct in6_cga_prepare *prepare, u_int8_t collisions, struct in6_addr *in6) argument
[all...]
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDMemoryDescriptor.cpp49 IOReturn AppleRAIDMemoryDescriptor::prepare(IODirection forDirection) function in class:AppleRAIDMemoryDescriptor
54 result = mdMemoryDescriptor->prepare(forDirection);
H A DAppleRAIDMemoryDescriptor.h63 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/ex/
H A Dclient.pl14 $client->prepare( $uri, ['sum', 'echo'] ); # if call /API/Sublcass, sum method return (sum * 2)
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread_atfork.c35 pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) argument
85 e->prepare = prepare;
95 // Iterate pthread_atfork prepare handlers.
106 if (e->prepare != NULL) {
107 e->prepare();
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DTransaction.java295 transaction manager must send <em>prepare</em> messages to each
297 {@link com.sleepycat.db.Transaction#prepare Transaction.prepare} call and await its successful return
300 responses from all of its <em>prepare</em> messages should it issue
319 public void prepare(final byte[] gid) method in class:Transaction
322 txn.prepare(gid);
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drecd002.tcl91 # Note that since prepare-discard ultimately aborts
92 # the txn, it must come before prepare-commit.
94 op_recover prepare-abort $testdir $env_cmd $testfile2 \
96 op_recover prepare-discard $testdir $env_cmd $testfile2 \
98 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd004.tcl84 # Note that since prepare-discard ultimately aborts
85 # the txn, it must come before prepare-commit.
87 op_recover prepare-abort $testdir $env_cmd $testfile2 \
89 op_recover prepare-discard $testdir $env_cmd $testfile2 \
91 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd001.tcl13 # TEST to prepare for the next test (this applies to all other recovery
51 # other does prepare, prepare-abort, and prepare-commit for each
192 # Note that since prepare-discard ultimately aborts
193 # the txn, it must come before prepare-commit.
195 op_recover prepare-abort $testdir $env_cmd $testfile2 \
197 op_recover prepare-discard $testdir $env_cmd $testfile2 \
199 op_recover prepare-commit $testdir $env_cmd $testfile2 \
227 foreach op {abort commit prepare
[all...]
H A Drecd003.tcl108 # Note that since prepare-discard ultimately aborts
109 # the txn, it must come before prepare-commit.
111 op_recover prepare-abort $testdir $env_cmd $testfile2 \
113 op_recover prepare-discard $testdir $env_cmd $testfile2 \
115 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd017.tcl40 # other does prepare, prepare-abort, and prepare-commit for each
145 # Note that since prepare-discard ultimately aborts
146 # the txn, it must come before prepare-commit.
148 op_recover prepare-abort $testdir $env_cmd $testfile2 \
150 op_recover prepare-discard $testdir $env_cmd $testfile2 \
152 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd022.tcl99 puts "\tRecd022.g: commit second child txn, prepare parent"
103 error_check_good prepare [$parent prepare "ABC"] 0
H A Dtxnscript.tcl7 # Txn003 script - outstanding child prepare script
54 error_check_good txn_prepare:$parent [$parent prepare $gid] 0
/macosx-10.10.1/CPANInternal-159.1/DBIx-ContextualFetch-1.03/t/
H A D01.t21 my $insert = $dbh->prepare("INSERT INTO foo VALUES (?, ?)");
27 my $sth = $dbh->prepare($sql);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h59 @param direction An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
69 @param direction An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
78 @param direction An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures. */
105 /*! @function prepare
111 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
115 @discussion This method should not be called unless a prepare was previously issued; the prepare() and complete() must occur in pairs, before and after an I/O transfer involving pageable memory.
H A DIOMultiMemoryDescriptor.h57 @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.
72 @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.
93 /*! @function prepare
99 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
103 @discussion This method should not be called unless a prepare was previously issued; the prepare() and complete() must occur in pairs, before and after an I/O transfer involving pageable memory.
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Storage/
H A DLocalStorageDatabaseTracker.cpp89 if (statement.prepare() != SQLResultOk) {
90 LOG_ERROR("Failed to prepare statement.");
115 if (deleteStatement.prepare() != SQLResultOk) {
116 LOG_ERROR("Unable to prepare deletion of all origins");
205 if (statement.prepare() != SQLResultOk) {
206 LOG_ERROR("Failed to prepare statement.");
263 if (statement.prepare() != SQLResultOk) {
290 if (deleteStatement.prepare() != SQLResultOk) {
291 LOG_ERROR("Unable to prepare deletion of origin '%s'", originIdentifier.ascii().data());
319 if (pathStatement.prepare() !
[all...]
H A DLocalStorageDatabase.cpp175 if (query.prepare() != SQLResultOk) {
296 if (clearStatement.prepare() != SQLResultOk) {
297 LOG_ERROR("Failed to prepare clear statement - cannot write to local storage database");
309 if (insertStatement.prepare() != SQLResultOk) {
310 LOG_ERROR("Failed to prepare insert statement - cannot write to local storage database");
315 if (deleteStatement.prepare() != SQLResultOk) {
316 LOG_ERROR("Failed to prepare delete statement - cannot write to local storage database");
351 if (query.prepare() != SQLResultOk) {
/macosx-10.10.1/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/sqlite/
H A DUniqueIDBDatabaseBackingStoreSQLite.cpp129 if (sql.prepare() != SQLResultOk
139 if (sql.prepare() != SQLResultOk
151 if (sql.prepare() != SQLResultOk
215 if (sql.prepare() != SQLResultOk)
247 if (sql.prepare() != SQLResultOk)
420 if (sql.prepare() != SQLResultOk
455 if (sql.prepare() != SQLResultOk
469 if (sql.prepare() != SQLResultOk
499 if (sql.prepare() != SQLResultOk
510 if (sql.prepare() !
[all...]
/macosx-10.10.1/ruby-106/ruby/tool/
H A Drbinstall.rb281 def prepare(mesg, basedir, subdirs=nil) method in class:makedirs
335 prepare "binary commands", bindir
350 prepare "base libraries", libdir
360 prepare "arch files", archlibdir
372 prepare "pkgconfig data", pkgconfigdir = File.join(libdir, "pkgconfig")
378 prepare "extension objects", archlibdir
381 prepare "extension objects", sitearchlibdir
382 prepare "extension objects", vendorarchlibdir
385 prepare "extension headers", archhdrdir
389 prepare "extensio
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.h85 IOReturn prepare( void );
209 /*! @function prepare
213 inline IOReturn prepare( void ) function in class:IOFWPhysicalAddressSpace
214 { return ((IOFWPhysicalAddressSpaceAux*)fIOFWAddressSpaceExpansion->fAuxiliary)->prepare(); };
241 descriptor, relative to any offset passed to the prepare() method.
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp143 IOReturn IOSubMemoryDescriptor::prepare( function in class:IOSubMemoryDescriptor
148 err = _parent->prepare( forDirection);
/macosx-10.10.1/BerkeleyDB-21/db/cxx/
H A Dcxx_txn.cpp69 DBTXN_METHOD(prepare, 0, (u_int8_t *gid), (txn, gid))
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSpillPlacement.h13 // about the CFG. The real work is done by prepare(), addConstraints(), and
48 // Nodes that are active in the current computation. Owned by the prepare()
90 /// prepare - Reset state and prepare for a new spill placement computation.
97 void prepare(BitVector &RegBundles);
135 /// The selected bundles are returned in the bitvector passed to prepare().

Completed in 331 milliseconds

1234567