Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c11958 typedef struct IdxScan IdxScan; typedef
11993 struct IdxScan { struct
12000 IdxScan *pNextScan; /* Next IdxScan object for same analysis */ argument
12076 IdxScan *pScan; /* List of scan objects */
12374 IdxScan *pScan; in expertBestIndex()
12380 pScan = idxMalloc(&rc, sizeof(IdxScan)); in expertBestIndex()
12801 IdxScan *pScan, /* Scan for table to search for index on */ in idxFindCompatible()
12881 IdxScan *pScan, in idxCreateFromCons()
12977 IdxScan *pScan, /* Create indexes for this scan */ in idxCreateFromWhere()
13016 IdxScan *pIter; in idxCreateCandidates()
[all …]