Searched refs:data_source (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSTestDataSource.h44 CFMutableDictionaryRef SOSTestDataSourceGetDatabase(SOSDataSourceRef data_source);
46 SOSMergeResult SOSTestDataSourceAddObject(SOSDataSourceRef data_source, SOSObjectRef object, CFErrorRef *error);
47 bool SOSTestDataSourceDeleteObject(SOSDataSourceRef data_source, CFDataRef key, CFErrorRef *error);
H A DSOSTestDataSource.c67 static SOSManifestRef copy_manifest(SOSDataSourceRef data_source, CFErrorRef *error) { argument
68 struct SOSTestDataSource *ds = (struct SOSTestDataSource *)data_source;
83 static bool foreach_object(SOSDataSourceRef data_source, SOSManifestRef manifest, CFErrorRef *error, void (^handle_object)(CFDataRef key, SOSObjectRef object, bool *stop)) { argument
84 struct SOSTestDataSource *ds = (struct SOSTestDataSource *)data_source;
93 static bool dispose(SOSDataSourceRef data_source, CFErrorRef *error) { argument
94 struct SOSTestDataSource *ds = (struct SOSTestDataSource *)data_source;
400 SOSMergeResult SOSTestDataSourceAddObject(SOSDataSourceRef data_source, SOSObjectRef object, CFErrorRef *error) { argument
401 struct SOSTestDataSource *ds = (struct SOSTestDataSource *)data_source;
436 bool SOSTestDataSourceDeleteObject(SOSDataSourceRef data_source, CFDataRef key, CFErrorRef *error) { argument
437 //struct SOSTestDataSource *ds = (struct SOSTestDataSource *)data_source;
441 SOSTestDataSourceGetDatabase(SOSDataSourceRef data_source) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecItemDataSource.c188 static CFStringRef dsGetName(SOSDataSourceRef data_source) { argument
189 SecItemDataSourceRef ds = (SecItemDataSourceRef)data_source;
193 static void dsSetNotifyPhaseBlock(SOSDataSourceRef data_source, SOSDataSourceNotifyBlock notifyBlock) { argument
194 SecItemDataSourceRef ds = (SecItemDataSourceRef)data_source;
205 static SOSManifestRef dsCopyManifest(SOSDataSourceRef data_source, CFErrorRef *error) { argument
206 struct SecItemDataSource *ds = (struct SecItemDataSource *)data_source;
210 static bool dsForEachObject(SOSDataSourceRef data_source, SOSManifestRef manifest, CFErrorRef *error, void (^handle_object)(CFDataRef key, SOSObjectRef object, bool *stop)) { argument
211 struct SecItemDataSource *ds = (struct SecItemDataSource *)data_source;
260 static bool dsRelease(SOSDataSourceRef data_source, CFErrorRef *error) { argument
315 static bool dsWith(SOSDataSourceRef data_source, CFErrorRe argument
413 dsCopyStateWithKey(SOSDataSourceRef data_source, CFStringRef key, CFStringRef pdmn, CFErrorRef *error) argument
445 dsSetStateWithKey(SOSDataSourceRef data_source, SOSTransactionRef txn, CFStringRef key, CFStringRef pdmn, CFDataRef state, CFErrorRef *error) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpd.c52 struct sockaddr *data_source = (struct sockaddr *)&data_source_ss; variable in typeref:struct:sockaddr
353 data_source->sa_family = ctrl_addr->sa_family;
354 socket_set_port (data_source,
1195 socket_set_address_and_port (data_source,
1197 socket_get_port (data_source));
1200 if (bind(s, data_source,
1201 socket_sockaddr_size (data_source)) >= 0)
1303 if (inet_ntop (data_source->sa_family,
1304 socket_get_address(data_source),
1311 socket_get_port (data_source),
[all...]
/macosx-10.10/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm23 Foo->set_db($db_name, $data_source, $user, $password);
24 Foo->set_db($db_name, $data_source, $user, $password, \%attr);
239 Foo->set_db($db_name, $data_source, $user, $password);
240 Foo->set_db($db_name, $data_source, $user, $password, \%attr);
269 my $data_source = shift or $class->_croak("Need a data source");
279 $class->_mk_db_closure($data_source, $user, $password, $attr);
/macosx-10.10/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm92 my $data_source = $prefs->{'sourcefile'};
93 open( SOURCE, $project_dir->physical_child_path_string( $data_source ) );
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm207 my ($class, $db_name, $data_source, $user, $password, $attr) = @_;
210 my ($driver) = $data_source =~ /^dbi:(\w+)/i;
212 $class->SUPER::set_db('Main', $data_source, $user, $password, $attr);
1419 __PACKAGE__->connection($data_source, $user, $password, \%attr);
1437 name in the data_source parameter. The connection() method provides defaults

Completed in 119 milliseconds