Lines Matching refs:sqlite3_blob_write
149 list [catch { sqlite3_blob_write $B 0 xxx 3 } msg] $msg
158 list [catch { sqlite3_blob_write $B 0 xxx 3 } msg] $msg
343 # sqlite3_blob_write() for an expired BLOB handle fail with a return
424 sqlite3_blob_write $B 0 "abcdefghij"
429 sqlite3_blob_write $B 0 "ABCDEFGHIJ"
433 list [catch { sqlite3_blob_write $B 0 "0987654321" } msg] $msg
441 sqlite3_blob_write $B 0 "abcdefghij"
446 sqlite3_blob_write $B 0 "ABCDEFGHIJ"
450 list [catch { sqlite3_blob_write $B 0 "0987654321" } msg] $msg
458 sqlite3_blob_write $B 0 "abcdefghij"
463 sqlite3_blob_write $B 0 "ABCDEFGHIJ"
467 list [catch { sqlite3_blob_write $B 0 "0987654321" } msg] $msg
485 sqlite3_blob_write $B 0 "xxxxx" 5
491 list [catch {sqlite3_blob_write $B 5 "xxxxx" 5} msg] $msg
538 sqlite3_blob_write $B 0 [string repeat [binary format c 1] 24]
541 sqlite3_blob_write $B2 0 [string repeat [binary format c 1] 45]