Searched refs:prepared (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/gnutar-452/gnutar/scripts/
H A Ddump-remind.in76 Usually whoever prepared the backup leaves labeled tapes on top of the
/macosx-10.9.5/apache-786.1/httpd/modules/database/
H A Dmod_dbd.h62 apr_hash_t *prepared; member in struct:__anon5906
H A Dmod_dbd.c402 rec->prepared = apr_hash_make(pool);
421 apr_hash_set(rec->prepared, label, APR_HASH_KEY_STRING, stmt);
525 /* we use a sub-pool for the prepared statements for each connection so
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/
H A DNoBindVars.pm38 More importantly this means that caching of prepared statements is explicitly
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWCompareAndSwapCommand.cpp209 bool prepared = false; local
223 prepared = true;
235 if( prepared )
H A DIOFWWriteQuadCommand.cpp233 bool prepared = false; local
247 prepared = true;
259 if( prepared )
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_authn_dbd.c112 statement = apr_hash_get(dbd->prepared, conf->user, APR_HASH_KEY_STRING);
115 "A prepared statement could not be found for "
202 statement = apr_hash_get(dbd->prepared, conf->realm, APR_HASH_KEY_STRING);
205 "A prepared statement could not be found for "
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/JSON/RPC/
H A DClient.pm319 Then you can call the prepared methods with an array reference or a list.
330 If you call a method which is not prepared, it will C<croak>.
385 C<call> method or the methods set by C<prepared> returns this object.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/RPC/
H A DClient.pm319 Then you can call the prepared methods with an array reference or a list.
330 If you call a method which is not prepared, it will C<croak>.
385 C<call> method or the methods set by C<prepared> returns this object.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/Legacy/
H A DClient.pm319 Then you can call the prepared methods with an array reference or a list.
330 If you call a method which is not prepared, it will C<croak>.
385 C<call> method or the methods set by C<prepared> returns this object.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/ASE/
H A DNoBindVars.pm90 The caching of prepared statements is also explicitly disabled, as the
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbd/
H A Dapr_dbd_pgsql.c66 int prepared; member in struct:apr_dbd_prepared_t
559 (*statement)->prepared = 0;
603 (*statement)->prepared = 1;
630 if (statement->prepared) {
786 if (statement->prepared) {
868 if (statement->prepared) {
H A Dapr_dbd_sqlite2.c62 int prepared; member in struct:apr_dbd_prepared_t
/macosx-10.9.5/apr-30/apr-util/apr-util/dbd/
H A Dapr_dbd_pgsql.c66 int prepared; member in struct:apr_dbd_prepared_t
559 (*statement)->prepared = 0;
603 (*statement)->prepared = 1;
630 if (statement->prepared) {
786 if (statement->prepared) {
868 if (statement->prepared) {
H A Dapr_dbd_sqlite2.c62 int prepared; member in struct:apr_dbd_prepared_t
/macosx-10.9.5/CPANInternal-140/Ima-DBI/lib/Ima/
H A DDBI.pm157 one prepared statement handle (per statement, per database user).
485 already connected, and the statement handle is prepared. It returns a
486 prepared statement handle for you to use. (You're expected to
/macosx-10.9.5/CPANInternal-140/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm157 one prepared statement handle (per statement, per database user).
498 already connected, and the statement handle is prepared. It returns a
499 prepared statement handle for you to use. (You're expected to
/macosx-10.9.5/CPANInternal-140/IPC-LDT/
H A DLDT.pm15 # |26.10.99| JSTENZEL | formatted POD to be better prepared for pod2text;
306 activate the built in trace code. If not prepared this way, all runtime
824 I<prepared to handle such cases. Usually further access to the associated handle>
1005 I<prepared to handle such cases. Usually further access to the associated handle>
/macosx-10.9.5/CPANInternal-140/IPC-LDT-2.03/
H A DLDT.pm15 # |26.10.99| JSTENZEL | formatted POD to be better prepared for pod2text;
306 activate the built in trace code. If not prepared this way, all runtime
824 I<prepared to handle such cases. Usually further access to the associated handle>
1005 I<prepared to handle such cases. Usually further access to the associated handle>
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperGL.cpp493 static bool prepared = false; local
496 if (prepared)
511 prepared = true;
/macosx-10.9.5/CPANInternal-140/Test-Warn/
H A DWarn.pm100 However, you should be prepared as a matching with 'at', 'file', '\d'
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorPageAgent.cpp168 bool prepared = prepareCachedResourceBuffer(cachedResource, &hasZeroSize); local
169 if (!prepared)
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DDBI.pm59 "I'm going to ignore bufferSize and just use a prepared stmt\n";
402 prepared statement handle at the beginning and just reuse it
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DDBI.pm63 "I'm going to ignore bufferSize and just use a prepared stmt\n";
422 prepared statement handle at the beginning and just reuse it
/macosx-10.9.5/CPANInternal-140/XML-XPath/
H A DXPath.pm401 The parser option allows you to pass in an already prepared

Completed in 180 milliseconds

12