Searched refs:storage (Results 126 - 150 of 406) sorted by relevance

1234567891011>>

/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A Duuid.c9 #include <IOKit/storage/IOMedia.h>
/macosx-10.9.5/smb-697.95.1/include/netsmb/
H A Dnb_lib.h82 void convertToNetBIOSaddr(struct sockaddr_storage *storage, const char *name);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/test/
H A Dmktestsupport.py59 self.storage = metakit.storage()
60 self.v = self.storage.getas(description)
163 hv = self.storage.getas('hv[_H:I,_R:I]')
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DStorage.pm43 information about L<DBI>-based storage, see L<DBIx::Class::Storage::DBI>.
79 storage object, such as during L<DBIx::Class::Schema/clone>.
91 Returns true if we have an open storage connection, false
100 Closes any open storage connection unconditionally.
108 Initiate a connection to the storage if one isn't already open.
256 It does I<not> perform an actual storage commit unless there's a DBIx::Class
315 my $txn_guard = $storage->txn_scope_guard;
403 Deploy the tables to storage (CREATE TABLE and friends in a SQL-based
485 This environment variable is checked when the storage object is first
496 L<DBIx::Class::Storage::DBI> - reference storage implementatio
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsdecode.c426 CSSM_DATA_PTR storage; local
529 storage = cinfo->content.data;
531 offset = storage->Length;
532 if (storage->Length == 0) {
536 storage->Data,
537 storage->Length,
538 storage->Length + len);
545 storage->Data = dest;
546 storage->Length += len;
549 PORT_Memcpy(storage
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsdecode.c426 CSSM_DATA_PTR storage; local
529 storage = cinfo->content.data;
531 offset = storage->Length;
532 if (storage->Length == 0) {
536 storage->Data,
537 storage->Length,
538 storage->Length + len);
545 storage->Data = dest;
546 storage->Length += len;
549 PORT_Memcpy(storage
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Schema/
H A DVersioned.pm405 $self->storage->sqlt_type;
408 $self->storage->sqlt_type,
473 $self->storage->debugobj->query_start($_) if $self->storage->debug;
475 $self->storage->debugobj->query_end($_) if $self->storage->debug;
491 $self->storage->dbh->do($_) or carp "SQL was: $_";
524 to call C<< $self->storage->backup >>, to run the standard backup on each
537 $self->storage->backup($self->backup_directory());
571 $self->{vschema} = DBIx::Class::Version->connect(@{$self->storage
[all...]
/macosx-10.9.5/dyld-239.4/src/
H A DthreadLocalVariables.c255 // pthread destructor for TLV storage
257 tlv_free(void *storage) argument
259 tlv_notify(dyld_tlv_state_deallocated, storage);
260 free(storage);
366 // on each key's storage values in key allocation order. Since we want
423 static void tlv_finalize(void* storage) argument
425 struct TLVTerminatorList* list = (struct TLVTerminatorList*)storage;
433 free(storage);
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/
H A DLoader.pm92 DBIx::Class::Schema::Loader currently supports only the DBI storage type. It
177 # temporarily copy $self's storage to class
178 my $class_storage = $class->storage;
180 $class->storage($self->storage);
181 $class->storage->set_schema($class);
217 # restore $class's storage
218 $class->storage($class_storage);
263 if ($from->storage) {
264 $self->storage(
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A Dmysql.pm39 my $dbh = $self->schema->storage->dbh;
79 my $dbh = $self->schema->storage->dbh;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A Dmysql.pm39 my $dbh = $self->schema->storage->dbh;
79 my $dbh = $self->schema->storage->dbh;
/macosx-10.9.5/IOBDStorageFamily-14/
H A DIOBDBlockStorageDriver.cpp24 #include <IOKit/storage/IOBDBlockStorageDriver.h>
25 #include <IOKit/storage/IOBDMedia.h>
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDBlockStorageDevice.h33 #include <IOKit/storage/IOCDTypes.h>
52 #include <IOKit/storage/IOBlockStorageDevice.h>
61 * The IOCDBlockStorageDevice class is a generic CD block storage device
67 * The APIs are the union of CD (block storage) data APIs and all
H A DIOCDMedia.h98 #include <IOKit/storage/IOCDBlockStorageDriver.h>
99 #include <IOKit/storage/IOMedia.h>
142 * Read data from the storage object at the specified byte offset into the
173 * Write data into the storage object at the specified byte offset from the
/macosx-10.9.5/IODVDStorageFamily-35/
H A DIODVDMedia.cpp24 #include <IOKit/storage/IODVDBlockStorageDriver.h>
25 #include <IOKit/storage/IODVDMedia.h>
/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLGetParentDevice.c45 #import <IOKit/storage/IOMedia.h>
46 #import <IOKit/storage/IOPartitionScheme.h>
/macosx-10.9.5/gpatch-3/patch/pc/djgpp/
H A Dconfigure.bat5 Rem The DOS shell has fixed-size environment storage.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DLazyLoading.pm99 my $cursor = $self->result_source->storage->select(
102 #my $sth = $self->storage->select($self->_table_name, \@want,
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DMultiColumnIn.pm17 The storage class for any such RDBMS should inherit from this class, in order
H A DReplicated.pm29 storage type, add some replicated (read-only) databases, and perform reporting
44 $schema->storage->connect_replicants(
55 You can force a given query to use a particular storage using the search
61 as the master storage. 'master' is hardcoded to always point to the Master,
89 to all existing storages. This way our storage class is a drop in replacement
113 The underlying L<DBIx::Class::Schema> object this storage is attaching
264 storage, methods that return a C<$dbh>, and any methods that don't make sense to
448 L<DBIx::Class::Schema> when instantiating its storage passed itself as the
583 Returns an array of of all the connected storage backends. The first element
600 use reliable storage (
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/
H A DFirst.pm34 Just get the first storage. Probably only good when you have one replicant.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/
H A DWithDSN.pm20 This role adds C<DSN: > info to storage debugging output.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Role/
H A DQueryCounter.pm12 my $query_count = $schema->storage->query_count;
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/
H A DNoBindVars.pm34 This storage driver uses L<DBIx::Class::Storage::DBI::NoBindVars> as a base.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/
H A DMicrosoft_SQL_Server.pm73 storage will be reblessed to

Completed in 266 milliseconds

1234567891011>>