Searched refs:Length (Results 226 - 250 of 551) sorted by relevance

1234567891011>>

/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp517 if (fOptUsername.Length() > 0 && status == B_OK) {
591 fSocket->Write(requestHeaders.String(), requestHeaders.Length());
707 int32 index = fHeaders.HasHeader("Content-Length");
763 chunkHeader.Length() - semiColonIndex);
896 statusLine.CopyInto(_ResultStatusText(), 13, statusLine.Length() - 13);
909 if (currentHeader.Length() == 0) {
935 if (Url().HasPath() && Url().Path().Length() > 0)
1011 if (fOptUsername.Length() > 0) {
1038 outputHeaders.AddHeader("Content-Length",
1044 outputHeaders.AddHeader("Content-Length", fOptInputDataSiz
[all...]
/haiku/src/kits/debugger/files/
H A DFileManager.cpp37 directory(directory.Length() > 0 ? directory.String() : NULL),
141 if (directoryPath.Length() == 0 || relativePath[0] == '/')
264 int32 pathLength = locatedEntryPath.Length();
350 if (directoryPath.Length() > 0) {
401 char* buffer = normalizedPath.LockBuffer(path.Length());
441 if (outIndex == path.Length()) {
461 if (lastSlash < 0 || path.Length() == 1) {
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp30 uint16 Length() { return fLength; } function in struct:TRXHeader
227 *numBytes = header.Length();
230 if (fActualLengthRead - sizeof(TRXHeader) > header.Length()
231 + (header.Length() % 2u)) {
233 header.Length(), fActualLengthRead - sizeof(TRXHeader));
234 } else if (fActualLengthRead - sizeof(TRXHeader) < header.Length()) {
236 header.Length(), fActualLengthRead - sizeof(TRXHeader));
/haiku/src/kits/support/
H A DUrl.cpp728 if (urlString.Length() > B_PATH_NAME_LENGTH) {
920 int32 len = url.Length();
1008 int32 length = url.Length();
1194 int32 length = authority.Length();
1308 for (int32 i = 0; i < chunk.Length(); i++) {
1334 for (int32 i = 0; i < chunk.Length(); i++) {
1342 if (chunk[i] == '%' && i < chunk.Length() - 2
1378 return _IsHostIPV6Valid(1, fHost.Length() - 2);
1382 for (int32 i = 0; i < fHost.Length(); i++) {
1407 for (int8 index = 0; index < fProtocol.Length(); inde
[all...]
H A DJob.cpp63 if (fTitle.Length() == 0)
/haiku/src/apps/mail/
H A DMailApp.cpp188 if (names.Length())
203 if (ccNames.Length())
209 if (bccNames.Length())
237 if (gotmailto || names.Length() || ccNames.Length() || bccNames.Length() || subject.Length()
238 || body.Length() || enclosure.HasRef("refs"))
641 if (email.Length() > 0) {
653 if (names.Length()
[all...]
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp220 if (version.Major().Length() > 0) {
225 if (version.Minor().Length() > 0) {
230 if (version.Micro().Length() > 0) {
235 if (version.PreRelease().Length() > 0) {
608 if (stability.Length() > 0) {
613 if (comment.Length() > 0) {
661 if (stability.Length() > 0) {
666 if (comment.Length() > 0) {
1089 jsonString.Length() - 1);
1091 return _SendJsonRequest(urlPathComponents, data, jsonString.Length()
[all...]
/haiku/headers/os/support/
H A DString.h32 int32 Length() const;
449 BString::Length() const function in class:BString
460 return !Length();
497 if (!fPrivateData || index < 0 || index >= Length())
506 _DoAppend(string.String(), string.Length());
514 _DoAppend(string.String(), string.Length());
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp67 if (fName.Length() == 0)
394 if (ret != B_OK || name.Length() == 0)
398 if (ret != B_OK || version.Length() == 0) {
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp245 prefix.MoveInto(index, 6, prefix.Length() - 6);
381 fullCommand.Length());
382 if (result == fullCommand.Length()) {
/haiku/src/system/kernel/device_manager/
H A DIORequest.h54 generic_size_t Length() const { return fLength; } function in class:IOBuffer
141 generic_size_t Length() const;
285 generic_size_t Length() const { return fLength; } function in struct:IORequest
/haiku/src/apps/haikudepot/textview/
H A DParagraph.cpp271 Paragraph::Length() const function in class:Paragraph
298 int length = Length();
333 if (start == 0 && length == Length())
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswload.c627 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
638 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
726 Op->Named.Length, WalkState);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drscalc.c251 * PARAMETERS: ResourceLength - Length from the resource header
255 * RETURN: Length of optional string (0 if no string present)
346 if (!Resource->Length)
363 /* Length can be 3 or 2 */
374 /* Length can be 1 or 0 */
386 * For a Vendor Specific resource, if the Length is between 1 and 7
549 Resource = ACPI_ADD_PTR (ACPI_RESOURCE, Resource, Resource->Length);
602 /* Validate the Resource Type and Resource Length */
966 * The length String.Length field does not include the
970 (*SubObjectList)->String.Length
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsutils.c199 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
354 Info->Length = (ACPI_NAMESEG_SIZE * Info->NumSegments) +
539 InternalName = ACPI_ALLOCATE_ZEROED (Info.Length);
564 * PARAMETERS: InternalNameLength - Length of the internal name below
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.cpp34 *length = text.Length();
H A DTextViewCompleter.cpp48 fTextView->SetText(text.String(), text.Length());
/haiku/src/kits/print/
H A DPrinterRoster.cpp110 if (name.Length() <= 0 || !printer)
/haiku/src/tests/add-ons/print/ppd/parser/
H A DScanner.cpp44 return fWarnings.Length() > 0;
/haiku/src/kits/package/
H A DPackageResolvableExpression.cpp72 if (fName.Length() == 0)
/haiku/src/apps/cortex/RouteApp/
H A DNodeSetIOContext.cpp71 (*it).first.Length() &&
/haiku/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp91 if (name->Length() >= MAX_PATH)
/haiku/src/add-ons/disk_systems/fat/
H A DFATAddOn.cpp90 if (name->Length() >= MAX_PATH)
/haiku/src/tests/kits/interface/
H A DTextViewTestManual.cpp88 int32 lineLength = line.Length() + kLineNoSize;
/haiku/src/tests/kits/locale/
H A DDurationFormatTest.cpp38 CPPUNIT_ASSERT(buffer.Length() > 0);

Completed in 234 milliseconds

1234567891011>>