HomeSort by relevance Sort by last modified time
    Searched refs:RegisterCleanup (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
iterator.h 76 void RegisterCleanup(CleanupFunction function, void* arg1, void* arg2);
  /external/chromium_org/third_party/leveldatabase/src/table/
iterator.cc 26 void Iterator::RegisterCleanup(CleanupFunction func, void* arg1, void* arg2) {
table.cc 200 iter->RegisterCleanup(&DeleteBlock, block, NULL);
202 iter->RegisterCleanup(&ReleaseBlock, block_cache, cache_handle);
  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.cc 98 result->RegisterCleanup(&UnrefEntry, cache_, handle);
db_impl.cc 1059 internal_iter->RegisterCleanup(CleanupIteratorState, cleanup, NULL);
    [all...]

Completed in 356 milliseconds