Searched refs:sourceLength (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/compatibility/gnu/
H A Dstring.h19 extern void *memmem(const void *source, size_t sourceLength,
/haiku/headers/os/support/
H A DUTF8.h52 int32* sourceLength, char* dest, int32* destLength, int32* state,
56 int32* sourceLength, char* dest, int32* destLength, int32* state,
/haiku/src/add-ons/kernel/file_systems/udf/
H A DDString.cpp89 uint32 sourceLength = string.Cs0Length(); local
90 if (sourceLength > 0) {
91 uint8 destLength = sourceLength > uint8(fieldLength - 1)
92 ? uint8(fieldLength - 1) : uint8(sourceLength);
/haiku/src/tests/kits/mail/
H A Dheader_test.cpp126 size_t sourceLength = end + 1 - fieldStart; local
127 size_t length = rfc2047_to_utf8(&start, &sourceLength,
128 sourceLength);
/haiku/headers/posix/arpa/
H A Dinet.h36 char* inet_nsap_ntoa(int sourceLength, const u_char* source,
/haiku/src/kits/network/libnetapi/
H A DAbstractSocket.cpp256 socklen_t sourceLength = sizeof(sockaddr_storage); local
258 int fd = accept(fSocket, (sockaddr*)&source, &sourceLength);
/haiku/src/kits/translation/
H A DTranslationUtils.cpp660 int32 sourceLength = textLength; local
667 int32 length = sourceLength;
677 sourceLength -= length;
680 } while (sourceLength > 0);
/haiku/src/kits/mail/
H A Dmail_util.cpp99 size_t *sourceLength)
102 int32 length = *sourceLength;
143 *sourceLength = destLength;
98 handle_non_rfc2047_encoding(char **buffer, size_t *bufferLength, size_t *sourceLength) argument
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.cpp946 int32 sourceLength = node->name_length;
949 status_t status = unicode_to_utf8(buffer, &sourceLength,

Completed in 382 milliseconds