Searched defs:stream (Results 51 - 75 of 167) sorted by last modified time

1234567

/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DSourceExporter.cpp29 SourceExporter::Export(const Icon* icon, BPositionIO* stream) argument
/haiku/src/apps/icon-o-matic/import_export/bitmap/
H A DBitmapExporter.cpp36 BitmapExporter::Export(const Icon* icon, BPositionIO* stream) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp519 BTree::BTree(Volume* volume, btrfs_stream* stream) argument
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp168 char stream[length]; local
H A DViewHWInterface.cpp238 char stream[length]; local
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp160 MessageStored(IMAPFolder& folder, entry_ref& ref, BFile& stream, uint32 fetchFlags, BMessage& attributes) argument
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp132 tiff_get_pio(thandle_t stream) argument
143 tiff_read_proc(thandle_t stream, tdata_t buf, tsize_t size) argument
149 tiff_write_proc(thandle_t stream, tdata_t buf, tsize_t size) argument
155 tiff_seek_proc(thandle_t stream, toff_t off, int whence) argument
161 tiff_close_proc(thandle_t stream) argument
168 tiff_size_proc(thandle_t stream) argument
180 tiff_map_file_proc(thandle_t stream, tdata_t *pbase, toff_t *psize) argument
187 tiff_unmap_file_proc(thandle_t stream, tdata_t base, toff_t size) argument
[all...]
/haiku/src/kits/network/libnetservices2/
H A DHttpParser.cpp498 BDataIO* stream = nullptr; local
H A DErrorsExt.cpp75 std::stringstream stream; local
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp186 fwrite(const void *buffer, size_t size, size_t numItems, FILE *stream) argument
194 fputs(const char *string, FILE *stream) argument
202 fputc(int c, FILE *stream) argument
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp503 jas_stream_t* stream; local
1264 Error(jas_stream_t* stream, jas_image_t* image, jas_matrix_t** pixels, int32 pixels_count, uchar* scanline, status_t error) argument
[all...]
/haiku/src/kits/tracker/
H A DViewState.cpp107 BColumn::BColumn(BMallocIO* stream, int32 version, bool endianSwap) argument
206 InstantiateFromStream(BMallocIO* stream, bool endianSwap) argument
334 BViewState(BMallocIO* stream, bool endianSwap) argument
395 ArchiveToStream(BMallocIO* stream) argument
411 InstantiateFromStream(BMallocIO* stream, bool endianSwap) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h452 ext2_data_stream stream; member in union:ext2_inode::__anon2
H A DInode.cpp1044 SetExtentChecksum(ext2_extent_stream* stream) argument
1056 VerifyExtentChecksum(ext2_extent_stream* stream) argument
[all...]
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp195 skip_gzip_header(z_stream* stream) argument
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp168 Playlist::Unflatten(BDataIO* stream) argument
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp314 TextOutput::TextOutput(RTF::Header &start, BDataIO *stream, bool processRuns) argument
H A DRTF.cpp44 read_char(BDataIO &stream, bool endOfFileAllowed) argument
60 parse_integer(char first, BDataIO &stream, char &_last, int32 base) argument
133 Parser::Parser(BPositionIO &stream) argument
294 Parse(char first, BDataIO &stream, char &last) argument
454 Parse(char first, BDataIO &stream, char &last) argument
531 Parse(char first, BDataIO &stream, char &last) argument
615 Parse(char first, BDataIO &stream, char &last) argument
[all...]
/haiku/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp204 BBitmapStream stream; local
H A DBitmapStreamTest.cpp203 BBitmapStream stream; local
335 BBitmapStream stream; local
425 BBitmapStream stream; local
[all...]
/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.h75 Disasm(InputStream* stream) : fStream(stream), fVerbose(false) { }; argument
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp88 SGIImage::SetTo(BPositionIO* stream) argument
151 SGIImage::SetTo(BPositionIO* stream, argument
759 read_and_swap(BPositionIO* stream, int16* buffer, uint32 size) argument
[all...]
/haiku/headers/private/storage/sniffer/
H A DParser.h298 TokenStream stream; member in class:BPrivate::Storage::Sniffer::Parser
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp619 ReplyInterpreter::_GetPath(XDR::ReadStream& stream) argument
[all...]
H A DNFS4Server.cpp308 XDR::WriteStream& stream = reply.Reply()->Stream(); local

Completed in 161 milliseconds

1234567