Searched refs:nTab (Results 1 – 2 of 2) sorted by relevance
19812 int nTab; /* Number of previously allocated VDBE cursors */ member87484 nCursor = pParse->nTab;102604 sParse.nTab = 1;107699 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab);112137 iTab = pParse->nTab++;112302 pParse->nTab--; /* Back out the allocation of the unused cursor */115936 pItem->iOBTab = pParse->nTab++;115956 pItem->iDistinct = pParse->nTab++;118377 iCur = pParse->nTab++;119510 pParse->nTab = MAX(pParse->nTab, iTab);[all …]
12617 int nTab; in idxGetTableInfo() local12626 nTab = STRLEN(zTab); in idxGetTableInfo()12627 nByte = sizeof(IdxTable) + nTab + 1; in idxGetTableInfo()12690 if( ALWAYS(pNew->zName!=0) ) memcpy(pNew->zName, zTab, nTab+1); in idxGetTableInfo()