Searched refs:record (Results 126 - 150 of 547) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/contrib/dlz/drivers/
H A Dsdlz_helper.c93 * %zone%, or %record%, or %client%
109 char **record, char **client, query_list_t **querylist,
195 /* check if we encountered "$record$" token */
196 } else if (strcasecmp(tseg->sql, "record") == 0) {
198 * we don't really need, or want the "record"
202 /* set tseg->sql to in-direct record string */
203 tseg->sql = (char**) record;
215 /* set tseg->sql to in-direct record string */
227 * add checks later to verify zone and record are found if
241 /* if this query requires %record
108 build_querylist(isc_mem_t *mctx, const char *query_str, char **zone, char **record, char **client, query_list_t **querylist, unsigned int flags) argument
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBTree.c272 // mark header node allocated in map record
634 Routine: BTSearchRecord - Search BTree for a record with a matching key.
639 a result of the search. If a record exists at that position, and a BufferDescriptor
640 is supplied, the record will be copied to the buffer (as much as will fit),
641 and recordLen will be set to the length of the record.
651 Output: record - pointer to BufferDescriptor containing record
655 Result: noErr - success, record contains copy of record found
656 fsBTRecordNotFoundErr - record wa
662 BTSearchRecord(SFCB *filePtr, BTreeIterator *searchIterator, UInt32 heuristicHint, FSBufferDescriptor *record, UInt16 *recordLen, BTreeIterator *resultIterator ) argument
875 BTIterateRecord(SFCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator, FSBufferDescriptor *record, UInt16 *recordLen ) argument
1147 BTInsertRecord(SFCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, UInt16 recordLen ) argument
1495 BTReplaceRecord(SFCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, UInt16 recordLen ) argument
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dada.vim172 " Section: Handle Ada's record keywords. {{{1
174 " 'record' usually starts a structure, but "with null record;" does not,
175 " and 'end record;' ends a structure. The ordering here is critical -
176 " 'record;' matches a "with null record", so make it a keyword (this can
178 " We see the "end" in "end record" before the word record, so we match that
179 " pattern as adaStructure (and it won't match the "record;" pattern).
181 syntax match adaStructure "\<record\>" contain
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.cpp633 // keep things consistent) but we don't actually want to record the dummy value.
699 SwitchRecord record = m_switches[i]; local
700 unsigned bytecodeOffset = record.bytecodeOffset;
702 if (record.type != SwitchRecord::String) {
703 ASSERT(record.type == SwitchRecord::Immediate || record.type == SwitchRecord::Character);
704 ASSERT(record.jumpTable.simpleJumpTable->branchOffsets.size() == record.jumpTable.simpleJumpTable->ctiOffsets.size());
706 record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeOffset + record
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTimelineOverviewPane.js175 var record = records[i];
176 var positions = this._overviewCalculator.computeBarGraphPercentages(record);
180 var divider = WebInspector.TimelinePresentationModel.createEventDivider(record.type);
221 var record = event.data;
223 function addEventDividers(record)
225 if (WebInspector.TimelinePresentationModel.isEventDivider(record))
226 eventDividers.push(record);
228 WebInspector.TimelinePresentationModel.forAllRecords([record], addEventDividers);
325 computeBarGraphPercentages: function(record)
327 var start = (WebInspector.TimelineModel.startTimeInSeconds(record)
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLLX/
H A DDNSSDService.cpp494 STDMETHODIMP CDNSSDService::Register(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain, BSTR host, USHORT port, ITXTRecord *record, IDNSSDEventManager *eventManager, IDNSSDService **service) argument
576 if ( record )
584 realTXTRecord = ( CComObject< CTXTRecord >* ) record;
740 STDMETHODIMP CDNSSDService::RegisterRecord(DNSSDFlags flags, ULONG ifIndex, BSTR fullName, DNSSDRRType rrtype, DNSSDRRClass rrclass, VARIANT rdata, ULONG ttl, IDNSSDEventManager* eventManager, IDNSSDRecord** record) argument
826 *record = object;
852 STDMETHODIMP CDNSSDService::AddRecord(DNSSDFlags flags, DNSSDRRType rrtype, VARIANT rdata, ULONG ttl, IDNSSDRecord ** record) argument
926 *record = object;
1570 CComObject< CTXTRecord >* record; local
1590 record = new CComObject<CTXTRecord>();
1598 record
1966 CComObject<CDNSSDRecord> * record = NULL; local
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DPTR.pm68 Net::DNS::RR::PTR - DNS PTR resource record
84 Returns the domain name associated with this record.
H A DRP.pm81 Net::DNS::RR::RP - DNS RP resource record
103 Returns a domain name that specifies a TXT record containing further
H A DUnknown.pm55 Net::DNS::RR::Unknown - Unknown RR record
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Ddliterators.cpp77 CSSM_DB_UNIQUE_RECORD *id, Record *record, bool getData)
79 mUid(new Uid(ac, id)), mRecord(record), mGetData(getData)
76 Iterator(DLAccess *ac, CSSM_HANDLE query, CSSM_DB_UNIQUE_RECORD *id, Record *record, bool getData) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Ddliterators.cpp77 CSSM_DB_UNIQUE_RECORD *id, Record *record, bool getData)
79 mUid(new Uid(ac, id)), mRecord(record), mGetData(getData)
76 Iterator(DLAccess *ac, CSSM_HANDLE query, CSSM_DB_UNIQUE_RECORD *id, Record *record, bool getData) argument
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DChildListMutationScope.cpp135 RefPtr<MutationRecord> record = MutationRecord::createChildList(m_target, addedNodes.release(), removedNodes.release(), m_previousSibling.release(), m_nextSibling.release()); local
136 m_observers->enqueueMutationRecord(record.release());
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlzexternal/
H A Ddriver.c50 struct record { struct
65 struct record current[MAX_RECORDS];
66 struct record adds[MAX_RECORDS];
67 struct record deletes[MAX_RECORDS];
92 * Add a record to a list
95 add_name(struct dlz_example_data *state, struct record *list,
118 state->log(ISC_LOG_ERROR, "dlz_example: out of record space");
129 * Delete a record from a list
132 del_name(struct dlz_example_data *state, struct record *list,
151 memset(&list[i], 0, sizeof(struct record));
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/dlz/example/
H A Ddlz_example.c35 struct record { struct
48 struct record current[MAX_RECORDS];
49 struct record adds[MAX_RECORDS];
50 struct record deletes[MAX_RECORDS];
76 add a record to a list
79 struct record *list, const char *name, const char *type,
102 state->log(ISC_LOG_ERROR, "dlz_example: out of record space");
113 delete a record from a list
116 struct record *list, const char *name, const char *type,
131 memset(&list[i], 0, sizeof(struct record));
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/struct/
H A Dtst.StructDataTypes.d43 struct record {
/macosx-10.9.5/dtrace-118.1/test/tst/common/union/
H A Dtst.UnionDataTypes.d44 union record {
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dldap.el477 (mapcar (lambda (record)
478 (mapcar 'ldap-decode-attribute record))
524 arglist dn name value record result)
607 (setq record (cons (list name value)
608 record))
611 (cons dn (nreverse record))
612 (nreverse record)) result))
613 (setq record nil)
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dvhdl.vim43 \ s:notend.'\<record\>:\<end\s\+record\>,'.
75 " keywords: "architecture", "block", "configuration", "component", "entity", "function", "package", "procedure", "process", "record", "units"
76 let b:vhdl_explore = '\%(architecture\|block\|configuration\|component\|entity\|function\|package\|procedure\|process\|record\|units\)'
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.xs766 HV * modehash; /* Used to record the current terminal "mode" for each handle*/
1574 INPUT_RECORD record;
1621 PeekConsoleInput(whnd, &record, 1, &readRecords);
1627 ReadConsoleInput(whnd, &record, 1, &readRecords);
1628 switch(record.EventType)
1632 record.Event.KeyEvent.bKeyDown,
1633 record.Event.KeyEvent.wRepeatCount,
1634 record.Event.KeyEvent.wVirtualKeyCode,
1635 record.Event.KeyEvent.wVirtualScanCode,
1636 record
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.cpp239 RecordRef * record
245 OnRegisterRecordReply(this, flags, errorCode, record);
588 RecordRef * record = NULL; local
592 record = new RecordRef;
594 record->m_impl->m_ref = rrRef;
597 self->m_outer->RegisterRecordDispatch((ServiceFlags) flags, (ErrorCode) errorCode, record);
753 RecordRef * record = new RecordRef; local
755 int err = DNSServiceAddRecord(sdRef->m_impl->m_ref, &record->m_impl->m_ref, flags, rrtype, len, v, ttl);
762 return record;
777 RecordRef * record,
774 UpdateRecord( ServiceRef * sdRef, RecordRef * record, int flags, Byte rdata[], int ttl ) argument
811 RemoveRecord( ServiceRef * sdRef, RecordRef * record, int flags ) argument
946 RecordRef * record = new RecordRef; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c522 FSBufferDescriptor record; local
595 record.bufferAddress = &data;
596 record.itemSize = sizeof(u_int32_t);
597 record.itemCount = 1;
670 error = BTInsertRecord(filefork, iterator, &record, record.itemSize);
677 /* Insert the corresponding thread record. */
683 error = BTInsertRecord(filefork, iterator, &record, record.itemSize);
947 * Update the data of a btree record
968 FSBufferDescriptor record; local
1084 FSBufferDescriptor record; local
1499 FSBufferDescriptor record; local
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dada.vim36 setlocal indentkeys+=0=~then,0=~end,0=~elsif,0=~when,0=~exception,0=~begin,0=~is,0=~record
44 let s:AdaBlockStart = '^\s*\(if\>\|while\>\|else\>\|elsif\>\|loop\>\|for\>.*\<\(loop\|use\)\>\|declare\>\|begin\>\|type\>.*\<is\>[^;]*$\|\(type\>.*\)\=\<record\>\|procedure\>\|function\>\|accept\>\|do\>\|task\>\|package\>\|project\>\|then\>\|when\>\|is\>\)'
46 let s:AdaBlockStart = '^\s*\(if\>\|while\>\|else\>\|elsif\>\|loop\>\|for\>.*\<\(loop\|use\)\>\|declare\>\|begin\>\|type\>.*\<is\>[^;]*$\|\(type\>.*\)\=\<record\>\|procedure\>\|function\>\|accept\>\|do\>\|task\>\|package\>\|then\>\|when\>\|is\>\)'
219 elseif line =~ '^\s*end\s*record\>'
220 " Move indent back to tallying 'type' preceeding the 'record'.
221 " Allow indent to be equal to 'end record's.
261 elseif line =~ '^\s*record\>'
274 elseif line =~ '^\s*end\>\s*\<record\>'
276 let ind = s:EndBlockIndent( ind, lnum, '\(type\>.*\)\=\<record\>', 'end\>\s*\<record\>' )
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c247 gc_profile_record *record; member in struct:rb_objspace::__anon12356
392 if (objspace->profile.record) {
393 free(objspace->profile.record);
394 objspace->profile.record = 0;
3942 if (!objspace->profile.record) {
3944 objspace->profile.record = malloc(sizeof(gc_profile_record) * objspace->profile.size);
3948 objspace->profile.record = realloc(objspace->profile.record, sizeof(gc_profile_record) * objspace->profile.size);
3950 if (!objspace->profile.record) {
3953 MEMZERO(&objspace->profile.record[coun
3966 gc_profile_record *record = &objspace->profile.record[count]; local
4017 gc_prof_set_heap_info(rb_objspace_t *objspace, gc_profile_record *record) argument
4051 gc_profile_record *record = &objspace->profile.record[count]; local
4081 gc_profile_record *record = &objspace->profile.record[count]; local
4093 gc_profile_record *record = &objspace->profile.record[objspace->profile.count]; local
4102 gc_prof_set_heap_info(rb_objspace_t *objspace, gc_profile_record *record) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DUpdate.pm43 opcode set to UPDATE and the zone record type to SOA (per RFC 2136,
121 =head2 Add an MX record for a name that already exists
127 =head2 Add a TXT record for a name that doesn't exist
165 =head2 Perform a signed update with a customized TSIG record
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExpCachedResult.h54 ALWAYS_INLINE void record(VM& vm, JSObject* owner, RegExp* regExp, JSString* input, MatchResult result) function in class:JSC::RegExpCachedResult

Completed in 377 milliseconds

1234567891011>>