Searched defs:startOffset (Results 1 - 14 of 14) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dpartition_support.cpp28 FileRestriction(fssh_dev_t device, fssh_ino_t node, fssh_off_t startOffset, argument
40 fssh_off_t startOffset; member in struct:FSShell::FileRestriction
76 add_file_restriction(const char* fileName, fssh_off_t startOffset, argument
[all...]
H A Dfssh.cpp1689 fssh_off_t startOffset = 0; local
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp478 uint64 startOffset = fHeapWriter->UncompressedHeapSize(); local
H A DPackageFileHeapWriter.cpp602 PackageFileHeapWriter::_PushChunks(ChunkBuffer& chunkBuffer, uint64 startOffset, argument
H A DWriterImplBase.cpp688 uint64 startOffset = fHeapWriter->UncompressedHeapSize(); local
H A DPackageWriterImpl.cpp1328 uint64 startOffset = fHeapWriter->UncompressedHeapSize(); local
1380 off_t startOffset = fHeapWriter->UncompressedHeapSize(); local
/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp30 HyperTextAction::MouseOver(HyperTextView* view, BPoint where, int32 startOffset, argument
44 HyperTextAction::MouseAway(HyperTextView* view, BPoint where, int32 startOffset, argument
67 ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action) argument
93 int32 startOffset; member in struct:HyperTextView::ActionInfo
198 AddHyperTextAction(int32 startOffset, int32 endOffset, HyperTextAction* action) argument
217 int32 startOffset = TextLength(); local
229 int32 startOffset = TextLength(); local
[all...]
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp376 BTextView::StyleBuffer::GetStyleRange(int32 startOffset, int32 endOffset) const argument
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp314 off_t startOffset = 0; local
/haiku/src/bin/bfs_tools/
H A Drecover.cpp750 off_t startOffset = 0, endOffset = -1; local
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp828 ObjectItemIterator(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset) argument
853 SetTo(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset) argument
1057 DirEntryIterator(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset, bool fixedHash) argument
1084 SetTo(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset, bool fixedHash) argument
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp631 get_partitionable_spaces(partition_data* partition, partitionable_space_data* buffer, int32 count, int32* _actualCount, fc_fill_partitionable_spaces_buffer fillBuffer, off_t startOffset, off_t limitSize = 0, off_t headerSize = 0) argument
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp387 const off_t startOffset = fOriginalOffset; local
/haiku/src/kits/interface/
H A DTextView.cpp1260 BTextView::Delete(int32 startOffset, int32 endOffset) argument
1493 Select(int32 startOffset, int32 endOffset) argument
1600 SetFontAndColor(int32 startOffset, int32 endOffset, const BFont* font, uint32 mode, const rgb_color* color) argument
1664 SetRunArray(int32 startOffset, int32 endOffset, const text_run_array* runs) argument
1705 RunArray(int32 startOffset, int32 endOffset, int32* _size) const argument
2076 GetTextRegion(int32 startOffset, int32 endOffset, BRegion* outRegion) const argument
2202 Highlight(int32 startOffset, int32 endOffset) argument
4397 _DrawLine(BView* view, const int32 &lineNum, const int32 &startOffset, const bool &erase, BRect &eraseRect, BRegion &inputRegion) argument
4546 _DrawLines(int32 startLine, int32 endLine, int32 startOffset, bool erase) argument
5445 _SetRunArray(int32 startOffset, int32 endOffset, const text_run_array* runs) argument
[all...]

Completed in 267 milliseconds