| /sqlite-3.40.0/test/ |
| H A D | fuzzinvariants.c | 77 int nCol; in fuzz_invariant() local 244 int nCol = sqlite3_column_count(pStmt); in fuzz_invariant_sql() local 398 int i, n, nCol; in printRow() local
|
| H A D | optfuzz.c | 95 int nCol; /* Number of output columns */ in optfuzz_exec() local
|
| /sqlite-3.40.0/ext/session/ |
| H A D | changeset.c | 141 int op, bIndirect, nCol, i; in conflictCallback() local 261 int op, bIndirect, nCol; in main() local 332 int op, bIndirect, nCol; in main() local
|
| H A D | sqlite3session.c | 692 int nCol, in sessionMergeRecord() 1597 int nCol, in sessionExprComparePK() 1620 int nCol, in sessionExprCompareOther() 1651 int nCol, in sessionSelectFindNew() 3084 int nCol = 0; in sessionChangesetBufferTblhdr() local 3786 int nCol = pIter->nCol; in sessionUpdateFind() local 4129 int nCol, /* Number of columns */ in sessionBindRow() 4294 int nCol; in sessionConflictHandler() local 4392 int nCol; in sessionApplyOneOp() local 4665 int nCol; in sessionChangesetApply() local [all …]
|
| H A D | test_session.c | 538 int nCol; /* Number of columns in table zTab */ in test_conflict_handler() local 700 int nCol; /* Number of columns in table zTab */ in replace_handler() local 1083 int nCol; /* Number of columns in table */ in test_sqlite3session_foreach() local
|
| H A D | changesetfuzz.c | 320 int nCol; /* Number of columns in table */ member 1139 int nCol = pGrp->nCol; in fuzzDoOneFuzz() local
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_test_mi.c | 57 int nCol; /* Number of cols in FTS5 table */ member 94 static int fts5MatchinfoFlagsize(int nCol, int nPhrase, char f){ in fts5MatchinfoFlagsize() 308 int nCol; in fts5MatchinfoNew() local
|
| H A D | fts5_storage.c | 114 int nCol = pC->nCol + 1; in fts5StorageGetStmt() local 508 int nCol = p->pConfig->nCol; in fts5StorageSaveTotals() local 1038 int *aCol, int nCol, /* Array to populate */ in fts5StorageDecodeSizeArray() 1059 int nCol = p->pConfig->nCol; /* Number of user columns in table */ in sqlite3Fts5StorageDocsize() local
|
| H A D | fts5Int.h | 133 int nCol; member 185 int nCol; /* Number of columns */ member
|
| /sqlite-3.40.0/src/ |
| H A D | analyze.c | 286 int nCol; /* Number of columns in index + pk/rowid */ member 406 int nCol; /* Number of columns in index being sampled */ in statInit() local 515 int nCol = pAccum->nCol; in sampleIsBetterPost() local 1049 int nCol; /* Number of columns in pIdx. "N" */ in analyzeOneTable() local 1563 int nCol = pIndex->nKeyCol+1; local 1629 int nCol = 1; local 1785 int nCol = 1; /* Number of columns in index */ local
|
| H A D | legacy.c | 49 int nCol = 0; in sqlite3_exec() local
|
| H A D | table.c | 42 static int sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv){ in sqlite3_get_table_cb()
|
| H A D | test8.c | 86 int nCol; /* Number of columns in the real table */ member 169 int nCol = 0; in getColumnNames() local 242 int nCol, in getIndexArray()
|
| H A D | fkey.c | 192 int nCol = pFKey->nCol; /* Number of columns in parent key */ in sqlite3FkLocateIndex() local 391 int nCol = pFKey->nCol; in fkLookupParent() local
|
| H A D | tclsqlite.c | 1551 int nCol; /* Number of columns returned by pStmt */ member 1620 int nCol; /* Number of columns returned by pStmt */ in dbEvalRowInfo() local 1834 int nCol; in DbEvalNextCmd() local 2451 int nCol; /* Number of columns in the table */ in DbObjCmd() local 2817 int nCol; in DbObjCmd() local
|
| H A D | vdbemem.c | 1403 int nCol = pIdx->nColumn; /* Number of index columns including rowid */ in valueNew() local 1923 int nCol = pRec->pKeyInfo->nAllField; in sqlite3Stat4ProbeFree() local
|
| H A D | delete.c | 963 int nCol; in sqlite3GenerateIndexKey() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_expr.c | 98 int nCol; /* Number of entries in azCol[] */ member 966 int nCol, /* Number of entries in azCol[] */ in fts3ExprParseUnbalanced() 1029 int nCol, /* Number of entries in azCol[] */ in sqlite3Fts3ExprParse() 1190 int nCol; in fts3ExprTestCommon() local
|
| /sqlite-3.40.0/tool/ |
| H A D | sqldiff.c | 271 int nCol = 0; in columnNames() local 452 int nCol; /* Number of data columns */ in dump_table() local 1264 int nCol; in rbudiff_one_table() local 1585 int nCol = 0; /* Number of columns */ in changeset_one_table() local
|
| H A D | dbhash.c | 284 int nCol; /* Number of columns in the result set */ in hash_one_query() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | dbdump.c | 182 int nCol = 0; in tableColumnList() local 426 int nCol; in dump_callback() local
|
| H A D | csv.c | 313 int nCol; /* Number of columns in the CSV file */ member 502 int nCol = -99; /* Value of the columns= parameter */ in csvtabConnect() local
|
| H A D | shathree.c | 589 int nCol; /* Number of columns in the result set */ in sha3QueryFunc() local
|
| H A D | sha1.c | 278 int nCol; /* Number of columns in the result set */ in sha1QueryFunc() local
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | checkindex.c | 63 int nCol; /* Elements in aCol[] array */ member 535 int nCol, in cidxDecodeAfter()
|