Searched refs:fsReadData (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_file.c | 1286 static int fsReadData( in fsReadData() function 1487 rc = fsReadData(pFS, pSeg, iOff, aSz, sizeof(aSz)); in fsReadPagedata() 1509 rc = fsReadData(pFS, pSeg, iOff, pFS->aIBuffer, pPg->nCompress); in fsReadPagedata() 1957 if( rc==LSM_OK ) rc = fsReadData(pFS, pSeg, iRead, aSz, sizeof(aSz)); in fsGetPageBefore()
|