WherePath 115761 ext/sqlite3/libsqlite/sqlite3.c typedef struct WherePath WherePath; WherePath 121785 ext/sqlite3/libsqlite/sqlite3.c WherePath *pPath, /* The WherePath to check */ WherePath 122053 ext/sqlite3/libsqlite/sqlite3.c static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){ WherePath 122126 ext/sqlite3/libsqlite/sqlite3.c WherePath *aFrom; /* All nFrom paths at the previous level */ WherePath 122127 ext/sqlite3/libsqlite/sqlite3.c WherePath *aTo; /* The nTo best paths at the current level */ WherePath 122128 ext/sqlite3/libsqlite/sqlite3.c WherePath *pFrom; /* An element of aFrom[] that we are working on */ WherePath 122129 ext/sqlite3/libsqlite/sqlite3.c WherePath *pTo; /* An element of aTo[] that we are working on */ WherePath 122158 ext/sqlite3/libsqlite/sqlite3.c nSpace = (sizeof(WherePath)+sizeof(WhereLoop*)*nLoop)*mxChoice*2; WherePath 122162 ext/sqlite3/libsqlite/sqlite3.c aTo = (WherePath*)pSpace;