Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c11997 IdxScan *pScan; /* List of scan objects */ member
12295 IdxScan *pScan; in expertBestIndex() local
12722 IdxScan *pScan, /* Scan for table to search for index on */ in idxFindCompatible()
12802 IdxScan *pScan, in idxCreateFromCons()
12898 IdxScan *pScan, /* Create indexes for this scan */ in idxCreateFromWhere()
12966 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){ in idxScanFree()