Lines Matching refs:journal

555 // blob journal, the safe thing to do is to clear it and leak the blobs,
562 BlobJournalType* journal) {
570 journal->clear();
574 if (!DecodeBlobJournal(&slice, journal)) {
588 const BlobJournalType& journal) {
591 EncodeBlobJournal(journal, &data);
597 const BlobJournalType& journal) {
600 EncodeBlobJournal(journal, &data);
606 const BlobJournalType& journal) {
613 old_journal.insert(old_journal.end(), journal.begin(), journal.end());
622 BlobJournalType journal;
623 journal.push_back(
627 EncodeBlobJournal(journal, &data);
634 BlobJournalType journal;
636 leveldb::Status s = GetBlobJournal(key, leveldb_transaction, &journal);
639 journal.push_back(
642 EncodeBlobJournal(journal, &data);
2385 // remove all entries with database_id from the live_blob journal and add only
2386 // kAllBlobsKey to the primary journal. Otherwise if IsValidBlobKey(blob_key)
2387 // and we hit kAllBlobsKey for the right database_id in the journal, we leave
2388 // the kAllBlobsKey entry in the live_blob journal but add the specific blob
2391 // journal.
2578 BlobJournalType journal;
2580 GetBlobJournal(level_db_key, journal_transaction.get(), &journal);
2583 if (!journal.size())
2586 for (journal_iter = journal.begin(); journal_iter != journal.end();
3868 // Create LevelDBTransaction for the name generator seed and add-journal.
3872 BlobJournalType journal;
3886 journal.push_back(journal_entry);
3915 UpdatePrimaryJournalWithBlobList(pre_transaction.get(), journal);
4026 // Remove the add journal, if any; once the blobs are written, and we