Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c163067 typedef struct WherePath WherePath; typedef
163251 struct WherePath { struct
173739 WherePath *pPath, /* The WherePath to check */
174102 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){
174435 WherePath *aFrom; /* All nFrom paths at the previous level */
174436 WherePath *aTo; /* The nTo best paths at the current level */
174437 WherePath *pFrom; /* An element of aFrom[] that we are working on */
174438 WherePath *pTo; /* An element of aTo[] that we are working on */
174481 nSpace = (sizeof(WherePath)+sizeof(WhereLoop*)*nLoop)*mxChoice*2;
174485 aTo = (WherePath*)pSpace;