Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c9286 typedef struct IdxScan IdxScan; typedef
9321 struct IdxScan { struct
9404 IdxScan *pScan; /* List of scan objects */
9702 IdxScan *pScan; in expertBestIndex()
9708 pScan = idxMalloc(&rc, sizeof(IdxScan)); in expertBestIndex()
10193 IdxScan *pScan, in idxCreateFromCons()
10328 IdxScan *pIter; in idxCreateCandidates()
10357 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){ in idxScanFree()
10358 IdxScan *p; in idxScanFree()
10359 IdxScan *pNext; in idxScanFree()
[all …]