Searched refs:nTab (Results 1 – 2 of 2) sorted by relevance
20905 int nTab; /* Number of previously allocated VDBE cursors */ member90393 nCursor = pParse->nTab;106158 sParse.nTab = 1;111295 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab);115893 iTab = pParse->nTab++;116059 pParse->nTab--; /* Back out the allocation of the unused cursor */120145 pItem->iOBTab = pParse->nTab++;120165 pItem->iDistinct = pParse->nTab++;122683 iCur = pParse->nTab++;124468 pParse->nTab = MAX(pParse->nTab, iTab);[all …]
15429 int nTab; in idxGetTableInfo() local15438 nTab = STRLEN(zTab); in idxGetTableInfo()15439 nByte = sizeof(IdxTable) + nTab + 1; in idxGetTableInfo()15502 if( ALWAYS(pNew->zName!=0) ) memcpy(pNew->zName, zTab, nTab+1); in idxGetTableInfo()