Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h29 typedef struct WherePath WherePath; typedef
206 struct WherePath { struct
H A Dwhere.c4357 WherePath *pPath, /* The WherePath to check */ in wherePathSatisfiesOrderBy()
4711 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){ in wherePathName()
4790 WherePath *aFrom; /* All nFrom paths at the previous level */ in wherePathSolver()
4791 WherePath *aTo; /* The nTo best paths at the current level */ in wherePathSolver()
4792 WherePath *pFrom; /* An element of aFrom[] that we are working on */ in wherePathSolver()
4793 WherePath *pTo; /* An element of aTo[] that we are working on */ in wherePathSolver()
4821 nSpace = (sizeof(WherePath)+sizeof(WhereLoop*)*nLoop)*mxChoice*2; in wherePathSolver()
4825 aTo = (WherePath*)pSpace; in wherePathSolver()