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

  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
c.h 64 typedef struct leveldb_readoptions_t leveldb_readoptions_t; typedef in typeref:struct:leveldb_readoptions_t
103 const leveldb_readoptions_t* options,
110 const leveldb_readoptions_t* options);
244 extern leveldb_readoptions_t* leveldb_readoptions_create();
245 extern void leveldb_readoptions_destroy(leveldb_readoptions_t*);
247 leveldb_readoptions_t*,
250 leveldb_readoptions_t*, unsigned char);
252 leveldb_readoptions_t*,
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 50 struct leveldb_readoptions_t { ReadOptions rep; }; struct
199 const leveldb_readoptions_t* options,
220 const leveldb_readoptions_t* options) {
522 leveldb_readoptions_t* leveldb_readoptions_create() {
523 return new leveldb_readoptions_t;
526 void leveldb_readoptions_destroy(leveldb_readoptions_t* opt) {
531 leveldb_readoptions_t* opt,
537 leveldb_readoptions_t* opt, unsigned char v) {
542 leveldb_readoptions_t* opt,
c_test.c 66 const leveldb_readoptions_t* options,
163 leveldb_readoptions_t* roptions;

Completed in 105 milliseconds