Searched refs:infoLength (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/media/
H A DMediaAddOn.cpp306 int32 infoLength = info ? (int32)strlen(info) : -1; local
348 *(int32*)buf = infoLength; buf += sizeof(int32);
349 if (infoLength > 0) {
350 memcpy(buf, info, infoLength);
351 buf += infoLength;
386 int32 infoLength; local
421 infoLength = *(int32*)buf; buf += sizeof(int32);
422 if (infoLength >= 0) { // if infoLength is -1, we leave info = 0
423 char* infoStorage = new(std::nothrow) char [infoLength
[all...]
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp282 uint64 infoLength; local
283 status_t result = _WriteRepositoryInfo(header, infoLength);
305 fListener->OnRepositoryDone(sizeof(header), infoLength, local

Completed in 48 milliseconds