Home
last modified time | relevance | path

Searched defs:pScan (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c160 IdxScan *pScan; /* List of scan objects */ member
458 IdxScan *pScan; in expertBestIndex() local
884 IdxScan *pScan, /* Scan for table to search for index on */ in idxFindCompatible()
964 IdxScan *pScan, in idxCreateFromCons()
1060 IdxScan *pScan, /* Create indexes for this scan */ in idxCreateFromWhere()
1128 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){ in idxScanFree()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c604 sqlite3_stmt *pScan = 0; in sqlite3Fts5StorageRebuild() local
894 sqlite3_stmt *pScan; in sqlite3Fts5StorageIntegrity() local
H A Dfts5_hash.c33 Fts5HashEntry *pScan; /* Current ordered scan item */ member
/sqlite-3.40.0/src/
H A Dwhere.c310 static WhereTerm *whereScanNext(WhereScan *pScan){ in whereScanNext()
412 static SQLITE_NOINLINE WhereTerm *whereScanInitIndexExpr(WhereScan *pScan){ in whereScanInitIndexExpr()
437 WhereScan *pScan, /* The WhereScan object being initialized */ in whereScanInit()
H A Dvdbeapi.c2115 ScanStatus *pScan; in sqlite3_stmt_scanstatus() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb.c524 sqlite3_stmt *pScan; in sql_scan() local