Searched refs:record (Results 151 - 175 of 547) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dsyspolicy.sql51 -- in priority order, with the highest-priority matching enabled record
82 -- update mtime if a record is changed
158 -- EACH object record must have a parent authority record from which it is derived;
171 path TEXT NULL, -- path of object at record creation time
172 ctime FLOAT NOT NULL DEFAULT (JULIANDAY('now')), -- record creation time
173 mtime FLOAT NOT NULL DEFAULT (JULIANDAY('now')), -- record modification time
182 -- update mtime if a record is changed
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dsyspolicy.sql51 -- in priority order, with the highest-priority matching enabled record
82 -- update mtime if a record is changed
158 -- EACH object record must have a parent authority record from which it is derived;
171 path TEXT NULL, -- path of object at record creation time
172 ctime FLOAT NOT NULL DEFAULT (JULIANDAY('now')), -- record creation time
173 mtime FLOAT NOT NULL DEFAULT (JULIANDAY('now')), -- record modification time
182 -- update mtime if a record is changed
/macosx-10.9.5/Security-55471.14.18/libsecurity_sd_cspdl/lib/
H A DSDKey.h52 SecurityServer::RecordHandle record, CSSM_DB_RECORDTYPE recordType,
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMutationRecord.cpp130 MutationRecordWithNullOldValue(PassRefPtr<MutationRecord> record) argument
131 : m_record(record)
185 PassRefPtr<MutationRecord> MutationRecord::createWithNullOldValue(PassRefPtr<MutationRecord> record) argument
187 return adoptRef(static_cast<MutationRecord*>(new MutationRecordWithNullOldValue(record)));
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDOMCountersGraph.js183 function addStatistics(record)
185 var counters = record["counters"];
189 record.endTime || record.startTime,
H A DNativeMemoryGraph.js153 function addStatistics(record)
155 var nativeCounters = record["nativeHeapStatistics"];
168 record.endTime || record.startTime,
H A DDockController.js88 WebInspector.userMetrics.WindowDocked.record();
90 WebInspector.userMetrics.WindowUndocked.record();
/macosx-10.9.5/bind9-45.100/bind9/contrib/dlz/drivers/include/dlz/
H A Dsdlz_helper.h55 * special tokens are %zone%, %record%, %client%
81 char *record; member in struct:dbinstance
/macosx-10.9.5/dtrace-118.1/test/tst/common/pointers/
H A Dtst.ArrayPointer1.d67 struct record {
77 union record {
/macosx-10.9.5/libauto-185.5/
H A DInUseEnumerator.h87 // record
91 inline void record(void *address, usword_t size, unsigned type) { function in class:Auto::InUseEnumerator
94 // range to record
98 // record
/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DTableRelation.h43 virtual void Export (CSSM_DB_UNIQUE_RECORD &record);
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dlevelmeter.tcl20 s record
H A Drecord.tcl123 s record
124 t record
142 t record
160 t record
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLElementStack.cpp463 for (ElementRecord* record = m_top.get(); record; record = record->next()) {
464 HTMLStackItem* item = record->stackItem().get();
622 for (ElementRecord* record = m_top.get(); record; record = record->next())
623 record
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBTreeMiscOps.c41 Routine: CalcKeyRecordSize - Return size of combined key/record structure.
47 recSize - length of record data
51 Result: UInt16 - size of combined key/record that will be inserted in btree
67 Routine: VerifyHeader - Validate fields of the BTree header record.
69 Function: Examines the fields of the BTree header record to determine if the
290 if (((NodeDescPtr) middle->buffer)->bLink == 0) // before 1st btree record
340 if (((NodeDescPtr) middle->buffer)->fLink == 0) // beyond last record
424 FSBufferDescriptor *record,
434 if (record == nil) return paramErr;
447 // check total key/record siz
422 CheckInsertParams(SFCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, UInt16 recordLen ) argument
486 TrySimpleReplace(BTreeControlBlockPtr btreePtr, NodeDescPtr nodePtr, BTreeIterator *iterator, FSBufferDescriptor *record, UInt16 recordLen, Boolean *recordInserted ) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c64 checking if we had a record and could call BlockMove with an
66 <CS8> 10/24/97 msd In BTIterateRecord, when moving to the previous or next record
84 <HFS5> 1/13/97 djb Added support for getting current record to BTIterateRecord.
103 though we didn't have to add a record.
109 position routine does not find the record and we are looking for
110 the next record. In such a case, if the node's forrward link is
133 <12> 8/16/93 prp In BTSearchRecord, if the input hint found the node and record,
429 Routine: BTSearchRecord - Search BTree for a record with a matching key.
434 a result of the search. If a record exists at that position, and a BufferDescriptor
435 is supplied, the record wil
457 BTSearchRecord(FCB *filePtr, BTreeIterator *searchIterator, FSBufferDescriptor *record, u_int16_t *recordLen, BTreeIterator *resultIterator ) argument
649 BTIterateRecord(FCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t *recordLen ) argument
1261 BTInsertRecord(FCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t recordLen ) argument
1424 BTReplaceRecord(FCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t recordLen ) argument
[all...]
H A DBTreeMiscOps.c56 <CS2> 9/4/97 djb Optimize TrySimpleReplace for the case where record size is not
121 Routine: CalcKeyRecordSize - Return size of combined key/record structure.
127 recSize - length of record data
131 Result: u_int16_t - size of combined key/record that will be inserted in btree
147 Routine: VerifyHeader - Validate fields of the BTree header record.
149 Function: Examines the fields of the BTree header record to determine if the
381 if (((NodeDescPtr) middle->buffer)->bLink == 0) // before 1st btree record
442 if (((NodeDescPtr) middle->buffer)->fLink == 0) // beyond last record
526 FSBufferDescriptor *record,
536 if (record
524 CheckInsertParams(FCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t recordLen ) argument
577 TrySimpleReplace(BTreeControlBlockPtr btreePtr, NodeDescPtr nodePtr, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t recordLen, Boolean *recordInserted ) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSSession.cpp1192 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
1197 record);
1202 DataDelete(dbHand, *record);
1203 FreeUniqueRecord(dbHand, *record);
1204 record = NULL;
1209 record));
1211 if (record)
1212 FreeUniqueRecord(dbHand, *record);
1536 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
1579 record);
1699 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dlogtrack.tcl8 # as log.pl, to track which log record types the test suite hits.
33 # Dump the logs for directory dirname and record which log
52 while { [gets $f record] >= 0 } {
53 set r [regexp {\[[^\]]*\]\[[^\]]*\]([^\:]*)\:} $record whl name]
64 # Print the log record types that were seen but should not have been
65 # seen and the log record types that were not seen but should have been seen.
114 puts "WARNING: log record type $rec can be\
117 puts "WARNING: log record type $rec: not tested"
128 puts "WARNING: log record type $rec: unknown"
131 "WARNING: log record typ
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Dperldig14 Performs a DNS query on the given name. The record type
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExpConstructor.h119 m_cachedResult.record(vm, this, regExp, string, MatchResult(position, end));
127 m_cachedResult.record(vm, this, regExp, string, result);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Dgenzone.sh73 ; see SOA record at top of file
/macosx-10.9.5/bind9-45.100/bind9/contrib/dlz/drivers/
H A Ddlz_mysql_driver.c123 * This function is the real core of the driver. Zone, record
133 mysql_get_resultset(const char *zone, const char *record, argument
244 * was a record string passed? If so, make it safe for use in
247 if (record != NULL) {
248 dbi->record = mysqldrv_escape_string((MYSQL *) dbi->dbconn,
249 record);
250 if (dbi->record == NULL) {
255 dbi->record = NULL;
354 /* free dbi->record string */
355 if (dbi->record !
[all...]
H A Ddlz_postgres_driver.c269 * This function is the real core of the driver. Zone, record
285 postgres_get_resultset(const char *zone, const char *record, argument
427 * was a record string passed? If so, make it safe for use in
430 if (record != NULL) {
431 dbi->record = postgres_escape_string(record);
432 if (dbi->record == NULL) {
437 dbi->record = NULL;
445 "%d did record", dlz_thread_num);
600 /* free dbi->record strin
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmarker.c191 int record = charpos - best_below > 5000;
202 if (record)
222 int record = best_above - charpos > 5000;
233 if (record)
376 int record = bytepos - best_below_byte > 5000;
389 if (record && BUF_MARKERS (b))
409 int record = best_above_byte - bytepos > 5000;
422 if (record && BUF_MARKERS (b))
190 int record = charpos - best_below > 5000; local
221 int record = best_above - charpos > 5000; local
374 int record = bytepos - best_below_byte > 5000; local
407 int record = best_above_byte - bytepos > 5000; local

Completed in 427 milliseconds

1234567891011>>