Lines Matching refs:nCol
182 int nCol = 0; in tableColumnList() local
195 if( nCol>=nAlloc-2 ){ in tableColumnList()
197 nAlloc = nAlloc*2 + nCol + 10; in tableColumnList()
203 azCol[++nCol] = sqlite3_mprintf("%s", sqlite3_column_text(pStmt, 1)); in tableColumnList()
204 if( azCol[nCol]==0 ) goto col_oom; in tableColumnList()
219 azCol[nCol+1] = 0; in tableColumnList()
255 for(i=1; i<=nCol; i++){ in tableColumnList()
258 if( i>nCol ){ in tableColumnList()
426 int nCol; in dump_callback() local
466 nCol = i; in dump_callback()
467 if( azTCol[0]==0 ) nCol--; in dump_callback()
479 for(i=0; i<nCol; i++){ in dump_callback()