Searched refs:prepare (Results 26 - 50 of 172) sorted by relevance

1234567

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOSubMemoryDescriptor.h56 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.
84 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
96 // support map() on kIOMemoryTypeVirtual without prepare()
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dip++.cpp165 void Socket::prepare(int fdFlags, int domain, int type, int protocol) function in class:Security::IPPlusPlus::Socket
334 prepare(fdFlags, AF_INET, SOCK_STREAM);
340 prepare(fdFlags, AF_INET, SOCK_STREAM);
346 prepare(fdFlags, AF_INET, SOCK_STREAM);
358 prepare(0, AF_INET, SOCK_STREAM);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dip++.cpp165 void Socket::prepare(int fdFlags, int domain, int type, int protocol) function in class:Security::IPPlusPlus::Socket
334 prepare(fdFlags, AF_INET, SOCK_STREAM);
340 prepare(fdFlags, AF_INET, SOCK_STREAM);
346 prepare(fdFlags, AF_INET, SOCK_STREAM);
358 prepare(0, AF_INET, SOCK_STREAM);
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drecd15scr.tcl7 # Recd15 - lots of txns - txn prepare script
65 error_check_good txn_prepare:$t [$t prepare $gid] 0
H A Dtxn003.tcl8 # TEST Test abort/commit/prepare of txns with outstanding child txns.
85 {prepare ".d"}
103 # For prepare we'll then just
116 prepare {
125 puts "\tTxn$tnum.g: Attempt child prepare"
138 set stat [catch {$child prepare $gid} ret]
140 error_check_good child_prep_err [is_substr $ret "txn prepare"] 1
170 puts "$msg.0: Executing child script to prepare txns"
206 if { $op == "prepare" } {
H A Dtxn001.tcl102 # Now prepare them all
105 [$t prepare [make_gid global:$t]] 0
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A DMakefile.am88 misc.c prepare.c result.c odbc3.c
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp176 IOReturn IOInterleavedMemoryDescriptor::prepare(IODirection forDirection) function in class:IOInterleavedMemoryDescriptor
197 status = _descriptors[index]->prepare(forDirection);
220 // This method shouldn't be called unless a prepare() was previously issued;
221 // the prepare() and complete() must occur in pairs, before and after an I/O
H A DIOMultiMemoryDescriptor.cpp150 IOReturn IOMultiMemoryDescriptor::prepare(IODirection forDirection) function in class:IOMultiMemoryDescriptor
171 status = _descriptors[index]->prepare(forDirection);
192 // This method shouldn't be called unless a prepare() was previously issued;
193 // the prepare() and complete() must occur in pairs, before and after an I/O
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbTxn.java98 public void prepare(byte[] gid) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbTxn_prepare(swigCPtr, this, gid); } method in class:DbTxn
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dsigner.h65 void prepare(SecCSFlags flags); // set up signing parameters
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsigner.h65 void prepare(SecCSFlags flags); // set up signing parameters
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Cookies/soup/
H A DWebKitSoupCookieJarSqlite.cpp96 if (query.prepare() != SQLResultOk) {
97 g_warning("Failed to prepare all cookies query");
130 if (query.prepare() != SQLResultOk) {
131 g_warning("Failed to prepare insert cookies query");
154 if (query.prepare() != SQLResultOk) {
155 g_warning("Failed to prepare delete cookies query");
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.cpp113 status = memory->prepare( kIODirectionInOut );
154 // set memory descriptor and don't prepare it
161 status = dma_command->prepare( 0, length, true );
533 prepare();
689 // prepare
693 IOReturn IOFWPhysicalAddressSpaceAux::prepare( void ) function in class:IOFWPhysicalAddressSpaceAux
697 // IOLog( "IOFWPhysicalAddressSpaceAux::prepare\n" );
702 status = fDMACommand->prepare( 0, desc_length );
H A DIOFWUserVectorCommand.cpp136 status = fSubmitDesc->prepare();
160 status = fResultDesc->prepare();
/macosx-10.10.1/emacs-93/emacs/src/
H A Dinsdel.c855 insert_1 (string, nbytes, inherit, prepare, before_markers)
858 int inherit, prepare, before_markers;
861 inherit, prepare, before_markers);
988 insert_1_both (string, nchars, nbytes, inherit, prepare, before_markers)
991 int inherit, prepare, before_markers;
999 if (prepare)
1511 replace_range (from, to, new, prepare, inherit, markers)
1513 int from, to, prepare, inherit, markers;
1530 if (prepare)
1817 del_range_1 (from, to, prepare, ret_strin
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/hooks/
H A Dapr_hooks.c83 static TSort *prepare(apr_pool_t *p,TSortData *pItems,int nItems) function
196 pSort=prepare(p,(TSortData *)pHooks->elts,pHooks->nelts);
408 pResult=prepare(t1,3);
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/
H A DClient.pm43 Carp::croak("Can't call the method not allowed by prepare().");
87 sub prepare { subroutine
276 $client->prepare($uri, ['sum', 'echo']);
316 =item $client->prepare($uri, $arrayref_of_procedure)
323 $client->prepare($uri, ['sum', 'echo']);
/macosx-10.10.1/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp178 //use withAddressRange() and prepare() instead
180 md->prepare(kIODirectionOutIn);
198 rc = md->prepare(kIODirectionNone);
199 if (rc) {ELG(-1, rc, 'irda', "prepare failed"); }
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D035JDBCAppender.t119 my $sth = $dbh->prepare('select * from log4perltest');
/macosx-10.10.1/rsync-45/rsync/patches/
H A Dverify-patches16 'prepare-source|p' => \$prepare_source,
101 system "./prepare-source";
149 my $cmd = "./prepare-source && ./configure $CONF_OPTS $conf_opts && make";
300 -p, --prepare-source Run ./prepare-source and include generated files in diff
/macosx-10.10.1/swig-12/Source/Modules/
H A Dphp.cxx1428 String *prepare = NewStringEmpty(); local
1486 Printf(prepare, "\t\tswitch (func_num_args()) {\n");
1489 Printf(prepare, "\t\t");
1491 Printf(prepare, "case %d: ", ++last_handled_i);
1495 Append(prepare, "$r=");
1497 Printf(prepare, "$this->%s=", SWIG_PTR);
1501 Printf(prepare, "%s(%s); break;\n", iname, invoke_args);
1503 Printf(prepare, "%s($_this%s); break;\n", iname, invoke_args);
1505 Printf(prepare, "%s($_this, %s); break;\n", iname, invoke_args);
1512 Printf(prepare, "\
[all...]
/macosx-10.10.1/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm59 prepare/execute/finish route I'd tend to go through in my subroutines.
95 you actually prepare a statement on that connection.
116 could be passed to $sth->prepare(). For example:
120 $sth = $dbh->prepare('DELETE FROM Users WHERE User = $user');
258 is held off until a prepare is attempted with this handle.
341 This method is used in place of DBI->prepare to create your statement
344 through to either DBI->prepare or DBI->prepare_cached (depending on
348 prepare the statement handle and it will be cached. If $cache is false
349 then a normal prepare() will be used and the statement handle will be
400 : $dbh->prepare(
[all...]
/macosx-10.10.1/vim-55/
H A DMakefile220 prepare:
273 unixall: dist prepare
311 amirt: dist prepare
334 amibin: dist prepare
352 amisrc: dist prepare
401 dosrt_unix2dos: dist prepare no_title.vim
447 dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_ole $(DOSBIN_S) $(DOSBIN_D16)
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_cds.c99 return (__cdsgroup_notsup(txn->mgrp->env, "prepare"));
162 txn->prepare = __cdsgroup_prepare;

Completed in 526 milliseconds

1234567