Home
last modified time | relevance | path

Searched refs:SetstatPacket (Results 1 – 8 of 8) sorted by relevance

/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/internal/encoding/ssh/filexfer/
H A Dpath_packets.go38 type SetstatPacket struct { struct
44 func (p *SetstatPacket) Type() PacketType { argument
49 func (p *SetstatPacket) MarshalPacket(reqid uint32, b []byte) (header, payload []byte, err error) { argument
66 func (p *SetstatPacket) UnmarshalPacketBody(buf *Buffer) (err error) { argument
H A Dpath_packets_test.go48 var _ Packet = &SetstatPacket{}
57 p := &SetstatPacket{
83 *p = SetstatPacket{}
H A Dpackets.go27 return new(SetstatPacket), nil
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/internal/encoding/ssh/filexfer/
H A Dpath_packets.go38 type SetstatPacket struct { struct
44 func (p *SetstatPacket) Type() PacketType { argument
49 func (p *SetstatPacket) MarshalPacket(reqid uint32, b []byte) (header, payload []byte, err error) { argument
66 func (p *SetstatPacket) UnmarshalPacketBody(buf *Buffer) (err error) { argument
H A Dpath_packets_test.go48 var _ Packet = &SetstatPacket{}
57 p := &SetstatPacket{
83 *p = SetstatPacket{}
H A Dpackets.go27 return new(SetstatPacket), nil
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/internal/encoding/ssh/filexfer/
H A Dpath_packets.go38 type SetstatPacket struct { struct
44 func (p *SetstatPacket) Type() PacketType { argument
49 func (p *SetstatPacket) MarshalPacket(reqid uint32, b []byte) (header, payload []byte, err error) { argument
66 func (p *SetstatPacket) UnmarshalPacketBody(buf *Buffer) (err error) { argument
H A Dpackets.go27 return new(SetstatPacket), nil