Searched refs:channel (Results 1 – 13 of 13) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_blob.c | 68 Tcl_Channel channel; in blobHandleFromObj() local 71 channel = Tcl_GetChannel(interp, z, ¬Used); in blobHandleFromObj() 72 if( !channel ) return TCL_ERROR; in blobHandleFromObj() 74 Tcl_Flush(channel); in blobHandleFromObj() 75 Tcl_Seek(channel, 0, SEEK_SET); in blobHandleFromObj() 77 instanceData = Tcl_GetChannelInstanceData(channel); in blobHandleFromObj()
|
| H A D | tclsqlite.c | 194 Tcl_Channel channel; /* Channel identifier */ member 226 Tcl_UnregisterChannel(pDb->interp, p->channel); in closeIncrblobChannels() 421 p->channel = Tcl_CreateChannel(&IncrblobChannelType, zChannel, p, flags); in createIncrblobChannel() 422 Tcl_RegisterChannel(interp, p->channel); in createIncrblobChannel() 433 Tcl_SetResult(interp, (char *)Tcl_GetChannelName(p->channel), TCL_VOLATILE); in createIncrblobChannel()
|
| H A D | test1.c | 1665 Tcl_Channel channel; in blobHandleFromObj() local 1668 channel = Tcl_GetChannel(interp, z, ¬Used); in blobHandleFromObj() 1669 if( !channel ) return TCL_ERROR; in blobHandleFromObj() 1671 Tcl_Flush(channel); in blobHandleFromObj() 1672 Tcl_Seek(channel, 0, SEEK_SET); in blobHandleFromObj() 1674 instanceData = Tcl_GetChannelInstanceData(channel); in blobHandleFromObj()
|
| /sqlite-3.40.0/test/ |
| H A D | lock6.test | 21 # channel name is returned that may be passed as the first argument to proc 23 # down by closing the channel. 35 # channel $chan. Return the result of the command, or an error message.
|
| H A D | ioerr5.test | 102 set channel [db incrblob -readonly a Name [db last_insert_rowid]] 134 close $channel
|
| H A D | pagerfault.test | 1169 set ::channel [db incrblob -readonly t1 a 1] 1181 close $::channel 1242 set ::channel [db incrblob t1 a 1] 1244 puts $::channel [string repeat abc 6000] 1245 flush $::channel 1248 catch { close $::channel }
|
| H A D | incrblob.test | 239 } "1 {channel \"$::blob\" wasn't opened for writing}" 429 # after the transaction is commited and the blob channel 486 # there is an open blob channel).
|
| H A D | corruptN.test | 244 ('alpha channel backup abandon test aback boomer atom alpha active');
|
| H A D | pager1.test | 2465 code1 { set channel [db incrblob -readonly t1 a 2] } 2479 do_test pager1-28-$tn.18 { code1 { read $channel } } c 2480 do_test pager1-28-$tn.19 { code1 { close $channel } } {}
|
| H A D | shell1.test | 1065 # channel end-of-line translations.
|
| H A D | fts1porter.test | 3342 channel channel 3343 channels channel
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5corrupt3.test | 845 | 3952: 61 6c 70 68 61 20 63 68 61 6e 6e 65 6c 20 62 61 alpha channel ba 1410 | 3952: 70 68 61 20 63 68 61 6e 6e 65 6c 20 c2 af 62 61 pha channel ..ba 1498 | 3840: 65 72 08 01 01 07 63 68 61 6e 6e 65 6c 08 01 01 er....channel... 1711 | 4000: 63 68 61 6e 6e 65 6c 08 02 03 01 04 74 65 73 74 channel.....test 2074 | 3952: 61 6c 70 68 61 20 63 68 61 6e 6e 65 6c 20 62 61 alpha channel ba 2170 | 3984: 03 02 08 01 07 63 68 61 6e 6e 65 6c 08 02 03 01 .....channel....
|
| H A D | fts5porter.test | 1678 changing chang channel channel 1679 channels channel chanson chanson
|