Searched refs:record (Results 76 - 100 of 518) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/sizeof/
H A Dtst.SizeofDataTypes.d61 struct record {
71 union record {
/macosx-10.10/postfix-255/postfix/src/global/
H A Drecdump.c5 /* convert record stream to printable form
9 /* recdump reads a record stream from standard input and
35 #include <record.h>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-49-sni.c54 tls_record_t record; member in struct:__anon5017
95 static int process(tls_stream_parser_ctx_t ctx, tls_buffer record) argument
102 decrypted.length = tls_record_decrypted_size(h->record, record.length);
106 require_noerr((err=tls_record_decrypt(h->record, record, &decrypted, &ct)), errOut);
164 if(handle->record) tls_record_destroy(handle->record);
201 handle->record = tls_record_create(false, CCRNGSTATE);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineDataGridNode.js270 for (var record of records) {
271 var typedRecords = recordTypeMap.get(record.type);
274 recordTypeMap.set(record.type, typedRecords);
277 typedRecords.push(record);
327 isRecordVisible: function(record)
332 if (isNaN(record.startTime))
336 if (record.endTime < this.graphDataSource.startTime)
339 // If this record is completely after the current time or end time, not visible.
340 if (record.startTime > this.graphDataSource.currentTime || record
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkTagSet.c28 int recordSize; /* size of tag record */
266 #define OBJ_AT(record, offset) (*(Tcl_Obj**)(((char*)record)+offset))
268 void Ttk_TagSetValues(Ttk_TagTable tagTable, Ttk_TagSet tagSet, void *record) argument
273 memset(record, 0, tagTable->recordSize);
283 OBJ_AT(record, offset) = OBJ_AT(tag->tagRecord, offset);
291 Ttk_TagTable tagTable, Ttk_Style style, Ttk_State state, void *record)
300 OBJ_AT(record, offset) = val;
301 } else if (OBJ_AT(record, offset) == 0) {
302 OBJ_AT(record, offse
290 Ttk_TagSetApplyStyle( Ttk_TagTable tagTable, Ttk_Style style, Ttk_State state, void *record) argument
[all...]
/macosx-10.10/bootp-298/bootpd.tproj/
H A DAFPUsers.c52 #define kAFPUserODRecord CFSTR("record")
112 uid_from_odrecord(ODRecordRef record) argument
117 values = ODRecordCopyValues(record, CFSTR(kDS1AttrUniqueID), NULL);
138 AFPUser_create(ODRecordRef record) argument
147 CFDictionarySetValue(user, kAFPUserODRecord, record);
148 uid = uid_from_odrecord(record);
208 ODRecordRef record; local
211 record = (ODRecordRef)CFArrayGetValueAtIndex(results, i);
212 user = AFPUser_create(record);
315 ODRecordRef record local
382 ODRecordRef record; local
409 ODRecordRef record; local
435 ODRecordRef record; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/sequence/
H A Dseq_stat.c36 DB_SEQ_RECORD record; local
77 data.data = &record;
78 data.ulen = sizeof(record);
92 if (data.data != &record)
93 memcpy(&record, data.data, sizeof(record));
94 sp->st_current = record.seq_value;
103 if (data.data != &record)
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLEInsertionList.cpp39 InsertionRecord *record = head; local
42 LE_DELETE_ARRAY(record);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Ddatabase.cpp120 void Database::releaseRecord(Record &record) argument
122 kill(record);
136 CssmData *data, RefPointer<Key> &key, RefPointer<Search> &search, RefPointer<Record> &record,
145 CssmData *data, RefPointer<Key> &key, RefPointer<Record> &record,
152 void Database::findRecordHandle(Record *record, argument
163 const CssmData &data, RecordHandle &record)
169 void Database::modifyRecord(CSSM_DB_RECORDTYPE recordtype, Record *record, argument
177 void Database::deleteRecord(Database::Record *record) argument
270 secdebug("syskc", "reading system unlock record from %s", mPath.c_str());
280 secdebug("syskc", "system unlock record no
134 findFirst(const CssmQuery &query, CssmDbRecordAttributeData *inAttributes, mach_msg_type_number_t inAttributesLength, CssmData *data, RefPointer<Key> &key, RefPointer<Search> &search, RefPointer<Record> &record, CssmDbRecordAttributeData * &outAttributes, mach_msg_type_number_t &outAttributesLength) argument
143 findNext(Search *search, CssmDbRecordAttributeData *inAttributes, mach_msg_type_number_t inAttributesLength, CssmData *data, RefPointer<Key> &key, RefPointer<Record> &record, CssmDbRecordAttributeData * &outAttributes, mach_msg_type_number_t &outAttributesLength) argument
161 insertRecord(CSSM_DB_RECORDTYPE recordtype, const CssmDbRecordAttributeData *attributes, mach_msg_type_number_t inAttributesLength, const CssmData &data, RecordHandle &record) argument
[all...]
H A Dtokendatabase.cpp628 RefPointer<Record> record = new Record(*this); local
633 record->tokenHandle() = access().Tokend::ClientSession::findFirst(query,
636 if (!record->tokenHandle()) { // no match (but no other error)
637 rRecord = NULL; // return null record
642 record->validate(CSSM_ACL_AUTHORIZATION_DB_READ, openCreds());
645 access().Tokend::ClientSession::findRecordHandle(record->tokenHandle(),
653 rRecord = record->commit();
663 RefPointer<Record> record = new Record(*this); local
669 record->tokenHandle() = access().Tokend::ClientSession::findNext(
672 if (!record
699 Record *record = safe_cast<Record *>(rRecord); local
722 RefPointer<Record> record = new Record(*this); local
738 Record *record = safe_cast<Record *>(rRecord); local
752 Record *record = safe_cast<Record *>(rRecord); local
[all...]
H A Ddatabase.h169 RefPointer<Record> &record,
173 CssmData *data, RefPointer<Key> &key, RefPointer<Record> &record,
175 virtual void findRecordHandle(Record *record,
182 const CssmData &data, RecordHandle &record);
183 virtual void modifyRecord(CSSM_DB_RECORDTYPE recordtype, Record *record,
186 virtual void deleteRecord(Database::Record *record);
189 virtual void releaseRecord(Record &record);
213 // This class implements a "system keychain unlock record" store
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_mac.c79 /* Assume 3 MAC labels for each audit record: two for vnodes,
177 * mac_audit_check_postselect returns MAC_AUDIT_NO, the record will be
178 * suppressed. Other values at this point result in the audit record
197 * from a policy to the current audit record.
202 struct mac_audit_record *record; local
220 record = kalloc(sizeof(*record));
221 if (record == NULL) {
226 record->type = type;
227 record
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A DHeimODAdmin.c228 is_record_server_location(ODRecordRef record) argument
233 values = ODRecordCopyValues(record, kODAttributeTypeMetaNodeLocation, NULL);
269 is_record_server(ODRecordRef record) argument
274 return is_record_server_location(record);
278 copyDataRecord(ODNodeRef node, ODRecordRef record, argument
284 bool is_server = is_record_server_location(record);
289 CFRetain(record);
292 if (CFStringCompare(ODRecordGetRecordType(record), kODRecordTypeUserAuthenticationData, 0) == kCFCompareEqualTo) {
293 CFRetain(record);
295 record
386 HeimODCreatePrincipalData(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFStringRef principal, CFErrorRef *error) argument
449 HeimODRemovePrincipalData(ODNodeRef node, ODRecordRef record, CFStringRef principal, CFErrorRef *error) argument
571 HeimODSetKerberosFlags(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error) argument
601 HeimODCopyKerberosFlags(ODNodeRef node, ODRecordRef record, CFErrorRef *error) argument
634 HeimODClearKerberosFlags(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error) argument
692 HeimODSetACL(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error) argument
723 HeimODCopyACL(ODNodeRef node, ODRecordRef record, CFErrorRef *error) argument
753 HeimODClearACL(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error) argument
785 HeimODAddServerAlias(ODNodeRef node, ODRecordRef record, CFStringRef alias, CFErrorRef *error) argument
827 HeimODRemoveServerAlias(ODNodeRef node, ODRecordRef record, CFStringRef alias, CFErrorRef *error) argument
858 HeimODCopyServerAliases(ODNodeRef node, ODRecordRef record, CFErrorRef *error) argument
879 HeimODSetKerberosMaxLife(ODNodeRef node, ODRecordRef record, time_t t, CFErrorRef *error) argument
891 HeimODGetKerberosMaxLife(ODNodeRef node, ODRecordRef record, CFErrorRef *error) argument
903 HeimODSetKerberosMaxRenewable(ODNodeRef node, ODRecordRef record, time_t t, CFErrorRef *error) argument
915 HeimODGetKerberosMaxRenewable(ODNodeRef node, ODRecordRef record, CFErrorRef *error) argument
923 getkeykey(ODRecordRef record) argument
1333 HeimODSetVerifiers(ODNodeRef node, ODRecordRef record, CFStringRef principal, CFArrayRef types, CFTypeRef password, unsigned long flags, CFErrorRef *error) argument
1364 HeimODSetKeys(ODNodeRef node, ODRecordRef record, CFStringRef principal, CFArrayRef enctypes, CFTypeRef password, unsigned long flags, CFErrorRef *error) argument
1842 HeimODAddSubjectAltCertName(ODNodeRef node, ODRecordRef record, CFStringRef subject, CFStringRef issuer, CFErrorRef *error) argument
1903 HeimODAddCertificate(ODNodeRef node, ODRecordRef record, SecCertificateRef ref, CFErrorRef *error) argument
2030 HeimODAddSubjectAltCertSHA1Digest(ODNodeRef node, ODRecordRef record, CFDataRef hash, CFErrorRef *error) argument
2042 HeimODCopySubjectAltNames(ODNodeRef node, ODRecordRef record, CFErrorRef *error) argument
2054 HeimODRemoveSubjectAltElement(ODNodeRef node, ODRecordRef record, CFTypeRef element, CFErrorRef *error) argument
2062 HeimODAddCertificateSubjectAndTrustAnchor(ODNodeRef node, ODRecordRef record, CFStringRef leafSubject, CFStringRef trustAnchorSubject, CFErrorRef *error) argument
2106 HeimODRemoveCertificateSubjectAndTrustAnchor(ODNodeRef node, ODRecordRef record, CFStringRef leafSubject, CFStringRef trustAnchorSubject, CFErrorRef *error) argument
2139 HeimODAddAppleIDAlias(ODNodeRef node, ODRecordRef record, CFStringRef alias, CFErrorRef *error) argument
2177 HeimODRemoveAppleIDAlias(ODNodeRef node, ODRecordRef record, CFStringRef alias, CFErrorRef *error) argument
2221 load_simple(krb5_context context, ODRecordRef record, CFDictionaryRef dict, CFStringRef key, CFTypeRef data, unsigned long flags, CFErrorRef *error) argument
2242 dump_simple(ODRecordRef record, CFArrayRef val, CFErrorRef *error) argument
2280 load_keys(krb5_context context, ODRecordRef record, CFDictionaryRef dict, CFStringRef key, CFTypeRef data, unsigned long flags, CFErrorRef *error) argument
2468 HeimODDumpRecord(ODNodeRef node, ODRecordRef record, CFStringRef principal, CFErrorRef *error) argument
2526 HeimODLoadRecord(ODNodeRef node, ODRecordRef record, CFDictionaryRef dict, unsigned long flags, CFErrorRef *error) argument
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certsFromDb/
H A DcertsFromDb.cpp34 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
91 /* search by record type, no predicates, no returned attributes. We just want
107 &record);
113 CSSM_DL_FreeUniqueRecord(dlDbHand, record);
154 &record);
183 CSSM_DL_FreeUniqueRecord(dlDbHand, record);
/macosx-10.10/mDNSResponder-561.1.1/Clients/DNSServiceBrowser.VB/
H A DDNSServiceBrowser.vb75 Public Sub MyEventManager_ServiceResolved(ByVal resolver As Bonjour.DNSSDService, ByVal flags As Bonjour.DNSSDFlags, ByVal ifIndex As UInteger, ByVal fullname As String, ByVal hostname As String, ByVal port As UShort, ByVal record As Bonjour.TXTRecord) Handles MyEventManager.ServiceResolved
89 ' The values found in the text record are assumed to be human readable strings.
91 If record IsNot Nothing Then
92 For i As UInteger = 0 To record.GetCount() - 1
93 Dim key As String = record.GetKeyAtIndex(i)
95 TextRecord.Items.Add(key + "=" + System.Text.Encoding.ASCII.GetString(record.GetValueAtIndex(i)))
/macosx-10.10/tcl-105/tcl_ext/snack/snack/unix/
H A DjkAudIO_sun.c80 A->ainfo.record.sample_rate = freq;
81 A->ainfo.record.channels = nchannels;
90 A->ainfo.record.encoding = AUDIO_ENCODING_LINEAR;
92 A->ainfo.record.precision = 16;
98 A->ainfo.record.encoding = AUDIO_ENCODING_ALAW;
100 A->ainfo.record.precision = 8;
104 A->ainfo.record.encoding = AUDIO_ENCODING_LINEAR;
106 A->ainfo.record.precision = 16;
114 A->ainfo.record.encoding = AUDIO_ENCODING_ULAW;
116 A->ainfo.record
[all...]
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_memory.c70 for (i = 0; i < s->record_count; i++) if (s->record[i]->mid != 0) n++;
98 if (s->record != NULL)
102 if (s->record[i] != NULL) free(s->record[i]);
103 s->record[i] = NULL;
106 free(s->record);
107 s->record = NULL;
146 out->record = (mem_record_t **)calloc(max_records, sizeof(mem_record_t *));
147 if (out->record == NULL)
155 out->record[
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/dbTool/
H A DdbTool.cpp314 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
354 &record);
359 printf("%s: no record found\n", relInfo->relationName);
368 printf(" record %d; numAttrs %d:\n",
373 CSSM_DL_FreeUniqueRecord(dlDbHand, record);
386 &record);
389 printf(" record %d; numAttrs %d:\n",
392 CSSM_DL_FreeUniqueRecord(dlDbHand, record);
414 * Given a record type and a CSSM_DB_UNIQUE_RECORD, fetch and parse all the
420 CSSM_DB_UNIQUE_RECORD_PTR record,
417 fetchParseRecord( CSSM_DL_DB_HANDLE dlDbHand, CSSM_DB_RECORD_ATTRIBUTE_DATA *inRecordAttrs, CSSM_DB_UNIQUE_RECORD_PTR record, const CSSM_DATA_PTR datap, CSSM_BOOL dumpData) argument
517 deleteRecord( CSSM_DL_DB_HANDLE dlDbHand, CSSM_DB_UNIQUE_RECORD_PTR record, CSSM_BOOL interact) argument
553 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDatafile.pm66 # create hash record to represent data
67 my %record;
68 @record{ @fields } = @data;
70 push(@$self, \%record);
96 [% FOREACH record = mydata %]
97 [% record.this %] [% record.that %]
103 references, each of which represents a data record of known structure,
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorTimelineAgent.h237 TimelineRecordEntry(PassRefPtr<Inspector::InspectorObject> record, PassRefPtr<Inspector::InspectorObject> data, PassRefPtr<Inspector::InspectorArray> children, TimelineRecordType type) argument
238 : record(record), data(data), children(children), type(type)
242 RefPtr<Inspector::InspectorObject> record; member in struct:WebCore::InspectorTimelineAgent::TimelineRecordEntry
254 void pushCurrentRecord(const TimelineRecordEntry& record) { m_recordStack.append(record); } argument
258 void setFrameIdentifier(Inspector::InspectorObject* record, Frame*);
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dlog007.tcl29 # record always has an offset of 28.
49 # Make the first record one byte larger for each
97 while { [gets $fd record] >= 0 } {
98 # A log record begins with "[".
99 if { [string match {\[*} $record] == 1 } {
101 check_prlog [is_substr $record $lsn($j)] 1
/macosx-10.10/SecurityTokend-55108/lib/
H A Dtransit.cpp49 this->record = CSSM_INVALID_HANDLE;
76 "record" and "keyhandle" below come from the underlying TOKEND_RETURN_DATA,
82 hRecord = (this->record)?TokendHandleObject::make(this->record)->ipcHandle():0;
/macosx-10.10/SecurityTokend-55108/security_tokend_client/
H A Dtransit.cpp49 this->record = CSSM_INVALID_HANDLE;
76 "record" and "keyhandle" below come from the underlying TOKEND_RETURN_DATA,
82 hRecord = (this->record)?TokendHandleObject::make(this->record)->ipcHandle():0;
/macosx-10.10/libsecurity_ldap_dl-55003/lib/
H A DTableRelation.cpp45 void TableUniqueIdentifier::Export (CSSM_DB_UNIQUE_RECORD &record) argument
47 // we don't care about any of the fields of this record, so just zero it out.
48 memset (&record, 0, sizeof (record));
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dxpm2image.tcl60 foreach record [lrange $colors 1 end] {
61 set key [lindex $record 0]
62 set color [string tolower [join [lrange $record 1 end] { }]]

Completed in 529 milliseconds

1234567891011>>