Home
last modified time | relevance | path

Searched refs:nCol (Results 1 – 3 of 3) sorted by relevance

/src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1622 int nCol; /* Number of columns returned by pStmt */ member
1637 for(i=0; i<p->nCol; i++){ in dbReleaseColumnNames()
1643 p->nCol = 0; in dbReleaseColumnNames()
1691 int nCol; /* Number of columns returned by pStmt */ in dbEvalRowInfo() local
1694 p->nCol = nCol = sqlite3_column_count(pStmt); in dbEvalRowInfo()
1695 if( nCol>0 && (papColName || p->pArray) ){ in dbEvalRowInfo()
1696 apColName = (Tcl_Obj**)Tcl_Alloc( sizeof(Tcl_Obj*)*nCol ); in dbEvalRowInfo()
1697 for(i=0; i<nCol; i++){ in dbEvalRowInfo()
1712 for(i=0; i<nCol; i++){ in dbEvalRowInfo()
1725 *pnCol = p->nCol; in dbEvalRowInfo()
[all …]
/src/contrib/sqlite3/
H A Dsqlite3.c18806 i16 nCol; /* Number of columns in this table */ member
18959 int nCol; /* Number of columns in this key */ member
33248 int nCol, in sqlite3TreeViewColumnList() argument
33254 for(i=0; i<nCol; i++){ in sqlite3TreeViewColumnList()
33256 int colMoreToFollow = i<(nCol - 1); in sqlite3TreeViewColumnList()
33351 pItem->pSTab->zName, pItem->pSTab->nCol, pItem->pSTab, in sqlite3TreeViewSrcList()
33402 sqlite3TreeViewColumnList(pView, pTab->aCol, pTab->nCol, 1); in sqlite3TreeViewSrcList()
85281 int nCol = pIdx->nColumn; /* Number of index columns including rowid */ local
85283 nByte = sizeof(Mem) * nCol + ROUND8(sizeof(UnpackedRecord));
85288 assert( pRec->pKeyInfo->nAllField==nCol );
[all …]
H A Dshell.c3049 int nCol; /* Number of columns in the result set */ in sha3QueryFunc() local
3086 nCol = sqlite3_column_count(pStmt); in sha3QueryFunc()
3097 for(i=0; i<nCol; i++){ in sha3QueryFunc()
3476 int nCol; /* Number of columns in the result set */ in sha1QueryFunc() local
3504 nCol = sqlite3_column_count(pStmt); in sha1QueryFunc()
3513 for(i=0; i<nCol; i++){ in sha1QueryFunc()
5208 int nCol = 0; in toBase64() local
5218 if( (nCol += 4)>=B64_DARK_MAX || nbIn<=0 ){ in toBase64()
5220 nCol = 0; in toBase64()
5565 int nCol = 0; in toBase85() local
[all …]