Searched defs:ScanResult (Results 1 – 1 of 1) sorted by relevance
166 typedef struct ScanResult ScanResult; typedef167 struct ScanResult { struct168 TestDb *pDb;170 int nRow;171 u32 cksum1;172 u32 cksum2;173 void *pKey1; int nKey1;197 ScanResult *p = (ScanResult *)pCtx; in scanCompareCb() argument