Lines Matching refs:msg
64 list [catch {sqlite3_blob_reopen $::blob 3} msg] $msg
70 list [catch {sqlite3_blob_reopen $::blob 1} msg] $msg
86 list [catch {sqlite3_blob_reopen $::blob $rowid} msg] $msg
93 list [catch {sqlite3_blob_reopen $::blob 1} msg] $msg
96 list [catch {sqlite3_blob_read $::blob 0 10} msg] $msg
99 list [catch {sqlite3_blob_write $::blob 0 "abcd"} msg] $msg
116 list [catch {sqlite3_blob_reopen {} 3} msg] $msg
120 list [catch {sqlite3_blob_read {} 0 10} msg] $msg
124 list [catch {sqlite3_blob_write {} 0 "abcd"} 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
147 list [catch { sqlite3_blob_write $::blob -1 "abcdefghij" 10 } msg] $msg
150 list [catch { sqlite3_blob_write $::blob 0 "abcdefghij" -10 } msg] $msg
153 list [catch { sqlite3_blob_write $::blob 95 "abcdefghij" } msg] $msg
166 list [catch { sqlite3_blob_read $::blob 0 10 } msg] $msg
184 list [catch { db incrblob ft content 1 } msg] $msg
190 list [catch { db incrblob v1 content 1 } msg] $msg
195 list [catch { db incrblob blobs content 1 } msg] $msg
204 list [catch { db incrblob t1 b 1 } msg] $msg
223 list [catch { db incrblob c1 b 1 } msg] $msg
272 list [catch {db incrblob blobs v 1} msg] $msg
309 list [catch { db incrblob -readonly nosuchdb t1 b 4 } msg] $msg