Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c11958 typedef struct IdxScan IdxScan; typedef
11993 struct IdxScan { struct
12076 IdxScan *pScan; /* List of scan objects */
12374 IdxScan *pScan; in expertBestIndex()
12380 pScan = idxMalloc(&rc, sizeof(IdxScan)); in expertBestIndex()
12881 IdxScan *pScan, in idxCreateFromCons()
13016 IdxScan *pIter; in idxCreateCandidates()
13045 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){ in idxScanFree()
13046 IdxScan *p; in idxScanFree()
13047 IdxScan *pNext; in idxScanFree()
[all …]