dhtslib ~develop (2022-01-25T20:23:39.6291596)
Dub
Repo
knetFile_s
htslib
knetfile
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@
system
nothrow @
nogc
extern (
C
)
struct
knetFile_s {
int
type
;
int
fd
;
long
offset
;
char
*
host
;
char
*
port
;
int
ctrl_fd
;
int
[
4
]
pasv_ip
;
int
pasv_port
;
int
max_response
;
int
no_reconnect
;
int
is_ready
;
char
*
response
;
char
*
retr
;
char
*
size_cmd
;
long
seek_offset
;
long
file_size
;
char
*
path
;
char
*
http_host
;
}
Members
Variables
ctrl_fd
int
ctrl_fd
;
Undocumented in source.
fd
int
fd
;
Undocumented in source.
file_size
long
file_size
;
Undocumented in source.
host
char
*
host
;
Undocumented in source.
http_host
char
*
http_host
;
Undocumented in source.
is_ready
int
is_ready
;
Undocumented in source.
max_response
int
max_response
;
Undocumented in source.
no_reconnect
int
no_reconnect
;
Undocumented in source.
offset
long
offset
;
Undocumented in source.
pasv_ip
int
[
4
]
pasv_ip
;
Undocumented in source.
pasv_port
int
pasv_port
;
Undocumented in source.
path
char
*
path
;
Undocumented in source.
port
char
*
port
;
Undocumented in source.
response
char
*
response
;
Undocumented in source.
retr
char
*
retr
;
Undocumented in source.
seek_offset
long
seek_offset
;
Undocumented in source.
size_cmd
char
*
size_cmd
;
Undocumented in source.
type
int
type
;
Undocumented in source.
Meta
Source
See Implementation
htslib
knetfile
aliases
knetFile
functions
knet_close
knet_dopen
knet_fileno
knet_open
knet_read
knet_seek
knet_tell
manifest constants
KNF_TYPE_FTP
KNF_TYPE_HTTP
KNF_TYPE_LOCAL
structs
knetFile_s