| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 198 nDoc = sqlite3_column_int(pStmt, 0); in showVocabulary() 220 n = sqlite3_column_int(pStmt, 0); in showVocabulary() 230 n = sqlite3_column_int(pStmt, 0); in showVocabulary() 241 n = sqlite3_column_int(pStmt, 0); in showVocabulary() 253 n = sqlite3_column_int(pStmt, 0); in showVocabulary() 270 n = sqlite3_column_int(pStmt, 1); in showVocabulary() 304 nSeg = sqlite3_column_int(pStmt, 0); in showSegmentStats() 315 nIdx = sqlite3_column_int(pStmt, 0); in showSegmentStats() 374 n = sqlite3_column_int(pStmt, 0); in showSegmentStats() 420 n = sqlite3_column_int(pStmt, 4); in showSegmentStats() [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | createtab.test | 64 sqlite3_column_int $STMT 0 80 sqlite3_column_int $STMT 0 86 sqlite3_column_int $STMT 0 100 sqlite3_column_int $STMT 0 106 sqlite3_column_int $STMT 0 119 sqlite3_column_int $STMT 0 125 sqlite3_column_int $STMT 0
|
| H A D | kvtest.c | 422 printf("Number of entries: %8d\n", sqlite3_column_int(pStmt, 0)); in statMain() 423 printf("Average value size: %8d\n", sqlite3_column_int(pStmt, 3)); in statMain() 424 printf("Minimum value size: %8d\n", sqlite3_column_int(pStmt, 1)); in statMain() 425 printf("Maximum value size: %8d\n", sqlite3_column_int(pStmt, 2)); in statMain() 435 printf("Page-size: %8d\n", sqlite3_column_int(pStmt, 0)); in statMain() 443 printf("Page-count: %8d\n", sqlite3_column_int(pStmt, 0)); in statMain() 451 printf("Freelist-count: %8d\n", sqlite3_column_int(pStmt, 0)); in statMain() 547 int iKey = sqlite3_column_int(pStmt, 0); in exportMain() 933 iPagesize = sqlite3_column_int(pStmt, 0); in runMain() 938 iCache = sqlite3_column_int(pStmt, 0); in runMain() [all …]
|
| H A D | threadtest5.c | 127 if( sqlite3_step(q)==SQLITE_ROW && sqlite3_column_int(q,0)!=0 ){ in waitOnTable() 172 tid = sqlite3_column_int(q1,0); in worker() 318 if( sqlite3_step(q)!=SQLITE_ROW || sqlite3_column_int(q,0)<10 ){ in main()
|
| H A D | capi3c.test | 408 # sqlite3_column_int 539 sqlite3_column_int $STMT -1 1033 sqlite3_column_int $STMT 0 1037 sqlite3_column_int $STMT 0 1081 sqlite3_column_int $STMT 0 1092 sqlite3_column_int $STMT 0 1103 sqlite3_column_int $STMT 0 1162 sqlite3_column_int $STMT 0 1190 sqlite3_column_int $STMT 0 1230 sqlite3_column_int $STMT 1 [all …]
|
| H A D | capi3.test | 426 # sqlite3_column_int 542 foreach i $idxlist {lappend ints [sqlite3_column_int $STMT $i]} 569 sqlite3_column_int $STMT -1 1107 sqlite3_column_int $STMT 0 1111 sqlite3_column_int $STMT 0 1121 set v1 [sqlite3_column_int $STMT 0] 1130 set v1 [sqlite3_column_int $STMT 0] 1139 set v1 [sqlite3_column_int $STMT 0] 1199 sqlite3_column_int $STMT 0 1203 sqlite3_column_int $STMT 0
|
| H A D | fuzzcheck.c | 532 pNew->id = sqlite3_column_int(pStmt, 0); in blobListLoadFromDb() 2048 && (n = sqlite3_column_int(pStmt,0))>0 in main() 2056 && (n = sqlite3_column_int(pStmt,0))>0 in main() 2116 ossFuzzThisDb = sqlite3_column_int(pStmt,1); in main() 2120 nMemThisDb = sqlite3_column_int(pStmt,1); in main() 2186 sqlite3_column_int(pStmt,1), in main() 2187 sqlite3_column_int(pStmt,3), in main() 2205 sqlite3_column_int(pStmt,1), in main() 2206 sqlite3_column_int(pStmt,3), in main()
|
| H A D | instrfault.test | 63 sqlite3_column_int $::stmt 0 76 sqlite3_column_int $::stmt 0
|
| H A D | fts4unicode.test | 262 sqlite3_reset sqlite3_column_int 272 sqlite3_reset sqlite3_column_int 275 1 sqlite3_column_int sqlite3_column_int 297 1 sqlite3_column_int sqlite3_column_int
|
| H A D | zeroblob.test | 222 sqlite3_column_int $::STMT 0 309 set ret [sqlite3_column_int $stmt 0] 324 set ret [sqlite3_column_int $stmt 0]
|
| H A D | threadtest4.c | 305 }else if( sqlite3_column_int(pStmt, 0)!=400 ){ in worker_thread() 306 worker_error(p, "Wrong result: %d", sqlite3_column_int(pStmt,0)); in worker_thread()
|
| H A D | tkt-26ff0c2d1e.test | 31 sqlite3_column_int $STMT 0
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5aux.test | 177 do_test 5.1.1 { sqlite3_step $s1 ; sqlite3_column_int $s1 0 } 1 178 do_test 5.1.2 { sqlite3_step $s2 ; sqlite3_column_int $s2 0 } 2 179 do_test 5.1.3 { sqlite3_step $s3 ; sqlite3_column_int $s3 0 } 1 180 do_test 5.1.4 { sqlite3_step $s4 ; sqlite3_column_int $s4 0 } 2 182 do_test 5.2.1 { sqlite3_step $s1 ; sqlite3_column_int $s1 0 } 4 183 do_test 5.2.2 { sqlite3_step $s2 ; sqlite3_column_int $s2 0 } 3 184 do_test 5.2.3 { sqlite3_step $s3 ; sqlite3_column_int $s3 0 } 5 185 do_test 5.2.4 { sqlite3_step $s4 ; sqlite3_column_int $s4 0 } 4
|
| H A D | fts5unicode2.test | 285 sqlite3_reset sqlite3_column_int 295 sqlite3_reset sqlite3_column_int 298 sqlite3_column_int sqlite3_column_int 320 sqlite3_column_int sqlite3_column_int
|
| /sqlite-3.40.0/tool/ |
| H A D | sqldiff.c | 277 if( sqlite3_column_int(pStmt,1)>=0 ) truePk = 1; in columnNames() 300 if( sqlite3_column_int(pStmt,5)>0 ) nPK++; in columnNames() 708 int iType = sqlite3_column_int(pStmt, nPk); in diff_one_table() 714 if( sqlite3_column_int(pStmt,i)==0 ) continue; in diff_one_table() 783 if( sqlite3_column_int(pStmt,0)==0 ){ in checkSchemasMatch() 1491 switch( sqlite3_column_int(pStmt,0) ){ in summarize_one_table() 1605 aiFlg[nCol-1] = i = sqlite3_column_int(pStmt,5); in changeset_one_table() 1694 int iType = sqlite3_column_int(pStmt,0); in changeset_one_table() 1697 switch( sqlite3_column_int(pStmt,0) ){ in changeset_one_table() 1703 }else if( sqlite3_column_int(pStmt,k) ){ in changeset_one_table() [all …]
|
| H A D | offsets.c | 89 p->iRoot = sqlite3_column_int(pStmt , 0); in ofstRootAndColumn() 103 p->iCol = sqlite3_column_int(pStmt, 0); in ofstRootAndColumn() 121 p->szPg = sqlite3_column_int(pStmt, 0); in ofstRootAndColumn()
|
| H A D | index_usage.c | 171 sqlite3_column_int(pStmt, 1), zLog, sqlite3_errmsg(db)); in main() 220 sqlite3_column_int(pStmt, 2), in main()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 1216 if( sqlite3_column_int(aStmt[0], 0) ){ in rbuTableType() 1220 *piTnum = sqlite3_column_int(aStmt[0], 1); in rbuTableType() 1251 if( sqlite3_column_int(aStmt[3],5)>0 ){ in rbuTableType() 1586 int iCid = sqlite3_column_int(pXInfo, 1); in rbuVacuumIndexStart() 1589 if( sqlite3_column_int(pXInfo, 3) ){ in rbuVacuumIndexStart() 1710 int iCid = sqlite3_column_int(pXInfo, 1); in rbuObjIterGetIndexCols() 1711 int bDesc = sqlite3_column_int(pXInfo, 3); in rbuObjIterGetIndexCols() 2007 if( sqlite3_column_int(pXInfo, 5) ){ in rbuWithoutRowidPK() 2705 switch( sqlite3_column_int(pStmt, 0) ){ in rbuLoadState() 2819 && 1==sqlite3_column_int(pCnt, 0) in rbuOpenDatabase() [all …]
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | scrub.c | 187 p->szPage = sqlite3_column_int(pStmt, 0); in scrubBackupOpenSrc() 197 p->nPage = sqlite3_column_int(pStmt, 0); in scrubBackupOpenSrc() 249 }else if( sqlite3_column_int(pStmt, 0)>1 ){ in scrubBackupOpenDest() 251 sqlite3_column_int(pStmt, 0)); in scrubBackupOpenDest() 541 i = (u32)sqlite3_column_int(pStmt, 0); in sqlite3_scrub_backup()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 1070 int iPKF = sqlite3_column_int(pStmt, 5); in recoverAddTable() 1074 int eHidden = sqlite3_column_int(pStmt, 6); in recoverAddTable() 1103 int iField = sqlite3_column_int(pStmt, 0); in recoverAddTable() 1104 int iCol = sqlite3_column_int(pStmt, 1); in recoverAddTable() 1170 int bTable = sqlite3_column_int(pSelect, 1); in recoverWriteSchema1() 1171 int bVirtual = sqlite3_column_int(pSelect, 2); in recoverWriteSchema1() 1762 int iCell = sqlite3_column_int(pSel, 1); in recoverWriteDataStep() 1763 int iField = sqlite3_column_int(pSel, 2); in recoverWriteDataStep() 1952 i64 iChild = sqlite3_column_int(pLaf->pAllAndParent, 1); in recoverLostAndFound2Step() 1962 int nMax = sqlite3_column_int(pLaf->pMaxField, 0); in recoverLostAndFound2Step()
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | checkfreelist.c | 103 *pnOut = (u32)sqlite3_column_int(pStmt, 0); in sqlGetInteger() 178 u32 iTrunk = (u32)sqlite3_column_int(pTrunk, 0); in checkFreelist()
|
| H A D | checkindex.c | 499 p->bDesc = sqlite3_column_int(pInfo, 3); in cidxLookupIndex() 500 p->bKey = sqlite3_column_int(pInfo, 5); in cidxLookupIndex() 843 if( sqlite3_column_int(pCsr->pStmt, 0)==0 ){ in cidxColumn()
|
| /sqlite-3.40.0/ext/userauth/ |
| H A D | userauth.c | 108 if( rc==SQLITE_ROW && sqlite3_column_int(pStmt,0) ){ in userAuthCheckLogin() 109 *peAuth = sqlite3_column_int(pStmt, 1) + UAUTH_User; in userAuthCheckLogin()
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | sqlite3expert.c | 726 nPk += (sqlite3_column_int(p1, 5)>0); in idxGetTableInfo() 749 pNew->aCol[nCol].iPk = (sqlite3_column_int(p1, 5)==1 && nPk==1); in idxGetTableInfo() 910 int iIdx = sqlite3_column_int(pInfo, 0); in idxFindCompatible() 911 int iCol = sqlite3_column_int(pInfo, 1); in idxFindCompatible() 1593 *pnMax = sqlite3_column_int(pMax, 0) + 1; in idxLargestIndex() 1662 if( sqlite3_column_int(pQuery, i)==0 ) break; in idxPopulateOneStat1()
|
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 588 *pTaskId = taskId = sqlite3_column_int(pStmt, 1); in startScript() 1072 if( rc!=SQLITE_ROW || sqlite3_column_int(pStmt, 0)==0 ){ in runScript() 1455 g.nError += sqlite3_column_int(pStmt, 0); in main() 1456 g.nTest += sqlite3_column_int(pStmt, 1); in main()
|