OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:roptions
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/db/
c_test.c
163
leveldb_readoptions_t*
roptions
;
local
194
roptions
= leveldb_readoptions_create();
195
leveldb_readoptions_set_verify_checksums(
roptions
, 1);
196
leveldb_readoptions_set_fill_cache(
roptions
, 0);
220
CheckGet(db,
roptions
, "foo", NULL);
225
CheckGet(db,
roptions
, "foo", "hello");
229
CheckGet(db,
roptions
, "foo", "hello");
233
CheckGet(db,
roptions
, "foo", "hello");
245
CheckGet(db,
roptions
, "foo", "hello");
246
CheckGet(db,
roptions
, "bar", NULL)
[
all
...]
Completed in 128 milliseconds