Home
last modified time | relevance | path

Searched defs:sshFxpSetstatPacket (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.go669 type sshFxpSetstatPacket struct { struct
670 ID uint32
671 Path string
672 Flags uint32
673 Attrs interface{}
683 func (p sshFxpSetstatPacket) id() uint32 { return p.ID }
686 func (p sshFxpSetstatPacket) MarshalBinary() ([]byte, error) {
714 func (p *sshFxpSetstatPacket) UnmarshalBinary(b []byte) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pkg/sftp/
H A Dpacket.go689 type sshFxpSetstatPacket struct { struct
690 ID uint32
691 Path string
692 Flags uint32
693 Attrs interface{}
703 func (p sshFxpSetstatPacket) id() uint32 { return p.ID }
706 func (p sshFxpSetstatPacket) MarshalBinary() ([]byte, error) {
734 func (p *sshFxpSetstatPacket) UnmarshalBinary(b []byte) error {
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/pkg/sftp/
H A Dpacket.go690 type sshFxpSetstatPacket struct { struct
691 ID uint32
692 Path string
693 Flags uint32
694 Attrs interface{}
704 func (p sshFxpSetstatPacket) id() uint32 { return p.ID }
707 func (p sshFxpSetstatPacket) MarshalBinary() ([]byte, error) {
735 func (p *sshFxpSetstatPacket) UnmarshalBinary(b []byte) error {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/
H A Dpacket.go793 type sshFxpSetstatPacket struct { struct
794 ID uint32
795 Flags uint32
796 Path string
797 Attrs interface{}
807 func (p *sshFxpSetstatPacket) id() uint32 { return p.ID }
810 func (p *sshFxpSetstatPacket) marshalPacket() ([]byte, []byte, error) {
826 func (p *sshFxpSetstatPacket) MarshalBinary() ([]byte, error) {
852 func (p *sshFxpSetstatPacket) UnmarshalBinary(b []byte) error {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/
H A Dpacket.go793 type sshFxpSetstatPacket struct { struct
794 ID uint32
795 Flags uint32
796 Path string
797 Attrs interface{}
807 func (p *sshFxpSetstatPacket) id() uint32 { return p.ID }
810 func (p *sshFxpSetstatPacket) marshalPacket() ([]byte, []byte, error) {
826 func (p *sshFxpSetstatPacket) MarshalBinary() ([]byte, error) {
852 func (p *sshFxpSetstatPacket) UnmarshalBinary(b []byte) error {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/
H A Dpacket.go899 type sshFxpSetstatPacket struct { struct
900 ID uint32
901 Flags uint32
902 Path string
903 Attrs interface{}
913 func (p *sshFxpSetstatPacket) id() uint32 { return p.ID }
916 func (p *sshFxpSetstatPacket) marshalPacket() ([]byte, []byte, error) {
932 func (p *sshFxpSetstatPacket) MarshalBinary() ([]byte, error) {
958 func (p *sshFxpSetstatPacket) UnmarshalBinary(b []byte) error {