HomeSort by: relevance | last modified time | path
    Searched refs:nCol (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 1637 int nCol; /* Number of columns returned by pStmt */
1653 for(i=0; i<p->nCol; i++){
1659 p->nCol = 0;
1707 int nCol; /* Number of columns returned by pStmt */
1710 p->nCol = nCol = sqlite3_column_count(pStmt);
1711 if( nCol>0 && (papColName || p->pVarName) ){
1712 apColName = (Tcl_Obj**)Tcl_Alloc( sizeof(Tcl_Obj*)*nCol );
1713 for(i=0; i<nCol; i++){
1730 for(i=0; i<nCol; i++)
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 12467 ** If successful, *pabPK is set to point to an array of nCol entries, where
12468 ** nCol is the number of columns in the table. Elements of *pabPK are set to
19459 i16 nCol; /* Number of columns in this table */
19613 int nCol; /* Number of columns in this key */
19621 } aCol[FLEXARRAY]; /* One entry for each of nCol columns */
19778 ** In the Table structure describing Ex1, nCol==3 because there are
19828 u16 nColumn; /* Nr columns in btree. Can be 2*Table.nCol */
    [all...]
shell.c 935 int nCol; /* Number of output columns */
2361 int nCol; /* Number of columns in the table */
2366 sqlite3_int64 n; /* Number of cells. nCol*nRow */
2431 p->nAlloc = 2*p->nAlloc + 10*p->nCol;
2461 if( p->nCol>0 ){
2467 for(i=1; i<p->nCol; i++){
2544 if( p->nCol>0 ){
2550 for(i=1; i<p->nCol; i++){
2566 for(i=0; i<pData->nCol; i++){
2585 ** laid out as nCol columns with a 2-space gap between each suc
    [all...]

Completed in 77 milliseconds