Searched refs:SetLength (Results 1 - 15 of 15) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DUrlResult.cpp37 BUrlResult::SetLength(off_t length) function in class:BUrlResult
H A DFileRequest.cpp80 fResult.SetLength(size);
191 fResult.SetLength(transferredSize);
H A DDataRequest.cpp122 fResult.SetLength(length);
H A DGopherRequest.cpp388 fResult.SetLength(fPosition);
/haiku/headers/private/netservices/
H A DUrlResult.h23 void SetLength(off_t length);
/haiku/src/apps/haikudepot/tar/
H A DTarArchiveHeader.cpp51 TarArchiveHeader::SetLength(size_t value) function in class:TarArchiveHeader
H A DTarArchiveHeader.h31 void SetLength(size_t value);
H A DTarArchiveService.cpp215 header.SetLength(
/haiku/src/kits/interface/textview_support/
H A DInlineInput.h28 void SetLength(int32 length);
H A DInlineInput.cpp89 BTextView::InlineInput::SetLength(int32 len) function in class:BTextView::InlineInput
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp380 previousEntry->SetLength(fDisplacement - fPreviousDisplacement
411 previousEntry->SetLength(previousEntry->Length() + dirEntry->Length());
522 dirEntry->SetLength(newLength);
528 dirEntry->SetLength(newLength);
665 newEntry.SetLength(newLength);
692 dirEntry->SetLength((uint16)realLength);
702 dirEntry->SetLength(maxSize - displacement + oldLength);
788 dirEntry->SetLength((uint16)realLength);
798 dirEntry->SetLength(maxSize - displacement + oldLength);
H A DExtentStream.cpp215 .SetLength(last.Length() + allocated);
372 stream->extent_entries[index].SetLength(allocated);
435 stream->extent_entries[index].SetLength(last.Length() - length);
H A Dext2.h420 void SetLength(uint16 _length) { function in struct:ext2_extent_entry
726 void SetLength(uint16 newLength/*uint8 nameLength*/) function in struct:ext2_dir_entry
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp28 TRXHeader(uint16 length = 0) { SetLength(length); }
32 void SetLength(uint16 length) { function in struct:TRXHeader
/haiku/src/system/kernel/device_manager/
H A DIORequest.h50 void SetLength(generic_size_t length) function in class:IOBuffer

Completed in 208 milliseconds