Searched refs:sqlite3_blob_read (Results 1 – 16 of 16) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | incrblob2.test | 154 set rc [catch {sqlite3_blob_read $handles($ii) $iOffset $nByte} msg] 314 sqlite3_blob_read $rdHandle 0 100 324 sqlite3_blob_read $rdHandle 0 2 332 sqlite3_blob_read $rdHandle 2147483647 2147483647 344 sqlite3_blob_read $rdHandle 2147483647 100 352 sqlite3_blob_read $rdHandle 2 4 364 sqlite3_blob_read $rdHandle 2 4 431 sqlite3_blob_read $h 0 20 440 sqlite3_blob_read $h 0 20 446 set rc [catch {sqlite3_blob_read $h 0 20} msg]
|
| H A D | e_blobopen.test | 81 set data [sqlite3_blob_read $B 0 $nByte] 143 sqlite3_blob_read $B 0 $n 373 sqlite3_blob_read $B 0 10 378 sqlite3_blob_read $B 0 10 382 list [catch { sqlite3_blob_read $B 0 10 } msg] $msg 390 sqlite3_blob_read $B 0 10 395 sqlite3_blob_read $B 0 10 407 sqlite3_blob_read $B 0 10 412 sqlite3_blob_read $B 0 10 529 sqlite3_blob_read $B 0 24 [all …]
|
| H A D | incrblob3.test | 96 list [catch {sqlite3_blob_read $::blob 0 10} msg] $msg 111 # incrblob3-3.2: sqlite3_blob_read() 120 list [catch {sqlite3_blob_read {} 0 10} msg] $msg 138 list [catch { sqlite3_blob_read $::blob -1 10 } msg] $msg 141 list [catch { sqlite3_blob_read $::blob 0 -10 } msg] $msg 144 list [catch { sqlite3_blob_read $::blob 95 10 } msg] $msg 166 list [catch { sqlite3_blob_read $::blob 0 10 } msg] $msg
|
| H A D | incrblob.test | 360 set rc [catch { sqlite3_blob_read $::blob 10 100 } msg] 555 binary scan [sqlite3_blob_read $::b 5000 5] c* c 564 set rc [catch { sqlite3_blob_read $::b 5000 5 } msg]
|
| H A D | incrblob_err.test | 118 sqlite3_blob_read $::blob [expr 500*1020-20] 20
|
| H A D | kvtest.c | 1015 rc = sqlite3_blob_read(pBlob, pData, (int)nData, 0); in runMain()
|
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 109 #define sqlite3_blob_read 0 macro 294 sqlite3_blob_read,
|
| H A D | test_blob.c | 248 rc = sqlite3_blob_read(pBlob, zBuf, nByte, iOffset); in test_blob_read()
|
| H A D | vdbeblob.c | 453 int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ in sqlite3_blob_read() function
|
| H A D | sqlite3ext.h | 521 #define sqlite3_blob_read sqlite3_api->blob_read macro
|
| H A D | tclsqlite.c | 284 rc = sqlite3_blob_read(p->pBlob, (void *)buf, nRead, p->iSeek); in incrblobInput()
|
| H A D | sqlite.h.in | 7426 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces 7482 ** [sqlite3_blob_read()] interface and modified by using 7493 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for 7512 ** [sqlite3_blob_reopen()], [sqlite3_blob_read()], 7541 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or 7606 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK. 7616 int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset); 7656 ** See also: [sqlite3_blob_read()].
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | blobio.c | 75 rc = sqlite3_blob_read(pBlob, aData, nData, iOfst); in readblobFunc()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 1233 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0); in sqlite3Fts3ReadBlock() 1263 rc = sqlite3_blob_read( in fts3SegReaderIncrRead()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 756 rc = sqlite3_blob_read(pRtree->pNodeBlob, pNode->zData, in nodeAcquire()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_index.c | 683 rc = sqlite3_blob_read(p->pReader, aOut, nByte, 0); in fts5DataRead()
|