Home
last modified time | relevance | path

Searched refs:LargeFile (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dlarge-io.c104 LargeFile* LargeOpen(char *name, int flags, mode_t mode)
105 { LargeFile *lf = g_malloc0(sizeof(LargeFile));
144 int LargeSeek(LargeFile *lf, off_t pos)
159 int LargeEOF(LargeFile *lf)
168 ssize_t LargeRead(LargeFile *lf, void *buf, size_t count)
240 ssize_t LargeWrite(LargeFile *lf, void *buf, size_t count)
253 int LargeClose(LargeFile *lf)
270 int LargeTruncate(LargeFile *lf, off_t length)
H A Ddvdisaster.h349 } LargeFile; typedef
744 LargeFile *file;
780 LargeFile *eccFile; /* ecc file */
800 LargeFile *LargeOpen(char*, int, mode_t);
801 int LargeSeek(LargeFile*, off_t);
802 int LargeEOF(LargeFile*);
803 ssize_t LargeRead(LargeFile*, void*, size_t);
804 ssize_t LargeWrite(LargeFile*, void*, size_t);
805 int LargeClose(LargeFile*);
806 int LargeTruncate(LargeFile*, off_t);
[all …]
H A Draw-sector-cache.c29 static void init_defective_sector_file(char *path, RawBuffer *rb, LargeFile **file, DefectiveSector… in init_defective_sector_file()
67 static void open_defective_sector_file(RawBuffer *rb, char *path, LargeFile **file, in open_defective_sector_file()
178 { LargeFile *file; in SaveDefectiveSector()
286 LargeFile *file; in TryDefectiveSectorCache()
332 { LargeFile *file; in ReadDefectiveSectorFile()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/URLConnection/
H A DB5052093.java41 public static class LargeFile extends File { class in B5052093
42 public LargeFile() { in LargeFile() method in B5052093.LargeFile
52 public LargeFileURLConnection(LargeFile f) throws IOException { in LargeFileURLConnection()
80 URLConnection fu = new LargeFileURLConnection(new LargeFile()); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/URLConnection/
H A DB5052093.java41 public static class LargeFile extends File { class in B5052093
42 public LargeFile() { in LargeFile() method in B5052093.LargeFile
52 public LargeFileURLConnection(LargeFile f) throws IOException { in LargeFileURLConnection()
80 URLConnection fu = new LargeFileURLConnection(new LargeFile()); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/URLConnection/
H A DB5052093.java41 public static class LargeFile extends File { class in B5052093
42 public LargeFile() { in LargeFile() method in B5052093.LargeFile
52 public LargeFileURLConnection(LargeFile f) throws IOException { in LargeFileURLConnection()
80 URLConnection fu = new LargeFileURLConnection(new LargeFile()); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/net/URLConnection/
H A DB5052093.java40 public static class LargeFile extends File { class in B5052093
41 public LargeFile() { in LargeFile() method in B5052093.LargeFile
51 public LargeFileURLConnection(LargeFile f) throws IOException { in LargeFileURLConnection()
79 URLConnection fu = new LargeFileURLConnection(new LargeFile()); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/net/URLConnection/
H A DB5052093.java40 public static class LargeFile extends File { class in B5052093
41 public LargeFile() { in LargeFile() method in B5052093.LargeFile
51 public LargeFileURLConnection(LargeFile f) throws IOException { in LargeFileURLConnection()
79 URLConnection fu = new LargeFileURLConnection(new LargeFile()); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/URLConnection/
H A DB5052093.java41 public static class LargeFile extends File { class in B5052093
42 public LargeFile() { in LargeFile() method in B5052093.LargeFile
52 public LargeFileURLConnection(LargeFile f) throws IOException { in LargeFileURLConnection()
81 URLConnection fu = new LargeFileURLConnection(new LargeFile()); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/URLConnection/
H A DB5052093.java42 public static class LargeFile extends File { class in B5052093
43 public LargeFile() { in LargeFile() method in B5052093.LargeFile
53 public LargeFileURLConnection(LargeFile f) throws IOException { in LargeFileURLConnection()
82 URLConnection fu = new LargeFileURLConnection(new LargeFile()); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/URLConnection/
H A DB5052093.java42 public static class LargeFile extends File { class in B5052093
43 public LargeFile() { in LargeFile() method in B5052093.LargeFile
53 public LargeFileURLConnection(LargeFile f) throws IOException { in LargeFileURLConnection()
82 URLConnection fu = new LargeFileURLConnection(new LargeFile()); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/URLConnection/
H A DB5052093.java42 public static class LargeFile extends File { class in B5052093
43 public LargeFile() { in LargeFile() method in B5052093.LargeFile
53 public LargeFileURLConnection(LargeFile f) throws IOException { in LargeFileURLConnection()
82 URLConnection fu = new LargeFileURLConnection(new LargeFile()); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/URLConnection/
H A DB5052093.java42 public static class LargeFile extends File { class in B5052093
43 public LargeFile() { in LargeFile() method in B5052093.LargeFile
53 public LargeFileURLConnection(LargeFile f) throws IOException { in LargeFileURLConnection()
82 URLConnection fu = new LargeFileURLConnection(new LargeFile()); in main()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/google/go-github/v39/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
278 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
285 var files []*LargeFile
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
278 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
285 var files []*LargeFile
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
278 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
285 var files []*LargeFile
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/v33/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
278 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
285 var files []*LargeFile
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/google/go-github/github/
H A Dmigrations_source_import.go133 type LargeFile struct { struct
140 func (f LargeFile) String() string { argument
293 func (s *MigrationService) LargeFiles(owner, repo string) ([]LargeFile, *Response, error) {
303 files := new([]LargeFile)
/dports/devel/bit/bit-1.1.2/vendor/github.com/google/go-github/v32/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
278 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
285 var files []*LargeFile
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-github/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
296 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
306 var files []*LargeFile
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/google/go-github/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
296 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
306 var files []*LargeFile
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
296 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
306 var files []*LargeFile
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/google/go-github/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
296 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
306 var files []*LargeFile
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/google/go-github/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
296 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
306 var files []*LargeFile
/dports/www/beehive/beehive-0.4.0/vendor/github.com/google/go-github/github/
H A Dmigrations_source_import.go136 type LargeFile struct { struct
143 func (f LargeFile) String() string { argument
296 func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo string) ([]*LargeFile, *Resp…
306 var files []*LargeFile

123456789