Home
last modified time | relevance | path

Searched refs:writeStmt (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DActorsParent.cpp16512 writeStmt = nsCOMPtr<mozIStorageStatement>{}]( in UpdateLocaleAwareIndex()
16514 if (!writeStmt) { in UpdateLocaleAwareIndex()
16516 writeStmt, in UpdateLocaleAwareIndex()
16526 mozStorageStatementScoper scoper(writeStmt); in UpdateLocaleAwareIndex()
16527 QM_TRY(writeStmt->BindInt64ByName(kStmtParamNameIndexId, in UpdateLocaleAwareIndex()
16532 QM_TRY(oldKey.BindToStatement(writeStmt, kStmtParamNameValue)); in UpdateLocaleAwareIndex()
16538 newSortKey.BindToStatement(writeStmt, kStmtParamNameValueLocale)); in UpdateLocaleAwareIndex()
16541 writeStmt, kStmtParamNameObjectDataKey)); in UpdateLocaleAwareIndex()
16543 QM_TRY(writeStmt->Execute()); in UpdateLocaleAwareIndex()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DActorsParent.cpp16512 writeStmt = nsCOMPtr<mozIStorageStatement>{}]( in UpdateLocaleAwareIndex()
16514 if (!writeStmt) { in UpdateLocaleAwareIndex()
16516 writeStmt, in UpdateLocaleAwareIndex()
16526 mozStorageStatementScoper scoper(writeStmt); in UpdateLocaleAwareIndex()
16527 QM_TRY(writeStmt->BindInt64ByName(kStmtParamNameIndexId, in UpdateLocaleAwareIndex()
16532 QM_TRY(oldKey.BindToStatement(writeStmt, kStmtParamNameValue)); in UpdateLocaleAwareIndex()
16538 newSortKey.BindToStatement(writeStmt, kStmtParamNameValueLocale)); in UpdateLocaleAwareIndex()
16541 writeStmt, kStmtParamNameObjectDataKey)); in UpdateLocaleAwareIndex()
16543 QM_TRY(writeStmt->Execute()); in UpdateLocaleAwareIndex()
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DActorsParent.cpp16471 writeStmt = nsCOMPtr<mozIStorageStatement>{}]( in UpdateLocaleAwareIndex()
16473 if (!writeStmt) { in UpdateLocaleAwareIndex()
16475 writeStmt, in UpdateLocaleAwareIndex()
16485 mozStorageStatementScoper scoper(writeStmt); in UpdateLocaleAwareIndex()
16486 QM_TRY(MOZ_TO_RESULT(writeStmt->BindInt64ByName(kStmtParamNameIndexId, in UpdateLocaleAwareIndex()
16492 oldKey.BindToStatement(writeStmt, kStmtParamNameValue))); in UpdateLocaleAwareIndex()
16498 newSortKey.BindToStatement(writeStmt, kStmtParamNameValueLocale))); in UpdateLocaleAwareIndex()
16502 writeStmt, kStmtParamNameObjectDataKey))); in UpdateLocaleAwareIndex()
16504 QM_TRY(MOZ_TO_RESULT(writeStmt->Execute())); in UpdateLocaleAwareIndex()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DActorsParent.cpp22226 nsCOMPtr<mozIStorageStatement> writeStmt; in UpdateLocaleAwareIndex() local
22237 rv = aConnection->CreateStatement(writeQuery, getter_AddRefs(writeStmt)); in UpdateLocaleAwareIndex()
22243 mozStorageStatementScoper scoper(writeStmt); in UpdateLocaleAwareIndex()
22244 rv = writeStmt->BindInt64ByName(NS_LITERAL_CSTRING("index_id"), in UpdateLocaleAwareIndex()
22256 rv = oldKey.BindToStatement(writeStmt, NS_LITERAL_CSTRING("value")); in UpdateLocaleAwareIndex()
22266 rv = newSortKey.BindToStatement(writeStmt, in UpdateLocaleAwareIndex()
22277 rv = objectKey.BindToStatement(writeStmt, in UpdateLocaleAwareIndex()
22283 rv = writeStmt->Execute(); in UpdateLocaleAwareIndex()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DActorsParent.cpp21666 nsCOMPtr<mozIStorageStatement> writeStmt; in UpdateLocaleAwareIndex() local
21680 rv = aConnection.CreateStatement(writeQuery, getter_AddRefs(writeStmt)); in UpdateLocaleAwareIndex()
21686 mozStorageStatementScoper scoper(writeStmt); in UpdateLocaleAwareIndex()
21687 rv = writeStmt->BindInt64ByName(kStmtParamNameIndexId, aIndexMetadata.id()); in UpdateLocaleAwareIndex()
21698 rv = oldKey.BindToStatement(writeStmt, kStmtParamNameValue); in UpdateLocaleAwareIndex()
21711 rv = newSortKey.BindToStatement(writeStmt, kStmtParamNameValueLocale); in UpdateLocaleAwareIndex()
21721 rv = objectStorePosition.BindToStatement(writeStmt, in UpdateLocaleAwareIndex()
21727 rv = writeStmt->Execute(); in UpdateLocaleAwareIndex()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DActorsParent.cpp19785 nsCOMPtr<mozIStorageStatement> writeStmt; in UpdateLocaleAwareIndex() local
19797 rv = aConnection->CreateStatement(writeQuery, getter_AddRefs(writeStmt)); in UpdateLocaleAwareIndex()
19803 mozStorageStatementScoper scoper(writeStmt); in UpdateLocaleAwareIndex()
19804 rv = writeStmt->BindInt64ByName(NS_LITERAL_CSTRING("index_id"), in UpdateLocaleAwareIndex()
19816 rv = oldKey.BindToStatement(writeStmt, NS_LITERAL_CSTRING("value")); in UpdateLocaleAwareIndex()
19829 rv = newSortKey.BindToStatement(writeStmt, in UpdateLocaleAwareIndex()
19840 rv = objectKey.BindToStatement(writeStmt, in UpdateLocaleAwareIndex()
19846 rv = writeStmt->Execute(); in UpdateLocaleAwareIndex()