Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h132 char cId; /* Symbolic ID of this loop for debugging use */ member
H A Dwhere.c2147 sqlite3DebugPrintf("%c%2d.%0*llx.%0*llx", p->cId, in sqlite3WhereLoopPrint()
4714 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; } in wherePathName()
4715 if( pLast ) zName[i++] = pLast->cId; in wherePathName()
5258 pLoop->cId = '0'; in whereShortCut()
5308 p->cId = zLabel[i%(sizeof(zLabel)-1)]; in showAllWhereLoops()
5391 WHERETRACE(0xffff, ("-> drop loop %c not used\n", pLoop->cId)); in whereOmitNoopJoin()
5454 pLoop->cId, (double)sqlite3LogEstToInt(nSearch), pTab->zName, in whereCheckIfBloomFilterIsUseful()
5722 sWLB.pNew->cId = '*'; in sqlite3WhereBegin()