Searched refs:Length (Results 26 - 50 of 500) sorted by relevance

1234567891011>>

/haiku-fatelf/src/kits/network/libnetapi/
H A DHttpAuthentication.cpp69 if (wwwAuthenticate.Length() == 0)
77 wwwAuthenticate.CopyInto(authRequired, 0, wwwAuthenticate.Length());
81 wwwAuthenticate.Length());
94 while (additionalData.Length()) {
97 firstColon = additionalData.Length();
115 value.Remove(value.Length()-1, 1);
146 && fDigestNonce.Length() > 0
206 if (fDigestOpaque.Length() > 0)
210 if (fDigestCnonce.Length() == 0) {
244 while (tmpString.Length()) {
[all...]
H A DNetworkCookie.cpp152 while (index < cookieString.Length())
462 if (fDomain.Length() > domain.Length())
465 return domain.FindLast(fDomain) == (domain.Length() - fDomain.Length());
472 if (fPath.Length() > path.Length())
485 return fCommentUrl.Length() > 0;
492 return fComment.Length() > 0;
506 return fDomain.Length() >
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacdisasm.h278 UINT32 Length,
433 UINT32 Length,
793 UINT32 Length,
799 UINT32 Length,
805 UINT32 Length,
811 UINT32 Length,
817 UINT32 Length,
823 UINT32 Length,
829 UINT32 Length,
835 UINT32 Length,
[all...]
/haiku-fatelf/src/apps/debugger/model/
H A DTeamMemory.cpp33 return _string.Length() == 0 ? bytesRead : B_OK;
36 return _string.Length() == 0 ? B_BAD_ADDRESS : B_OK;
/haiku-fatelf/src/bin/pkgman/
H A DDecisionProvider.cpp18 if (description.Length() > 0)
21 bool haveDefault = defaultChoice.Length() > 0;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/ufs_mount/
H A Dufs_mount.cpp43 flags, parameters.String(), parameters.Length() + 1);
45 (void*)parameters.String(), parameters.Length() + 1) < 0) {
/haiku-fatelf/src/apps/debugger/arch/
H A DInstructionInfo.cpp47 return disassembledLine.Length() == 0 || fDisassembledLine.Length() > 0;
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.h24 { return fChunkOffset + fChunk->Length(); }
/haiku-fatelf/src/apps/debugger/value/values/
H A DBoolValue.cpp26 if (string.Length() == 0)
H A DEnumerationValue.cpp38 if (string.Length() == 0)
/haiku-fatelf/src/bin/bc/bc/
H A Dbc.h20 #define Length 270 macro
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsrepair.c357 if (OriginalObject->Buffer.Length > 8)
364 for (i = 0; i < OriginalObject->Buffer.Length; i++)
404 ACPI_SIZE Length; local
444 Length = 0;
445 while ((Length < OriginalObject->Buffer.Length) &&
446 (OriginalObject->Buffer.Pointer[Length]))
448 Length++;
453 NewObject = AcpiUtCreateStringObject (Length);
461 * terminated at Length
[all...]
/haiku-fatelf/src/apps/cortex/Persistence/
H A DStringContent.cpp91 if(content.Length() == 0)
95 for(; last < content.Length() && isspace(content[last]); ++last) {}
99 last = content.Length() - 1;
/haiku-fatelf/src/apps/mediaplayer/support/
H A DFileReadWrite.cpp40 ssize_t written = fFile->Write(contents.String(), contents.Length());
41 if (written != contents.Length())
63 int32 bufferLen = string.Length();
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutcopy.c185 * BufferSpaceUsed - Length of DataSpace that was used
238 ExternalObject->String.Length = InternalObject->String.Length;
240 (ACPI_SIZE) InternalObject->String.Length + 1);
244 (ACPI_SIZE) InternalObject->String.Length + 1);
251 ExternalObject->Buffer.Length = InternalObject->Buffer.Length;
253 InternalObject->String.Length);
257 InternalObject->Buffer.Length);
301 InternalObject->Processor.Length;
[all...]
H A Dutalloc.c293 if ((Buffer->Length == ACPI_NO_BUFFER) ||
294 (Buffer->Length == ACPI_ALLOCATE_BUFFER) ||
295 (Buffer->Length == ACPI_ALLOCATE_LOCAL_BUFFER))
300 /* Length is valid, the buffer pointer must be also */
316 * RequiredLength - Length needed
341 * Buffer->Length is used as both an input and output parameter. Get the
344 InputBufferLength = Buffer->Length;
345 Buffer->Length = RequiredLength;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Dadfile.c133 UINT32 Length);
185 * Length - length of data
197 UINT32 Length)
210 Actual = fwrite (Buffer, (size_t) Length, 1, fp);
221 * Length - length of the table
234 UINT32 Length,
242 AdWriteBuffer (Filename, (char *) Table, Length);
194 AdWriteBuffer( char *Filename, char *Buffer, UINT32 Length) argument
232 AdWriteTable( ACPI_TABLE_HEADER *Table, UINT32 Length, char *TableName, char *OemTableId) argument
/haiku-fatelf/src/kits/locale/
H A DCurrency.cpp115 if ((int32)maxSize <= fDefaultSymbol.Length())
133 if (symbol->Length() != fDefaultSymbol.Length())
180 && fCurrencyCode.Length() > 0
181 && fDefaultSymbol.Length() == 0);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg2.c361 ACPI_SIZE Length; local
414 case AML_TO_STRING_OP: /* ToString (Buffer, Length, Result) (ACPI 2.0) */
424 * 1) Length of the input buffer
426 * 3) Length of input buffer up to a zero byte (null terminator)
431 Length = 0;
432 while ((Length < Operand[0]->Buffer.Length) &&
433 (Length < Operand[1]->Integer.Value) &&
434 (Operand[0]->Buffer.Pointer[Length]))
436 Length
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsmisc.c179 "Misaligned resource pointer (get): %p Type 0x%2.2X Length %u",
180 Resource, Resource->Type, Resource->Length));
183 /* Extract the resource Length field (does not include header length) */
209 Resource->Length = INIT_RESOURCE_LENGTH (Info);
255 Resource->Length = Resource->Length +
265 Resource->Length = Resource->Length +
275 Resource->Length = Resource->Length
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Dhanoi.c37 size_t Length[MAXTILES]; member in struct:Peg
46 COLOR_GREEN, /* Length 3 */
47 COLOR_MAGENTA, /* Length 5 */
48 COLOR_RED, /* Length 7 */
49 COLOR_BLUE, /* Length 9 */
50 COLOR_CYAN, /* Length 11 */
51 COLOR_YELLOW, /* Length 13 */
52 COLOR_GREEN, /* Length 15 */
53 COLOR_MAGENTA, /* Length 17 */
54 COLOR_RED, /* Length 1
[all...]
/haiku-fatelf/src/apps/mail/
H A DKUndoBuffer.cpp11 Length = length;
42 RedoText = (char*)realloc(RedoText, Length + length);
43 memcpy(&RedoText[Length], text, length);
44 Length += length;
152 int32 c_length = CurrentUndoItem->Length;
202 *length = undoItem->Length;
205 *cursor_pos = undoItem->CursorPos + undoItem->Length;
225 *length = undoItem->Length;
259 printf("Length = %d ", (int)item->Length);
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbinstal.c159 TableDesc->Address, TableDesc->Length);
174 Status = AcpiTbVerifyChecksum (TableDesc->Pointer, TableDesc->Length);
262 if (TableDesc->Length != AcpiGbl_RootTableList.Tables[i].Length)
269 AcpiGbl_RootTableList.Tables[i].Length))
325 TableDesc->Length, TableDesc->Flags, TableIndex);
377 NewTableLength = NewTable->Length;
425 TableDesc->Length = NewTableLength;
511 * Length - Table length
524 UINT32 Length,
521 AcpiTbStoreTable( ACPI_PHYSICAL_ADDRESS Address, ACPI_TABLE_HEADER *Table, UINT32 Length, UINT8 Flags, UINT32 *TableIndex) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DDString.cpp66 if (ref.Length() > 0) {
67 fString = new(nothrow) uint8[ref.Length()];
69 fLength = ref.Length();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DDString.cpp49 if (ref.Length() > 0) {
50 fString = new(nothrow) uint8[ref.Length()];
52 fLength = ref.Length();

Completed in 303 milliseconds

1234567891011>>