Home
last modified time | relevance | path

Searched refs:ScanResult (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c166 typedef struct ScanResult ScanResult; typedef
167 struct ScanResult { struct
197 ScanResult *p = (ScanResult *)pCtx; in scanCompareCb() argument
272 ScanResult res1; in testScanCompare()
273 ScanResult res2; in testScanCompare()
277 memset(&res1, 0, sizeof(ScanResult)); in testScanCompare()
278 memset(&res2, 0, sizeof(ScanResult)); in testScanCompare()