Lines Matching defs:pPath
160907 WherePath *pPath, /* The WherePath to check */
160909 u16 nLoop, /* Number of entries in pPath->aLoop[] */
160910 WhereLoop *pLast, /* Add this WhereLoop to the end of pPath->aLoop[] */
160923 int iLoop; /* Index of WhereLoop in pPath being processed */
160977 pLoop = pPath->aLoop[iLoop];
161261 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){
161264 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }