Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c14770 typedef struct IdxScan IdxScan; typedef
14805 struct IdxScan { struct
14812 IdxScan *pNextScan; /* Next IdxScan object for same analysis */ argument
14888 IdxScan *pScan; /* List of scan objects */
15186 IdxScan *pScan; in expertBestIndex()
15192 pScan = idxMalloc(&rc, sizeof(IdxScan)); in expertBestIndex()
15613 IdxScan *pScan, /* Scan for table to search for index on */ in idxFindCompatible()
15693 IdxScan *pScan, in idxCreateFromCons()
15789 IdxScan *pScan, /* Create indexes for this scan */ in idxCreateFromWhere()
15828 IdxScan *pIter; in idxCreateCandidates()
[all …]