Searched refs:header (Results 276 - 300 of 1386) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dkckey.cpp40 : LocalKey(db, n2h(blob->header.attributes()))
105 hdr = mBlob->header;
130 mAttributes = mKey.header().attributes() & managedAttributes;
131 mKey.header().clearAttribute(managedAttributes);
132 mKey.header().setAttribute(forcedAttributes);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DCrossOriginPreflightResultCache.cpp97 errorDescription = "Cannot parse Access-Control-Allow-Methods response header field.";
103 errorDescription = "Cannot parse Access-Control-Allow-Headers response header field.";
129 for (const auto& header : requestHeaders) {
130 if (!m_headers.contains(header.key) && !isOnAccessControlSimpleRequestHeaderWhitelist(header.key, header.value)) {
131 errorDescription = "Request header field " + header.key + " is not allowed by Access-Control-Allow-Headers.";
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBreakpointActionView.js40 var header = this._element.appendChild(document.createElement("div"));
41 header.className = "breakpoint-action-block-header";
43 var picker = header.appendChild(document.createElement("select"));
55 var appendActionButton = header.appendChild(document.createElement("button"));
60 var removeActionButton = header.appendChild(document.createElement("button"));
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebMemorySampler.cpp144 StringBuilder header; local
148 header.append(separator);
149 header.append(stats.keys[i]);
152 header.append('\n');
153 utf8String = header.toString().utf8();
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-win32.c93 u_short bh_hdrlen; /* length of bpf header (this struct
280 dag_record_t *header; local
300 header = (dag_record_t*)p->adapter->DagBuffer;
303 header = (dag_record_t*)p->bp;
305 endofbuf = (char*)header + cc;
312 erf_record_len = SWAPS(header->rlen);
313 if((char*)header + erf_record_len > endofbuf)
320 dp = ((u_char *)header) + dag_record_size;
323 switch(header->type)
333 swt = SWAPS(header
[all...]
/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestblobs.cpp229 CssmKey::Header header; local
232 /*cred*/NULL, &initialAclInput, key, header);
267 // check a few header fields
268 if (!memcmp(&header, &decodedHeader, sizeof(header))) {
269 detail("All header fields match");
271 assert(header.algorithm() == decodedHeader.algorithm());
272 assert(header.blobType() == decodedHeader.blobType());
273 assert(header.blobFormat() == decodedHeader.blobFormat());
274 assert(header
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.cpp212 // The header tokenizer.
215 namespace header { namespace
239 impl::parser< header::tokenizer >&
240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he)
242 using namespace header;
244 impl::token t = p.expect(text_type, nl_type, "a header name");
296 } // namespace header
312 // header = entry+ nl
319 header::tokenizer tkz(is, curline);
320 impl::parser< header
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhttp_negotiate.c133 const char *header)
148 if(checkprefix("GSS-Negotiate", header)) {
152 else if(checkprefix("Negotiate", header)) {
181 header += strlen(neg_ctx->protocol);
182 while(*header && ISSPACE(*header))
183 header++;
185 len = strlen(header);
187 error = Curl_base64_decode(header,
196 if(checkprefix("Negotiate", header)) {
132 Curl_input_negotiate(struct connectdata *conn, bool proxy, const char *header) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-diary.el148 (defun gnus-diary-header-schedule (headers)
162 (defun gnus-user-format-function-d (header)
166 (let* ((extras (mail-header-extra header))
167 (sched (gnus-diary-header-schedule extras))
199 (defun gnus-user-format-function-D (header)
201 (let* ((extras (mail-header-extra header))
202 (sched (gnus-diary-header-schedule extras))
211 (e1 (mail-header
[all...]
H A Dgnus-picon.el158 (defun gnus-picon-transform-address (header category)
161 (mail-header-parse-addresses
162 ;; mail-header-parse-addresses does not work (reliably) on
167 (or (mail-fetch-field header) "")))
168 (mail-fetch-field header))))
198 (gnus-article-goto-header header)
199 (mail-header-narrow-to-field)
211 (defun gnus-picon-transform-newsgroups (header)
214 (gnus-article-goto-header heade
[all...]
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFUnserialize.yacc862 buildDictionary(parser_state_t *state, object_t * header)
869 o = header->elements;
870 header->elements = 0;
876 t->next = header->elements;
877 header->elements = t;
883 if (header->idref >= 0) rememberObject(state, header->idref, dict);
885 o = header->elements;
898 o = header;
904 buildArray(parser_state_t *state, object_t * header)
[all...]
/macosx-10.10/cups-408/cups/cups/
H A DMakefile201 # Update dependencies (without system header dependencies...)
242 echo Installing header files into $(INCLUDEDIR)/cups...
248 echo Installing private header files into $(PRIVATEINCLUDE)...; \
551 --header api-overview.header --intro api-overview.shtml \
555 --header api-array.header --intro api-array.shtml \
562 --header api-cups.header --intro api-cups.shtml \
571 --header ap
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvWind.c25 Tk_Item header; /* Generic stuff that's the same for all member in struct:WindowItem
182 Tk_Item *itemPtr; /* Record to hold new item; header
457 * The fields x1, y1, x2, and y2 are updated in the header
470 Tk_State state = winItemPtr->header.state;
486 winItemPtr->header.x1 = x;
487 winItemPtr->header.x2 = winItemPtr->header.x1 + 1;
488 winItemPtr->header.y1 = y;
489 winItemPtr->header.y2 = winItemPtr->header
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf-otz.el158 (header (ebnf-node-list rule))
166 (setq header (cdr header))))
168 (when header
169 (ebnf-node-list rule header)
174 (header (ebnf-node-list rule))
182 (setq header (cdr header))))
184 (when header
185 (if (= (length header)
[all...]
/macosx-10.10/hfs-285/newfs_hfs/
H A Dmakehfs.c114 HFSPlusVolumeHeader *header));
128 const hfsparams_t *dp, HFSPlusVolumeHeader *header, void *buffer,
131 const hfsparams_t *dp, HFSPlusVolumeHeader *header,
133 static void InitCatalogRoot_HFSPlus __P((const hfsparams_t *dp, const HFSPlusVolumeHeader *header, void * buffer));
339 HFSPlusVolumeHeader *header = NULL; local
349 /* --- Create an HFS Plus header: */
351 header = (HFSPlusVolumeHeader*)malloc((size_t)kBytesPerSector);
352 if (header == NULL)
358 InitVH(defaults, driveInfo->totalSectors, header);
360 sectorsPerBlock = header
932 MarkExtentUsed(const DriveInfo *driveInfo, HFSPlusVolumeHeader *header, UInt32 startBlock, UInt32 blockCount) argument
1386 WriteJournalInfo(const DriveInfo *driveInfo, UInt64 startingSector, const hfsparams_t *dp, HFSPlusVolumeHeader *header, void *buffer) argument
1470 WriteCatalogFile(const DriveInfo *driveInfo, UInt64 startingSector, const hfsparams_t *dp, HFSPlusVolumeHeader *header, void *buffer, UInt32 *bytesUsed, UInt32 *mapNodes) argument
1570 InitCatalogRoot_HFSPlus(const hfsparams_t *dp, const HFSPlusVolumeHeader *header, void * buffer) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dsmtp.tcl83 # -header A single RFC 822 header key and value (as a list),
87 # specifying a From header).
90 # specified with -header.
137 array set header ""
139 # lowerL will contain the list of header keys (converted to lower case)
140 # specified with various -header options. mixedL is the mixed-case version
160 -header {
162 error "-header expects a key and a value, not $value"
180 lappend header(
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DHTTP.pm50 if ( defined $_[2]->header('Connection')
51 && $_[2]->header('Connection') eq 'Keep-Alive' ) {
54 $_[2]->header('Content-Length') &&
56 $_[2]->header('Content-Length')
152 $http_request->header(
162 $http_request->headers->header(
189 # content-length header and starting 5.6.1 length() calculates chars
225 $http_request->header(
227 $http_request->header( "$prefix-SOAPAction" => $action )
231 $http_request->header( SOAPActio
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp565 IOHIDResourceDataQueueHeader header; local
578 header.direction = kIOHIDResourceReportDirectionIn;
579 header.type = arguments->reportType;
580 header.reportID = arguments->options&0xff;
581 header.length = (uint32_t)arguments->report->getLength();
582 header.token = (intptr_t)retData;
586 require_action(_queue && _queue->enqueueReport(&header), exit, ret=kIOReturnNoMemory);
633 IOHIDResourceDataQueueHeader header; local
646 header.direction = kIOHIDResourceReportDirectionOut;
647 header
809 enqueueReport(IOHIDResourceDataQueueHeader * header, IOMemoryDescriptor * report) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A DFontObject.cpp141 CMAPFormat4Encoding *header = (CMAPFormat4Encoding *) encodingSubtable; local
143 cmSegCount = SWAPW(header->segCountX2) / 2;
144 cmSearchRange = SWAPW(header->searchRange);
145 cmEntrySelector = SWAPW(header->entrySelector);
146 cmRangeShift = SWAPW(header->rangeShift) / 2;
147 cmEndCodes = &header->endCodes[0];
148 cmStartCodes = &header->endCodes[cmSegCount + 1]; // + 1 for reservedPad...
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A DFontObject.cpp141 CMAPFormat4Encoding *header = (CMAPFormat4Encoding *) encodingSubtable; local
143 cmSegCount = SWAPW(header->segCountX2) / 2;
144 cmSearchRange = SWAPW(header->searchRange);
145 cmEntrySelector = SWAPW(header->entrySelector);
146 cmRangeShift = SWAPW(header->rangeShift) / 2;
147 cmEndCodes = &header->endCodes[0];
148 cmStartCodes = &header->endCodes[cmSegCount + 1]; // + 1 for reservedPad...
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dwritesrc.c29 const char *generator, const char *header) {
60 fprintf(f, header, year, filename, buffer);
62 fprintf(f, header, year, filename, generator);
75 static const char *header= local
84 return usrc_createWithHeader(path, filename, generator, header);
89 static const char *header= local
97 return usrc_createWithHeader(path, filename, generator, header);
28 usrc_createWithHeader(const char *path, const char *filename, const char *generator, const char *header) argument
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecOTRUtils.c188 CFDataRef header = CFStringCreateExternalRepresentation(kCFAllocatorDefault, CFSTR("?OTR:"), kCFStringEncodingUTF8, '?'); local
189 CFRange headerLoc = CFDataFind(incomingMessage, header, CFRangeMake(0, CFDataGetLength(header)), 0);
206 CFRelease(header);
213 CFDataRef header = CFStringCreateExternalRepresentation(kCFAllocatorDefault, CFSTR("?OTR:"), kCFStringEncodingUTF8, '?'); local
220 CFDataAppend(protectedMessage, header);
224 CFRelease(header);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFastMalloc.h149 ValidationHeader* header = fastMallocValidationHeader(p); local
150 if (header->m_prefix != static_cast<unsigned>(ValidationPrefix))
153 return reinterpret_cast<ValidationTag*>(static_cast<char*>(p) + header->m_size);
185 Internal::ValidationHeader* header = Internal::fastMallocValidationHeader(p);
186 if (header->m_prefix != static_cast<unsigned>(Internal::ValidationPrefix))
200 Internal::ValidationHeader* header = Internal::fastMallocValidationHeader(p);
201 if (header->m_prefix != static_cast<unsigned>(Internal::ValidationPrefix))
/macosx-10.10/emacs-93/emacs/src/
H A Dunexhp9k800.c94 struct header hdr;
139 /* Save the modified header */
148 /* Save current data space in the file, update header. */
152 struct header *hdr;
160 /* Update the header to reflect the new data size */
169 struct header *hdr;
180 /* Update the various file pointers in the header */
216 /* Read in the header records from an a.out file. */
220 struct header *hdr;
224 /* Read the header i
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dalloca.c120 /* An "alloca header" is used to:
124 It is very important that sizeof(header) agree with malloc
133 char align[ALIGN_SIZE]; /* To force sizeof(header). */
139 } header; typedef in typeref:union:hdr
141 static header *last_alloca_header = NULL; /* -> last alloca header. */
165 register header *hp; /* Traverses linked list. */
175 register header *np = hp->h.next;
179 hp = np; /* -> next header. */
194 /* Allocate combined header
[all...]

Completed in 205 milliseconds

<<11121314151617181920>>