Searched refs:RegisterCleanup (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Diterator.h76 void RegisterCleanup(CleanupFunction function, void* arg1, void* arg2);
/external/chromium_org/third_party/leveldatabase/src/table/
H A Diterator.cc26 void Iterator::RegisterCleanup(CleanupFunction func, void* arg1, void* arg2) { function in class:leveldb::Iterator
H A Dtable.cc200 iter->RegisterCleanup(&DeleteBlock, block, NULL);
202 iter->RegisterCleanup(&ReleaseBlock, block_cache, cache_handle);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dtable_cache.cc98 result->RegisterCleanup(&UnrefEntry, cache_, handle);
H A Ddb_impl.cc1059 internal_iter->RegisterCleanup(CleanupIteratorState, cleanup, NULL);

Completed in 366 milliseconds