Home
last modified time | relevance | path

Searched defs:sshFxpLstatPacket (Results 1 – 7 of 7) sorted by relevance

/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/catalog/
H A Dpg_type.h334 * rowtypes */
335 bool isImplicitArray,
336 bool isDependentType,
339 extern void RenameTypeInternal(Oid typeOid, const char *newTypeName,
342 extern char *makeArrayTypeName(const char *typeName, Oid typeNamespace);
/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.go295 type sshFxpLstatPacket struct { struct
296 ID uint32
297 Path string
300 func (p sshFxpLstatPacket) id() uint32 { return p.ID }
302 func (p sshFxpLstatPacket) MarshalBinary() ([]byte, error) {
306 func (p *sshFxpLstatPacket) UnmarshalBinary(b []byte) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pkg/sftp/
H A Dpacket.go291 type sshFxpLstatPacket struct { struct
292 ID uint32
293 Path string
296 func (p sshFxpLstatPacket) id() uint32 { return p.ID }
298 func (p sshFxpLstatPacket) MarshalBinary() ([]byte, error) {
302 func (p *sshFxpLstatPacket) UnmarshalBinary(b []byte) error {
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/pkg/sftp/
H A Dpacket.go292 type sshFxpLstatPacket struct { struct
293 ID uint32
294 Path string
297 func (p sshFxpLstatPacket) id() uint32 { return p.ID }
299 func (p sshFxpLstatPacket) MarshalBinary() ([]byte, error) {
303 func (p *sshFxpLstatPacket) UnmarshalBinary(b []byte) error {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/
H A Dpacket.go333 type sshFxpLstatPacket struct { struct
334 ID uint32
335 Path string
338 func (p *sshFxpLstatPacket) id() uint32 { return p.ID }
340 func (p *sshFxpLstatPacket) MarshalBinary() ([]byte, error) {
344 func (p *sshFxpLstatPacket) UnmarshalBinary(b []byte) error {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/
H A Dpacket.go333 type sshFxpLstatPacket struct { struct
334 ID uint32
335 Path string
338 func (p *sshFxpLstatPacket) id() uint32 { return p.ID }
340 func (p *sshFxpLstatPacket) MarshalBinary() ([]byte, error) {
344 func (p *sshFxpLstatPacket) UnmarshalBinary(b []byte) error {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/
H A Dpacket.go434 type sshFxpLstatPacket struct { struct
435 ID uint32
436 Path string
439 func (p *sshFxpLstatPacket) id() uint32 { return p.ID }
441 func (p *sshFxpLstatPacket) MarshalBinary() ([]byte, error) {
445 func (p *sshFxpLstatPacket) UnmarshalBinary(b []byte) error {