Home
last modified time | relevance | path

Searched refs:sqlite3_column_bytes (Results 1 – 25 of 46) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dfuzzinvariants.c366 int len1 = sqlite3_column_bytes(pS1,i1); in sameValue()
368 int len2 = sqlite3_column_bytes(pS2,i2); in sameValue()
420 n = sqlite3_column_bytes(pStmt, i); in printRow()
451 n = sqlite3_column_bytes(pStmt, i); in printRow()
H A Dfuzzcheck.c530 int sz = sqlite3_column_bytes(pStmt, 1); in blobListLoadFromDb()
1062 int n = sqlite3_column_bytes(pStmt, j); in runDbSql()
1074 int n = sqlite3_column_bytes(pStmt, j); in runDbSql()
1617 printf("BLOB (%d bytes)\n", sqlite3_column_bytes(pStmt,i)); in runSql()
H A Dkvtest.c548 sqlite3_int64 nData = sqlite3_column_bytes(pStmt, 1); in exportMain()
1047 nData = sqlite3_column_bytes(pStmt, 0); in runMain()
H A Dsessionfuzz.c971 nChgset = sqlite3_column_bytes(pStmt2, 1); in main()
/sqlite-3.40.0/src/
H A Dtest_sqllog.c246 nVal1 = sqlite3_column_bytes(pStmt, 1); in sqllogFindAttached()
252 nVal2 = sqlite3_column_bytes(pStmt, 2); in sqllogFindAttached()
H A Dloadext.c158 sqlite3_column_bytes,
/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c424 nText = sqlite3_column_bytes(pSeek, iCol); in fts5StorageDeleteFromIndex()
628 int nText = sqlite3_column_bytes(pScan, ctx.iCol+1); in sqlite3Fts5StorageRebuild()
932 int nText = sqlite3_column_bytes(pScan, i+1); in sqlite3Fts5StorageIntegrity()
1071 int nBlob = sqlite3_column_bytes(pLookup, 0); in sqlite3Fts5StorageDocsize()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb.c495 int nVal = sqlite3_column_bytes(pDb->pFetch, 0); in sql_fetch()
536 nKey = sqlite3_column_bytes(pScan, 0); in sql_scan()
538 nVal = sqlite3_column_bytes(pScan, 1); in sql_scan()
/sqlite-3.40.0/tool/
H A Dsqldiff.c1324 int nOtaControl = sqlite3_column_bytes(pStmt, nCol); in rbudiff_one_table()
1336 int nSrc = sqlite3_column_bytes(pStmt, nCol+1+i); in rbudiff_one_table()
1338 int nFinal = sqlite3_column_bytes(pStmt, i); in rbudiff_one_table()
1564 iX = sqlite3_column_bytes(pStmt, k); in putValue()
1569 iX = sqlite3_column_bytes(pStmt, k); in putValue()
H A Dshowstat4.c78 nSample = sqlite3_column_bytes(pStmt,4); in main()
H A Ddbhash.c337 int n = sqlite3_column_bytes(pStmt, i); in hash_one_query()
347 int n = sqlite3_column_bytes(pStmt, i); in hash_one_query()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c749 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol); in fts3SnippetText()
1060 n = sqlite3_column_bytes(pStmt, 0); in fts3MatchinfoSelectDoctotal()
1290 const char *pEnd = a + sqlite3_column_bytes(pSelectDocsize, 0); in fts3MatchinfoValues()
1650 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol+1); in sqlite3Fts3Offsets()
H A Dfts3_tokenizer.c394 && sqlite3_column_bytes(pStmt, 0)==sizeof(*pp) in queryTokenizer()
H A Dfts3_write.c1088 aSz[p->nColumn] += sqlite3_column_bytes(pSelect, i); in fts3DeleteTerms()
3470 sqlite3_column_bytes(pStmt, 0)); in fts3UpdateDocTotals()
3597 aSz[p->nColumn] += sqlite3_column_bytes(pStmt, iCol+1); in fts3DoRebuild()
3668 sqlite3_column_bytes(pStmt, 4), /* segdir.root */ in fts3IncrmergeCsr()
4279 nRoot = sqlite3_column_bytes(pSelect, 4); in fts3IncrmergeLoad()
4687 int nRoot = sqlite3_column_bytes(pFetch, 4); in fts3TruncateSegment()
4837 int nHint = sqlite3_column_bytes(pSelect, 0); in fts3IncrmergeHintLoad()
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c164 int len = sqlite3_column_bytes(pStmt, 1); in showStat()
690 nData = sqlite3_column_bytes(pStmt, 0); in showSegment()
/sqlite-3.40.0/ext/misc/
H A Dsha1.c350 int n2 = sqlite3_column_bytes(pStmt, i); in sha1QueryFunc()
357 int n2 = sqlite3_column_bytes(pStmt, i); in sha1QueryFunc()
H A Dbtreeinfo.c294 pCsr->szPage = pgsz = sqlite3_column_bytes(pStmt, 0); in binfoCompute()
H A Dshathree.c672 int n2 = sqlite3_column_bytes(pStmt, i); in sha3QueryFunc()
679 int n2 = sqlite3_column_bytes(pStmt, i); in sha3QueryFunc()
H A Dcompletion.c277 pCur->szRow = sqlite3_column_bytes(pCur->pStmt, iCol); in completionNext()
H A Ddbdump.c509 int nByte = sqlite3_column_bytes(pStmt,i); in dump_callback()
/sqlite-3.40.0/ext/repair/
H A Dcheckfreelist.c180 u32 nData = (u32)sqlite3_column_bytes(pTrunk, 1); in checkFreelist()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3174 nDoc = sqlite3_column_bytes(p->pStmt, i+1); in snippetAllOffsets()
3307 nDoc = sqlite3_column_bytes(pCursor->pStmt, iCol+1); in snippetText()
5113 sqlite3_column_bytes(pReader->pStmt, 0), in leavesReaderInit()
5139 sqlite3_column_bytes(pReader->pStmt, 0), in leavesReaderStep()
5200 int nRootData = sqlite3_column_bytes(s, 2); in leavesReadersInit()
5592 getChildrenContaining(sqlite3_column_blob(s, 0), sqlite3_column_bytes(s, 0), in loadAndGetChildrenContaining()
5728 const int nData = sqlite3_column_bytes(s, 2); in termSelect()
6239 int nRootData = sqlite3_column_bytes(s, 2); in optimizeFunc()
6316 const int nRootData = sqlite3_column_bytes(s, 2); in collectSegmentTerms()
6619 const int nData = sqlite3_column_bytes(s, 2); in dumpDoclistFunc()
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1371 sqlite3_column_blob(s, 1), sqlite3_column_bytes(s, 1)); in term_select()
1418 sqlite3_column_blob(s, 0), sqlite3_column_bytes(s, 0)); in term_select_all()
2306 nDoc = sqlite3_column_bytes(p->pStmt, i+1); in snippetAllOffsets()
2458 nDoc = sqlite3_column_bytes(pCursor->pStmt, iCol+1); in snippetText()
H A Dfulltext.c738 sqlite3_column_blob(s, 1), sqlite3_column_bytes(s, 1)); in term_select()
1099 sqlite3_column_bytes(*pSelect, 0)); in query_merge()
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c709 nPg = sqlite3_column_bytes(pStmt, 0); in recoverGetPage()
1052 nByte += (sqlite3_column_bytes(pStmt, 1)+1); in recoverAddTable()
1071 int n = sqlite3_column_bytes(pStmt, 1); in recoverAddTable()

12