| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 305 szSeg = sqlite3_column_int64(pStmt, 1); in showSegmentStats() 306 mxSeg = sqlite3_column_int64(pStmt, 2); in showSegmentStats() 316 szIdx = sqlite3_column_int64(pStmt, 1); in showSegmentStats() 317 mxIdx = sqlite3_column_int64(pStmt, 2); in showSegmentStats() 326 szRoot = sqlite3_column_int64(pStmt, 1); in showSegmentStats() 327 mxRoot = sqlite3_column_int64(pStmt, 2); in showSegmentStats() 411 (sz = sqlite3_column_int64(pStmt, 1))); in showSegmentStats() 419 sqlite3_column_int64(pStmt, 3)); in showSegmentStats() 513 iX = sqlite3_column_int64(pStmt2, 0); in showSegdirMap() 792 id = sqlite3_column_int64(pStmt, 0); in listBigSegments() [all …]
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 603 nPg = sqlite3_column_int64(pStmt, 0); in recoverPageCount() 1169 i64 iRoot = sqlite3_column_int64(pSelect, 0); in recoverWriteSchema1() 1498 *piRoot = sqlite3_column_int64(pLaf->pFindRoot, 0); in recoverLostAndFoundFindRoot() 1527 int iCell = sqlite3_column_int64(pPageData, 0); in recoverLostAndFoundOnePage() 1528 int iField = sqlite3_column_int64(pPageData, 1); in recoverLostAndFoundOnePage() 1560 iRowid = sqlite3_column_int64(pPageData, 2); in recoverLostAndFoundOnePage() 1599 i64 iPage = sqlite3_column_int64(pLaf->pAllPage, 0); in recoverLostAndFound3Step() 1723 i64 iRoot = sqlite3_column_int64(p1->pTbls, 0); in recoverWriteDataStep() 1761 i64 iPage = sqlite3_column_int64(pSel, 0); in recoverWriteDataStep() 1814 p1->iRowid = sqlite3_column_int64(pSel, 3); in recoverWriteDataStep() [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | fuzzinvariants.c | 324 x = sqlite3_column_int64(pS1,i1)==sqlite3_column_int64(pS2,i2); in sameValue() 409 printf("(integer) %lld\n", sqlite3_column_int64(pStmt, i)); in printRow()
|
| H A D | wordcount.c | 531 sumCnt += sqlite3_column_int64(pSelect, 0); in main() 570 printf("%s double-check: %lld\n", zTag,sqlite3_column_int64(pSelect,0)); in main()
|
| H A D | malloc4.test | 148 sqlite3_column_int64 $::STMT 0
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 1081 i64 iDocid = sqlite3_column_int64(pSelect, 0); in fts3DeleteTerms() 2268 pWriter->iFree = sqlite3_column_int64(pStmt, 0); in fts3SegWriterAdd() 2490 *pnMax = sqlite3_column_int64(pStmt, 0); in fts3SegmentMaxLevel() 3666 sqlite3_column_int64(pStmt, 3), /* segdir.end_block */ in fts3IncrmergeCsr() 4272 iStart = sqlite3_column_int64(pSelect, 1); in fts3IncrmergeLoad() 4273 iLeafEnd = sqlite3_column_int64(pSelect, 2); in fts3IncrmergeLoad() 4472 pWriter->iStart = sqlite3_column_int64(pFirstBlock, 0); in fts3IncrmergeWriter() 4688 iOldStart = sqlite3_column_int64(pFetch, 1); in fts3TruncateSegment() 4947 iAbsLevel = sqlite3_column_int64(pFindLevel, 0); in sqlite3Fts3Incrmerge() 5323 i64 iDocid = sqlite3_column_int64(pStmt, 0); in fts3IntegrityCheck() [all …]
|
| /sqlite-3.40.0/tool/ |
| H A D | sqldiff.c | 1493 nUpdate = sqlite3_column_int64(pStmt,2); in summarize_one_table() 1494 nUnchanged = sqlite3_column_int64(pStmt,1) - nUpdate; in summarize_one_table() 1497 nDelete = sqlite3_column_int64(pStmt,1); in summarize_one_table() 1500 nInsert = sqlite3_column_int64(pStmt,1); in summarize_one_table() 1554 iX = sqlite3_column_int64(pStmt, k); in putValue()
|
| H A D | dbhash.c | 306 sqlite3_int64 v = sqlite3_column_int64(pStmt,i); in hash_one_query()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | unionvtab.c | 935 sqlite3_int64 iMin = sqlite3_column_int64(pStmt, 2); in unionConnect() 936 sqlite3_int64 iMax = sqlite3_column_int64(pStmt, 3); in unionConnect() 1118 *pRowid = sqlite3_column_int64(pCsr->pStmt, 0); in unionRowid()
|
| H A D | explain.c | 171 *pRowid = sqlite3_column_int64(pCur->pExplain, 0); in explainRowid()
|
| H A D | btreeinfo.c | 382 *pRowid = sqlite3_column_int64(pCsr->pStmt, 0); in binfoRowid()
|
| H A D | dbdump.c | 483 output_formatted(p, "%lld", sqlite3_column_int64(pStmt,i)); in dump_callback()
|
| H A D | sha1.c | 325 sqlite3_int64 v = sqlite3_column_int64(pStmt,i); in sha1QueryFunc()
|
| H A D | closure.c | 723 sqlite3_int64 iNew = sqlite3_column_int64(pStmt, 0); in closureFilter()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_storage.c | 620 i64 iRowid = sqlite3_column_int64(pScan, 0); in sqlite3Fts5StorageRebuild() 791 *pnRow = sqlite3_column_int64(pCnt, 0); in fts5StorageCount() 915 ctx.iRowid = sqlite3_column_int64(pScan, 0); in sqlite3Fts5StorageIntegrity()
|
| H A D | fts5_vocab.c | 356 i64 iId = sqlite3_column_int64(pStmt, 0); in fts5VocabOpenMethod()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 736 *rowid = sqlite3_column_int64(s, 0); in term_select() 770 *piResult = sqlite3_column_int64(s, 0); in term_chunk_select() 1295 *pRowid = sqlite3_column_int64(c->pStmt, 0); in fulltextRowid()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 2269 *piStartBlockid = sqlite3_column_int64(s, 0); in segdir_span() 2270 *piEndBlockid = sqlite3_column_int64(s, 1); in segdir_span() 3883 *pRowid = sqlite3_column_int64(c->pStmt, 0); in fulltextRowid() 5197 sqlite_int64 iStart = sqlite3_column_int64(s, 0); in leavesReadersInit() 5198 sqlite_int64 iEnd = sqlite3_column_int64(s, 1); in leavesReadersInit() 5729 const sqlite_int64 iLeavesEnd = sqlite3_column_int64(s, 1); in termSelect() 6236 sqlite_int64 iStart = sqlite3_column_int64(s, 0); in optimizeFunc() 6237 sqlite_int64 iEnd = sqlite3_column_int64(s, 1); in optimizeFunc() 6313 const sqlite_int64 iStartBlockid = sqlite3_column_int64(s, 0); in collectSegmentTerms() 6314 const sqlite_int64 iEndBlockid = sqlite3_column_int64(s, 1); in collectSegmentTerms() [all …]
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 1516 sqlite3_int64 iMax = sqlite3_column_int64(pMax, 0); in rbuVacuumTableStart() 2729 pRet->nProgress = sqlite3_column_int64(pStmt, 1); in rbuLoadState() 2733 pRet->iWalCksum = sqlite3_column_int64(pStmt, 1); in rbuLoadState() 2737 pRet->iCookie = (u32)sqlite3_column_int64(pStmt, 1); in rbuLoadState() 2741 pRet->iOalSz = sqlite3_column_int64(pStmt, 1); in rbuLoadState() 2745 pRet->nPhaseOneStep = sqlite3_column_int64(pStmt, 1); in rbuLoadState() 3960 p->nPhaseOneStep = sqlite3_column_int64(pStmt, 0); in rbuInitPhaseOneSteps()
|
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 167 sqlite3_column_int64,
|
| H A D | test_fs.c | 765 *pRowid = sqlite3_column_int64(pCur->pStmt, 0); in fsRowid()
|
| H A D | test_bestindex.c | 382 *pRowid = sqlite3_column_int64(pCsr->pStmt, 0); in tclRowid()
|
| H A D | memdb.c | 758 sz = sqlite3_column_int64(pStmt, 0)*szPage; in sqlite3_serialize()
|
| H A D | dbstat.c | 586 u32 iRoot = (u32)sqlite3_column_int64(pCsr->pStmt, 1); in statNext()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 1786 i64 iNode = sqlite3_column_int64(pRtree->pReadRowid, 0); in findLeafNode() 2743 iNode = sqlite3_column_int64(pRtree->pReadParent, 0); in fixLeafParent() 3455 if( sqlite3_step(p)==SQLITE_ROW ) nRow = sqlite3_column_int64(p, 0); in rtreeQueryStat1() 4108 i64 ii = sqlite3_column_int64(pStmt, 0); in rtreeCheckMapping() 4248 i64 nActual = sqlite3_column_int64(pCount, 0); in rtreeCheckCount()
|