Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c14808 typedef struct IdxScan IdxScan; typedef
14843 struct IdxScan { struct
14850 IdxScan *pNextScan; /* Next IdxScan object for same analysis */ argument
14926 IdxScan *pScan; /* List of scan objects */
15224 IdxScan *pScan; in expertBestIndex()
15230 pScan = idxMalloc(&rc, sizeof(IdxScan)); in expertBestIndex()
15651 IdxScan *pScan, /* Scan for table to search for index on */ in idxFindCompatible()
15731 IdxScan *pScan, in idxCreateFromCons()
15827 IdxScan *pScan, /* Create indexes for this scan */ in idxCreateFromWhere()
15866 IdxScan *pIter; in idxCreateCandidates()
[all …]