Searched refs:nCol (Results 1 - 6 of 6) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c1915 int nCol; /* Number of columns in the result set */ local
1952 nCol = sqlite3_column_count(pStmt);
1961 for(i=0; i<nCol; i++){
6007 int nCol; member in struct:IdxTable
6608 int nCol = 0; local
6623 nCol++;
6628 nByte += sizeof(IdxColumn) * nCol;
6634 pNew->nCol = nCol;
6635 pCsr = (char*)&pNew->aCol[nCol];
7449 int nCol = 0; local
9486 int nCol = sqlite3_column_count(pStmt); local
9847 int nCol = 0; local
12743 int nCol; /* Number of columns in the table */ local
[all...]
H A Dsqlite3.c10489 ** If successful, *pabPK is set to point to an array of nCol entries, where
10490 ** nCol is the number of columns in the table. Elements of *pabPK are set to
15777 i16 nCol; /* Number of columns in this table */ member in struct:Table
15885 int nCol; /* Number of columns in this key */ member in struct:FKey
15893 } aCol[1]; /* One entry for each of nCol columns */
16013 ** In the Table structure describing Ex1, nCol==3 because there are
72350 int nCol = pIdx->nColumn; /* Number of index columns including rowid */ local
72900 int nCol = pRec->pKeyInfo->nAllField; local
96582 int nCol; local
99119 int nCol; /* Number of columns in index + pk/rowid */ member in struct:Stat4Accum
99235 int nCol; /* Number of columns in index being sampled */ local
99339 int nCol = pAccum->nCol; local
99887 int nCol; /* Number of columns in pIdx. "N" */ local
100383 int nCol = pIndex->nKeyCol+1; local
100449 int nCol = 1; local
100610 int nCol = 1; /* Number of columns in index */ local
103283 hasColumn(const i16 *aiCol, int nCol, int x) argument
104261 int nCol; local
104476 sqlite3AllocateIndexObject( sqlite3 *db, i16 nCol, int nExtra, char **ppExtra ) argument
105971 int nCol = pIdx->nColumn; local
107455 int nCol; local
109605 int nCol = pFKey->nCol; /* Number of columns in parent key */ local
109795 int nCol = pFKey->nCol; local
112080 int nCol; /* Number of columns */ local
113149 int nCol; local
120363 int nCol; /* Number of columns in the result set */ local
120735 int nCol = p->pEList->nExpr; /* Number of columns in the recursive table */ local
121234 int nCol; /* Number of columns in result set */ local
123082 i16 nCol; local
124439 int nCol; local
124779 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
149862 int nCol; /* Number of table columns */ local
149926 int nCol = 0; /* Number of columns in the FTS table */ local
155410 int nCol; /* Number of entries in azCol[] */ member in struct:ParseContext
156272 fts3ExprParseUnbalanced( sqlite3_tokenizer *pTokenizer, int iLangid, char **azCol, int bFts4, int nCol, int iDefaultCol, const char *z, int n, Fts3Expr **ppExpr ) argument
156335 sqlite3Fts3ExprParse( sqlite3_tokenizer *pTokenizer, int iLangid, char **azCol, int bFts4, int nCol, int iDefaultCol, const char *z, int n, Fts3Expr **ppExpr, char **pzErr ) argument
156529 int nCol; local
164663 int nCol; /* Number of columns in table */ member in struct:MatchInfo
172973 int nCol; /* Number of columns in current object */ member in struct:RbuObjIter
173760 rbuAllocateIterArrays(sqlite3rbu *p, RbuObjIter *pIter, int nCol) argument
173991 int nCol = 0; local
178803 int nCol; /* Number of columns in zTab */ member in struct:sqlite3_changeset_iter
178826 int nCol; /* Number of columns in table zName */ member in struct:SessionTable
179336 sessionMergeRecord( u8 **paOut, int nCol, u8 *aLeft, u8 *aRight ) argument
180107 sessionExprComparePK( int nCol, const char *zDb1, const char *zDb2, const char *zTab, const char **azCol, u8 *abPK ) argument
180130 sessionExprCompareOther( int nCol, const char *zDb1, const char *zDb2, const char *zTab, const char **azCol, u8 *abPK ) argument
180161 sessionSelectFindNew( int nCol, const char *zDb1, const char *zDb2, const char *zTbl, const char *zExpr ) argument
180280 int nCol; /* Columns in zFrom.zTbl */ local
180823 sessionAppendDelete( SessionBuffer *pBuf, int bPatchset, SessionChange *p, int nCol, u8 *abPK ) argument
180878 sessionSelectStmt( sqlite3 *db, const char *zDb, const char *zTab, int nCol, const char **azCol, u8 *abPK, sqlite3_stmt **ppStmt ) argument
180934 sessionSelectBind( sqlite3_stmt *pSelect, int nCol, u8 *abPK, SessionChange *pChange ) argument
181060 int nCol; /* Number of columns in table */ local
181419 sessionReadRecord( SessionInput *pIn, int nCol, u8 *abPK, sqlite3_value **apOut ) argument
181486 int nCol = 0; local
181516 sessionChangesetBufferRecord( SessionInput *pIn, int nCol, int *pnByte ) argument
181893 int nCol = 0; /* Number of cols in current table */ local
182088 int nCol; /* Size of azCol[] and abPK[] arrays */ member in struct:SessionApplyCtx
182401 sessionBindRow( sqlite3_changeset_iter *pIter, int(*xValue)(sqlite3_changeset_iter *, int, sqlite3_value **), int nCol, u8 *abPK, sqlite3_stmt *pStmt ) argument
182451 int nCol; /* Number of columns in table */ local
182514 int nCol; local
182609 int nCol; local
182875 int nCol; local
183221 int nCol; local
186657 int nCol; member in struct:Fts5Colset
186709 int nCol; /* Number of columns */ member in struct:Fts5Config
189144 int nCol; local
192654 int nCol = p ? p->nCol : 0; /* Num. columns already in colset object */ local
192692 int nCol = pParse->pConfig->nCol; local
193109 int nCol = pNear->pColset->nCol; local
199681 int nCol = p->pConfig->nCol; local
201213 const int nCol = pConfig->nCol; local
203565 int nCol = pC->nCol + 1; local
203944 int nCol = p->pConfig->nCol; local
204460 fts5StorageDecodeSizeArray( int *aCol, int nCol, const u8 *aBlob, int nBlob ) argument
204482 int nCol = p->pConfig->nCol; /* Number of user columns in table */ local
206993 int nCol = pCsr->pConfig->nCol; local
[all...]
/external/sqlite/dist/
H A Dshell.c1921 int nCol; /* Number of columns in the result set */ local
1958 nCol = sqlite3_column_count(pStmt);
1967 for(i=0; i<nCol; i++){
6013 int nCol; member in struct:IdxTable
6614 int nCol = 0; local
6629 nCol++;
6634 nByte += sizeof(IdxColumn) * nCol;
6640 pNew->nCol = nCol;
6641 pCsr = (char*)&pNew->aCol[nCol];
7455 int nCol = 0; local
9492 int nCol = sqlite3_column_count(pStmt); local
9853 int nCol = 0; local
12766 int nCol; /* Number of columns in the table */ local
[all...]
H A Dsqlite3.c10489 ** If successful, *pabPK is set to point to an array of nCol entries, where
10490 ** nCol is the number of columns in the table. Elements of *pabPK are set to
15777 i16 nCol; /* Number of columns in this table */ member in struct:Table
15885 int nCol; /* Number of columns in this key */ member in struct:FKey
15893 } aCol[1]; /* One entry for each of nCol columns */
16013 ** In the Table structure describing Ex1, nCol==3 because there are
72350 int nCol = pIdx->nColumn; /* Number of index columns including rowid */ local
72900 int nCol = pRec->pKeyInfo->nAllField; local
96582 int nCol; local
99119 int nCol; /* Number of columns in index + pk/rowid */ member in struct:Stat4Accum
99235 int nCol; /* Number of columns in index being sampled */ local
99339 int nCol = pAccum->nCol; local
99887 int nCol; /* Number of columns in pIdx. "N" */ local
100383 int nCol = pIndex->nKeyCol+1; local
100449 int nCol = 1; local
100610 int nCol = 1; /* Number of columns in index */ local
103283 hasColumn(const i16 *aiCol, int nCol, int x) argument
104261 int nCol; local
104476 sqlite3AllocateIndexObject( sqlite3 *db, i16 nCol, int nExtra, char **ppExtra ) argument
105971 int nCol = pIdx->nColumn; local
107455 int nCol; local
109605 int nCol = pFKey->nCol; /* Number of columns in parent key */ local
109795 int nCol = pFKey->nCol; local
112080 int nCol; /* Number of columns */ local
113149 int nCol; local
120363 int nCol; /* Number of columns in the result set */ local
120735 int nCol = p->pEList->nExpr; /* Number of columns in the recursive table */ local
121234 int nCol; /* Number of columns in result set */ local
123082 i16 nCol; local
124439 int nCol; local
124779 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
149862 int nCol; /* Number of table columns */ local
149926 int nCol = 0; /* Number of columns in the FTS table */ local
155422 int nCol; /* Number of entries in azCol[] */ member in struct:ParseContext
156284 fts3ExprParseUnbalanced( sqlite3_tokenizer *pTokenizer, int iLangid, char **azCol, int bFts4, int nCol, int iDefaultCol, const char *z, int n, Fts3Expr **ppExpr ) argument
156347 sqlite3Fts3ExprParse( sqlite3_tokenizer *pTokenizer, int iLangid, char **azCol, int bFts4, int nCol, int iDefaultCol, const char *z, int n, Fts3Expr **ppExpr, char **pzErr ) argument
156541 int nCol; local
164675 int nCol; /* Number of columns in table */ member in struct:MatchInfo
172985 int nCol; /* Number of columns in current object */ member in struct:RbuObjIter
173772 rbuAllocateIterArrays(sqlite3rbu *p, RbuObjIter *pIter, int nCol) argument
174003 int nCol = 0; local
178815 int nCol; /* Number of columns in zTab */ member in struct:sqlite3_changeset_iter
178838 int nCol; /* Number of columns in table zName */ member in struct:SessionTable
179348 sessionMergeRecord( u8 **paOut, int nCol, u8 *aLeft, u8 *aRight ) argument
180119 sessionExprComparePK( int nCol, const char *zDb1, const char *zDb2, const char *zTab, const char **azCol, u8 *abPK ) argument
180142 sessionExprCompareOther( int nCol, const char *zDb1, const char *zDb2, const char *zTab, const char **azCol, u8 *abPK ) argument
180173 sessionSelectFindNew( int nCol, const char *zDb1, const char *zDb2, const char *zTbl, const char *zExpr ) argument
180292 int nCol; /* Columns in zFrom.zTbl */ local
180835 sessionAppendDelete( SessionBuffer *pBuf, int bPatchset, SessionChange *p, int nCol, u8 *abPK ) argument
180890 sessionSelectStmt( sqlite3 *db, const char *zDb, const char *zTab, int nCol, const char **azCol, u8 *abPK, sqlite3_stmt **ppStmt ) argument
180946 sessionSelectBind( sqlite3_stmt *pSelect, int nCol, u8 *abPK, SessionChange *pChange ) argument
181072 int nCol; /* Number of columns in table */ local
181431 sessionReadRecord( SessionInput *pIn, int nCol, u8 *abPK, sqlite3_value **apOut ) argument
181498 int nCol = 0; local
181528 sessionChangesetBufferRecord( SessionInput *pIn, int nCol, int *pnByte ) argument
181905 int nCol = 0; /* Number of cols in current table */ local
182100 int nCol; /* Size of azCol[] and abPK[] arrays */ member in struct:SessionApplyCtx
182413 sessionBindRow( sqlite3_changeset_iter *pIter, int(*xValue)(sqlite3_changeset_iter *, int, sqlite3_value **), int nCol, u8 *abPK, sqlite3_stmt *pStmt ) argument
182463 int nCol; /* Number of columns in table */ local
182526 int nCol; local
182621 int nCol; local
182887 int nCol; local
183233 int nCol; local
186669 int nCol; member in struct:Fts5Colset
186721 int nCol; /* Number of columns */ member in struct:Fts5Config
189156 int nCol; local
192666 int nCol = p ? p->nCol : 0; /* Num. columns already in colset object */ local
192704 int nCol = pParse->pConfig->nCol; local
193121 int nCol = pNear->pColset->nCol; local
199693 int nCol = p->pConfig->nCol; local
201225 const int nCol = pConfig->nCol; local
203577 int nCol = pC->nCol + 1; local
203956 int nCol = p->pConfig->nCol; local
204472 fts5StorageDecodeSizeArray( int *aCol, int nCol, const u8 *aBlob, int nBlob ) argument
204494 int nCol = p->pConfig->nCol; /* Number of user columns in table */ local
207005 int nCol = pCsr->pConfig->nCol; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBigMatrixImpl.java1156 final int nCol = this.getColumnDimension();
1170 for (int col = 0; col < nCol; col++) {
1171 for (int i = col + 1; i < nCol; i++) {
1181 for (int col = nCol - 1; col >= 0; col--) {
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 662 milliseconds