Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c163317 typedef struct WherePath WherePath; typedef
163501 struct WherePath { struct
173994 WherePath *pPath, /* The WherePath to check */
174357 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){
174690 WherePath *aFrom; /* All nFrom paths at the previous level */
174691 WherePath *aTo; /* The nTo best paths at the current level */
174692 WherePath *pFrom; /* An element of aFrom[] that we are working on */
174693 WherePath *pTo; /* An element of aTo[] that we are working on */
174736 nSpace = (sizeof(WherePath)+sizeof(WhereLoop*)*nLoop)*mxChoice*2;
174740 aTo = (WherePath*)pSpace;