Searched refs:CheckGet (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/db/ |
| D | c_test.c | 113 static void CheckGet( in CheckGet() function 320 CheckGet(db, roptions, "bar", NULL); in CheckCompaction() 529 CheckGet(db, roptions, "foo", NULL); in main() 727 CheckGet(db, roptions, "bar", NULL); in main() 728 CheckGet(db, roptions, "box", "c"); in main() 738 CheckGet(db, roptions, "bar", NULL); in main() 739 CheckGet(db, roptions, "bay", "d"); in main() 749 CheckGet(db, roptions, "bay", NULL); in main() 767 CheckGet(db, roptions, "zap", NULL); in main() 833 CheckGet(db, roptions, "box", "c"); in main() [all …]
|