Searched refs:appendBytes (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/dom/
H A DDecodedDataDocumentParser.h46 // appendBytes and flush are used by DocumentWriter (the loader).
47 virtual void appendBytes(DocumentWriter&, const char* bytes, size_t length) override;
H A DRawDataDocumentParser.h49 // Make sure appendBytes is called at least once.
50 appendBytes(writer, 0, 0);
H A DDecodedDataDocumentParser.cpp40 void DecodedDataDocumentParser::appendBytes(DocumentWriter& writer, const char* data, size_t length) function in class:WebCore::DecodedDataDocumentParser
H A DDocumentParser.h49 // appendBytes and flush are used by DocumentWriter (the loader).
50 virtual void appendBytes(DocumentWriter&, const char* bytes, size_t length) = 0;
/macosx-10.10/WebCore-7600.1.25/loader/
H A DSinkDocument.cpp47 virtual void appendBytes(DocumentWriter&, const char*, size_t) function in class:WebCore::final
H A DDocumentWriter.cpp85 // FIXME: This should call DocumentParser::appendBytes instead of append
227 m_parser->appendBytes(*this, bytes, length);
/macosx-10.10/WebCore-7600.1.25/pdf/ios/
H A DPDFDocument.cpp53 virtual void appendBytes(DocumentWriter&, const char*, size_t) override
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireROMCache.h122 @function appendBytes
129 virtual bool appendBytes(const void *bytes, unsigned int inLength);
132 @function appendBytes
138 virtual bool appendBytes(const OSData *other);
H A DIOFireWireROMCache.cpp145 // appendBytes
149 bool IOFireWireROMCache::appendBytes( const void *bytes, unsigned int inLength ) function in class:IOFireWireROMCache
154 result = fROM->appendBytes( bytes, inLength );
160 // appendBytes
164 bool IOFireWireROMCache::appendBytes( const OSData *other ) function in class:IOFireWireROMCache
169 result = fROM->appendBytes( other );
561 appendBytes( buff, bufLen );
H A DIOLocalConfigDirectory.cpp267 tmp->appendBytes(&big_val, sizeof(UInt32));
273 rom->appendBytes(&big_header, sizeof(UInt32));
274 rom->appendBytes(tmp);
318 rom->appendBytes(&big_val, sizeof(UInt32));
319 rom->appendBytes(buffer, len);
513 value->appendBytes( &zeros, headerLength );
516 value->appendBytes( desc->getCStringNoCopy(), stringLength );
519 value->appendBytes( &zeros, paddingLength );
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSData.h501 * @function appendBytes
523 virtual bool appendBytes(
529 * @function appendBytes
547 virtual bool appendBytes(const OSData * aDataObj);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.mm149 [theHeaders appendBytes:"HTTP " length:5];
153 [theHeaders appendBytes:statusStr length:strlen(statusStr)];
154 [theHeaders appendBytes:" OK\n" length:4];
170 [theHeaders appendBytes:": " length:2];
172 [theHeaders appendBytes:"\n" length:1];
182 [theHeaders appendBytes:"\0" length:1];
/macosx-10.10/xnu-2782.1.97/iokit/Tests/
H A DTestContainers.cpp146 TEST_ASSERT('d', "1f", test1->appendBytes(spaceCheck, 0));
161 TEST_ASSERT('d', "2d", test1->appendBytes(testData, DATA_SIZE_1));
191 TEST_ASSERT('d', "3f", test1->appendBytes(spaceCheck, 0));
196 TEST_ASSERT('d', "3k", !test1->appendBytes(testData, 10));
210 TEST_ASSERT('d', "4c", test1->appendBytes(test2));
211 TEST_ASSERT('d', "4d", !test1->appendBytes(test2));
/macosx-10.10/WebCore-7600.1.25/html/
H A DPluginDocument.cpp61 virtual void appendBytes(DocumentWriter&, const char*, size_t) override;
112 void PluginDocumentParser::appendBytes(DocumentWriter&, const char*, size_t) function in class:WebCore::PluginDocumentParser
H A DMediaDocument.cpp67 virtual void appendBytes(DocumentWriter&, const char*, size_t) override;
129 void MediaDocumentParser::appendBytes(DocumentWriter&, const char*, size_t) function in class:WebCore::MediaDocumentParser
H A DImageDocument.cpp89 virtual void appendBytes(DocumentWriter&, const char*, size_t) override;
182 void ImageDocumentParser::appendBytes(DocumentWriter&, const char*, size_t) function in class:WebCore::ImageDocumentParser
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginStream.mm317 [theHeaders appendBytes:"HTTP " length:5];
321 [theHeaders appendBytes:statusStr length:strlen(statusStr)];
322 [theHeaders appendBytes:" OK\n" length:4];
338 [theHeaders appendBytes:": " length:2];
340 [theHeaders appendBytes:"\n" length:1];
544 [newDeliveryData appendBytes:(char *)[m_deliveryData.get() bytes] + totalBytesDelivered length:totalBytes - totalBytesDelivered];
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSData.cpp249 bool OSData::appendBytes(const void *bytes, unsigned int inLength) function in class:OSData
293 bool OSData::appendBytes(const OSData *other) function in class:OSData
295 return appendBytes(other->data, other->length);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h263 * appendBytes:
266 * maintains the memory descriptor buffer length. Note that appendBytes
269 virtual bool appendBytes(const void *bytes, vm_size_t withLength);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp416 if (!appendBytes(inBytes, inLength))
451 if (!me->appendBytes(inBytes, inLength))
576 * appendBytes:
579 * maintains the memory descriptor buffer length. Note that appendBytes
583 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) function in class:IOBufferMemoryDescriptor
H A DIONVRAM.cpp1367 ok &= data->appendBytes(wherePtr, endPtr - wherePtr);
1407 if (comp) ok &= data->appendBytes("/@", 2);
1413 ok &= data->appendBytes(comp, strlen(comp));
1419 ok &= data->appendBytes(propName->getCStringNoCopy(), propName->getLength() + 1);
1424 if (ok) ok &= data->appendBytes(oldData);
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DContentFilterMac.mm164 [m_originalData appendBytes:data length:length];
H A DWebCoreNSURLExtras.mm716 [resultData appendBytes:"?" length:1];
725 [resultData appendBytes:escaped length:3];
729 [resultData appendBytes:b length:1];
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCProtocolUserClient.cpp524 if(!data->appendBytes(&info, sizeof(info))) {
561 if(!data->appendBytes(&info, sizeof(info))) {
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIMessagedInterruptController.cpp313 specData->appendBytes(&controllerIndex, sizeof(controllerIndex));
314 specData->appendBytes(&interruptFlags, sizeof(interruptFlags));

Completed in 298 milliseconds

12