Searched refs:nId (Results 1 – 2 of 2) sorted by relevance
19160 int nId; /* Number of identifiers on the list */ member33238 for(i=0; i<pList->nId; i++){ in sqlite3TreeViewBareIdList()33240 int moreToFollow = i<pList->nId - 1; in sqlite3TreeViewBareIdList()33254 sqlite3TreeViewPush(&pView, i<pList->nId-1); in sqlite3TreeViewBareIdList()110294 pNew = sqlite3DbMallocRawNN(db, sizeof(*pNew)+(p->nId-1)*sizeof(p->a[0]) );110296 pNew->nId = p->nId;110298 for(i=0; i<p->nId; i++){110464 if( pExpr->op!=TK_SELECT && pColumns->nId!=(n=sqlite3ExprVectorSize(pExpr)) ){110466 pColumns->nId, n);110470 for(i=0; i<pColumns->nId; i++){[all …]
12661 int nId = STRLEN(zId); in idxIdentifierRequiresQuotes() local12663 if( sqlite3_keyword_check(zId, nId) ) return 1; in idxIdentifierRequiresQuotes()