Home
last modified time | relevance | path

Searched refs:fd1 (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/test/
H A Dincrblob2.test50 seek $fd1 $iOffset start
52 read $fd1 6
61 seek $fd1 $iOffset start
67 seek $fd1 $iOffset start
68 read $fd1 6
77 seek $fd1 $iOffset start
78 read $fd1 6
82 close $fd1
100 puts -nonewline $fd1 "123456"
108 close $fd1
[all …]
H A Dwapptest.tcl352 set fd1 [open [file join $dir wapptest_cmd.$ext] w]
354 puts $fd1 [releasetest_data script -msvc $name $target]
356 puts $fd1 [releasetest_data script $name $target]
358 close $fd1
H A Dthreadtest3.c894 int fd1; in filecopy_x() local
898 fd1 = open(zFrom, O_RDONLY|O_BINARY); in filecopy_x()
899 if( fd1<0 ){ in filecopy_x()
906 close(fd1); in filecopy_x()
916 if( nCopy!=read(fd1, aBuf, nCopy) ){ in filecopy_x()
927 close(fd1); in filecopy_x()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest6.c258 int fd1; in copy_file() local
265 fd1 = open(zFrom, O_RDONLY | _O_BINARY, 0644); in copy_file()
268 fstat(fd1, &buf); in copy_file()
277 read(fd1, aBuf, nByte); in copy_file()
280 lseek(fd1, 4096, SEEK_SET); in copy_file()
286 close(fd1); in copy_file()