Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c12797 typedef struct IdxScan IdxScan; typedef
12832 struct IdxScan { struct
12839 IdxScan *pNextScan; /* Next IdxScan object for same analysis */ argument
12915 IdxScan *pScan; /* List of scan objects */
13213 IdxScan *pScan; in expertBestIndex()
13219 pScan = idxMalloc(&rc, sizeof(IdxScan)); in expertBestIndex()
13640 IdxScan *pScan, /* Scan for table to search for index on */ in idxFindCompatible()
13720 IdxScan *pScan, in idxCreateFromCons()
13816 IdxScan *pScan, /* Create indexes for this scan */ in idxCreateFromWhere()
13855 IdxScan *pIter; in idxCreateCandidates()
[all …]