Home
last modified time | relevance | path

Searched refs:blobDataLength (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DActorsParentCommon.cpp323 uint32_t blobDataLength; in ReadCompressedIndexDataValuesFromSource() local
326 QM_TRY(OkIf(blobDataLength), NS_ERROR_FILE_CORRUPTED, in ReadCompressedIndexDataValuesFromSource()
330 Span(blobData, blobDataLength), aOutIndexValues)); in ReadCompressedIndexDataValuesFromSource()
478 uint32_t blobDataLength; in GetStructuredCloneReadInfoFromSource() local
479 QM_TRY(aSource->GetSharedBlob(aDataIndex, &blobDataLength, &blobData)); in GetStructuredCloneReadInfoFromSource()
482 blobData, blobDataLength, aFileManager, fileIds, aMaybeKey); in GetStructuredCloneReadInfoFromSource()
567 const auto blobDataLength = std::accumulate( in MakeCompressedIndexDataValues() local
583 QM_TRY(OkIf(blobDataLength.isValid()), in MakeCompressedIndexDataValues()
588 static_cast<uint8_t*>(malloc(blobDataLength.value()))); in MakeCompressedIndexDataValues()
612 MOZ_ASSERT(blobDataIter == blobData.get() + blobDataLength.value()); in MakeCompressedIndexDataValues()
[all …]
H A DSchemaUpgrades.cpp1676 uint32_t blobDataLength; in OnFunctionCall() local
1677 nsresult rv = aValues->GetSharedBlob(0, &blobDataLength, &blobData); in OnFunctionCall()
1684 static_cast<uint8_t*>(malloc(blobDataLength))); in OnFunctionCall()
1690 rv = CopyAndUpgradeKeyBuffer(blobData, blobData + blobDataLength, in OnFunctionCall()
1698 int(blobDataLength)); in OnFunctionCall()
H A DActorsParent.cpp18817 uint32_t blobDataLength; in OnFunctionCall() local
18818 QM_TRY(aValues->GetSharedBlob(1, &blobDataLength, &blobData)); in OnFunctionCall()
18821 static_cast<uint8_t*>(malloc(blobDataLength)), blobDataLength); in OnFunctionCall()
18828 memcpy(copiedBlobDataPair.first, blobData, blobDataLength); in OnFunctionCall()
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DActorsParentCommon.cpp329 uint32_t blobDataLength; in ReadCompressedIndexDataValuesFromSource() local
333 QM_TRY(OkIf(blobDataLength), NS_ERROR_FILE_CORRUPTED, in ReadCompressedIndexDataValuesFromSource()
337 Span(blobData, blobDataLength), aOutIndexValues))); in ReadCompressedIndexDataValuesFromSource()
488 uint32_t blobDataLength; in GetStructuredCloneReadInfoFromSource() local
490 aSource->GetSharedBlob(aDataIndex, &blobDataLength, &blobData))); in GetStructuredCloneReadInfoFromSource()
493 blobData, blobDataLength, aFileManager, fileIds, aMaybeKey); in GetStructuredCloneReadInfoFromSource()
578 const auto blobDataLength = std::accumulate( in MakeCompressedIndexDataValues() local
594 QM_TRY(OkIf(blobDataLength.isValid()), in MakeCompressedIndexDataValues()
599 static_cast<uint8_t*>(malloc(blobDataLength.value()))); in MakeCompressedIndexDataValues()
623 MOZ_ASSERT(blobDataIter == blobData.get() + blobDataLength.value()); in MakeCompressedIndexDataValues()
[all …]
H A DSchemaUpgrades.cpp1677 uint32_t blobDataLength; in OnFunctionCall() local
1678 nsresult rv = aValues->GetSharedBlob(0, &blobDataLength, &blobData); in OnFunctionCall()
1685 static_cast<uint8_t*>(malloc(blobDataLength))); in OnFunctionCall()
1691 rv = CopyAndUpgradeKeyBuffer(blobData, blobData + blobDataLength, in OnFunctionCall()
1699 int(blobDataLength)); in OnFunctionCall()
H A DActorsParent.cpp18797 uint32_t blobDataLength; in OnFunctionCall() local
18799 MOZ_TO_RESULT(aValues->GetSharedBlob(1, &blobDataLength, &blobData))); in OnFunctionCall()
18802 static_cast<uint8_t*>(malloc(blobDataLength)), blobDataLength); in OnFunctionCall()
18809 memcpy(copiedBlobDataPair.first, blobData, blobDataLength); in OnFunctionCall()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DActorsParentCommon.cpp323 uint32_t blobDataLength; in ReadCompressedIndexDataValuesFromSource() local
326 QM_TRY(OkIf(blobDataLength), NS_ERROR_FILE_CORRUPTED, in ReadCompressedIndexDataValuesFromSource()
330 Span(blobData, blobDataLength), aOutIndexValues)); in ReadCompressedIndexDataValuesFromSource()
478 uint32_t blobDataLength; in GetStructuredCloneReadInfoFromSource() local
479 QM_TRY(aSource->GetSharedBlob(aDataIndex, &blobDataLength, &blobData)); in GetStructuredCloneReadInfoFromSource()
482 blobData, blobDataLength, aFileManager, fileIds, aMaybeKey); in GetStructuredCloneReadInfoFromSource()
567 const auto blobDataLength = std::accumulate( in MakeCompressedIndexDataValues() local
583 QM_TRY(OkIf(blobDataLength.isValid()), in MakeCompressedIndexDataValues()
588 static_cast<uint8_t*>(malloc(blobDataLength.value()))); in MakeCompressedIndexDataValues()
612 MOZ_ASSERT(blobDataIter == blobData.get() + blobDataLength.value()); in MakeCompressedIndexDataValues()
[all …]
H A DSchemaUpgrades.cpp1676 uint32_t blobDataLength; in OnFunctionCall() local
1677 nsresult rv = aValues->GetSharedBlob(0, &blobDataLength, &blobData); in OnFunctionCall()
1684 static_cast<uint8_t*>(malloc(blobDataLength))); in OnFunctionCall()
1690 rv = CopyAndUpgradeKeyBuffer(blobData, blobData + blobDataLength, in OnFunctionCall()
1698 int(blobDataLength)); in OnFunctionCall()
H A DActorsParent.cpp18817 uint32_t blobDataLength; in OnFunctionCall() local
18818 QM_TRY(aValues->GetSharedBlob(1, &blobDataLength, &blobData)); in OnFunctionCall()
18821 static_cast<uint8_t*>(malloc(blobDataLength)), blobDataLength); in OnFunctionCall()
18828 memcpy(copiedBlobDataPair.first, blobData, blobDataLength); in OnFunctionCall()
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssh.c872 int blobDataLength DUMMY_INIT, hashSize, pkcAlgo, status; in checkAttributeFunction()
935 &blobDataLength ); in checkAttributeFunction()
940 blobDataLength ); in checkAttributeFunction()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DActorsParent.cpp775 uint32_t blobDataLength = 0; in MakeCompressedIndexDataValues() local
808 blobDataLength += infoLength; in MakeCompressedIndexDataValues()
812 static_cast<uint8_t*>(malloc(blobDataLength))); in MakeCompressedIndexDataValues()
947 uint32_t blobDataLength; in ReadCompressedIndexDataValuesFromSource() local
953 if (NS_WARN_IF(!blobDataLength)) { in ReadCompressedIndexDataValuesFromSource()
3038 uint32_t blobDataLength; in OnFunctionCall() local
3046 static_cast<uint8_t*>(malloc(blobDataLength))); in OnFunctionCall()
3061 int(blobDataLength)); in OnFunctionCall()
19813 uint32_t blobDataLength; in GetStructuredCloneReadInfoFromSource() local
25382 uint32_t blobDataLength; in OnFunctionCall() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DActorsParent.cpp727 uint32_t blobDataLength = 0; in MakeCompressedIndexDataValues() local
754 blobDataLength += infoLength.value(); in MakeCompressedIndexDataValues()
758 static_cast<uint8_t*>(malloc(blobDataLength))); in MakeCompressedIndexDataValues()
891 uint32_t blobDataLength; in ReadCompressedIndexDataValuesFromSource() local
897 if (NS_WARN_IF(!blobDataLength)) { in ReadCompressedIndexDataValuesFromSource()
2753 uint32_t blobDataLength; in OnFunctionCall() local
2761 static_cast<uint8_t*>(malloc(blobDataLength))); in OnFunctionCall()
2775 int(blobDataLength)); in OnFunctionCall()
19262 uint32_t blobDataLength; in GetStructuredCloneReadInfoFromSource() local
24166 uint32_t blobDataLength; in OnFunctionCall() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DActorsParent.cpp709 uint32_t blobDataLength = 0; in MakeCompressedIndexDataValues() local
741 blobDataLength += infoLength; in MakeCompressedIndexDataValues()
745 static_cast<uint8_t*>(malloc(blobDataLength))); in MakeCompressedIndexDataValues()
880 uint32_t blobDataLength; in ReadCompressedIndexDataValuesFromSource() local
886 if (NS_WARN_IF(!blobDataLength)) { in ReadCompressedIndexDataValuesFromSource()
2757 uint32_t blobDataLength; in OnFunctionCall() local
2765 static_cast<uint8_t*>(malloc(blobDataLength))); in OnFunctionCall()
2779 int(blobDataLength)); in OnFunctionCall()
17544 uint32_t blobDataLength; in GetStructuredCloneReadInfoFromSource() local
22588 uint32_t blobDataLength; in OnFunctionCall() local
[all …]