Home
last modified time | relevance | path

Searched defs:sshFxpStatPacket (Results 1 – 6 of 6) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/pkg/sftp/
H A Dpacket.go310 type sshFxpStatPacket struct { struct
311 ID uint32
312 Path string
315 func (p sshFxpStatPacket) id() uint32 { return p.ID }
317 func (p sshFxpStatPacket) MarshalBinary() ([]byte, error) {
321 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pkg/sftp/
H A Dpacket.go306 type sshFxpStatPacket struct { struct
307 ID uint32
308 Path string
311 func (p sshFxpStatPacket) id() uint32 { return p.ID }
313 func (p sshFxpStatPacket) MarshalBinary() ([]byte, error) {
317 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/pkg/sftp/
H A Dpacket.go307 type sshFxpStatPacket struct { struct
308 ID uint32
309 Path string
312 func (p sshFxpStatPacket) id() uint32 { return p.ID }
314 func (p sshFxpStatPacket) MarshalBinary() ([]byte, error) {
318 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/
H A Dpacket.go348 type sshFxpStatPacket struct { struct
349 ID uint32
350 Path string
353 func (p *sshFxpStatPacket) id() uint32 { return p.ID }
355 func (p *sshFxpStatPacket) MarshalBinary() ([]byte, error) {
359 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/
H A Dpacket.go348 type sshFxpStatPacket struct { struct
349 ID uint32
350 Path string
353 func (p *sshFxpStatPacket) id() uint32 { return p.ID }
355 func (p *sshFxpStatPacket) MarshalBinary() ([]byte, error) {
359 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/
H A Dpacket.go449 type sshFxpStatPacket struct { struct
450 ID uint32
451 Path string
454 func (p *sshFxpStatPacket) id() uint32 { return p.ID }
456 func (p *sshFxpStatPacket) MarshalBinary() ([]byte, error) {
460 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {