Searched refs:WriteExactly (Results 1 - 21 of 21) sorted by relevance

/haiku/src/tests/kits/shared/
H A DMemoryRingIOTest.cpp47 CHK(fRing.WriteExactly(SMALL_PAYLOAD, sizeof(SMALL_PAYLOAD), NULL) == B_OK);
48 CHK(fRing.WriteExactly(FULL_PAYLOAD, sizeof(FULL_PAYLOAD), NULL) == B_OK);
49 CHK(fRing.WriteExactly(BIG_PAYLOAD, sizeof(BIG_PAYLOAD), NULL) == B_OK);
70 CHK(fRing.WriteExactly(BIG_PAYLOAD, sizeof(BIG_PAYLOAD), NULL)
89 CHK(fRing.WriteExactly(BIG_PAYLOAD, sizeof(BIG_PAYLOAD)) == B_OK);
96 CHK(fRing.WriteExactly(FULL_PAYLOAD, sizeof(FULL_PAYLOAD)) == B_OK);
100 CHK(fRing.WriteExactly(SMALL_PAYLOAD, sizeof(SMALL_PAYLOAD)) == B_OK);
109 CHK(fRing.WriteExactly(FULL_PAYLOAD, sizeof(FULL_PAYLOAD)) == B_OK);
/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp92 error = fOutput->WriteExactly(chunk, chunkSize, &written);
139 error = fOutput->WriteExactly("+/,\t..\r\n", 8, &written);
179 error = fOutput->WriteExactly(eplf.String(), eplf.Length(),
H A DGopherRequest.cpp361 readError = fOutput->WriteExactly(
682 status_t error = fOutput->WriteExactly(header.String(),
699 status_t error = fOutput->WriteExactly(item.String(),
723 status_t error = fOutput->WriteExactly(footer.String(),
H A DDataRequest.cpp129 status_t err = fOutput->WriteExactly(payload, length, &written);
H A DHttpRequest.cpp800 readError = decompressingStream->WriteExactly(
810 readError = fOutput->WriteExactly(buffer,
820 readError = fOutput->WriteExactly(inputTempBuffer,
850 readError = fOutput->WriteExactly(buffer, size,
/haiku/src/kits/package/hpkg/
H A DDataReader.cpp96 return output->WriteExactly((const uint8*)fData + offset, size);
H A DPackageFileHeapAccessorBase.cpp276 error = output->WriteExactly(
/haiku/src/tests/apps/haikudepot/
H A DTarArchiveServiceTest.cpp72 status_t result = file->WriteExactly(kSampleTarPayload, kSampleTarLength);
/haiku/src/tests/kits/support/
H A Dcompression_test.cpp212 error = outputFile.WriteExactly(buffer, bytesRead);
248 error = outputStream->WriteExactly(buffer, bytesRead);
/haiku/src/tests/kits/net/service/
H A DFileTest.cpp63 CHK(file.WriteExactly(content.String(), content.Length()) == B_OK);
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp157 if (auto status = fLogFile.WriteExactly(output.String(), output.Length()); status != B_OK)
158 throw BSystemError("BFile::WriteExactly()", status);
/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.cpp25 result = target->WriteExactly(buffer, sizeRead);
H A DStorageUtils.cpp108 return file.WriteExactly(cstr, cstrLen);
/haiku/headers/os/support/
H A DDataIO.h24 status_t WriteExactly(const void* buffer, size_t size,
/haiku/src/kits/package/hpkg/v1/
H A DPackageDataReaderV1.cpp127 error = output->WriteExactly(buffer->Buffer(), toRead);
246 error = output->WriteExactly(
H A DReaderImplBaseV1.cpp1052 error = zlibOutput->WriteExactly(fScratchBuffer, toRead);
/haiku/src/kits/shared/
H A DJsonTextWriter.cpp601 return fDataIO->WriteExactly(&string[offset], length);
705 return fDataIO->WriteExactly(&c, 1);
/haiku/src/kits/support/
H A DCompressionAlgorithm.cpp320 status_t error = fOutput->WriteExactly(fBuffer, fBufferSize);
H A DDataIO.cpp88 BDataIO::WriteExactly(const void* buffer, size_t size, size_t* _bytesWritten) function in class:BDataIO
/haiku/src/kits/network/libnetservices2/
H A DHttpParser.cpp537 auto status = fDecompressingStream->WriteExactly(buffer, bufferSize);
540 "BDataIO::WriteExactly()", BNetworkRequestError::SystemError, status);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.cpp385 error = output->WriteExactly((uint8*)(address + inPageOffset), toCopy);

Completed in 319 milliseconds