Home
last modified time | relevance | path

Searched refs:csPair (Results 1 – 4 of 4) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pkg/sftp/
H A Drequest-server_test.go16 type csPair struct { struct
22 func (cs csPair) Close() { argument
28 func (cs csPair) testHandler() *root { argument
34 func clientRequestServerPair(t *testing.T) *csPair {
60 return &csPair{client, server}
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/
H A Drequest-server_test.go21 type csPair struct { struct
28 func (cs csPair) Close() { argument
34 func (cs csPair) testHandler() *root { argument
40 func clientRequestServerPair(t *testing.T) *csPair {
47 pair := &csPair{
94 func checkRequestServerAllocator(t *testing.T, p *csPair) { argument
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/
H A Drequest-server_test.go21 type csPair struct { struct
28 func (cs csPair) Close() { argument
34 func (cs csPair) testHandler() *root { argument
40 func clientRequestServerPair(t *testing.T) *csPair {
47 pair := &csPair{
94 func checkRequestServerAllocator(t *testing.T, p *csPair) { argument
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/pkg/sftp/
H A Drequest-server_test.go20 type csPair struct {
27 func (cs csPair) Close() {
33 func (cs csPair) testHandler() *root {
39 func clientRequestServerPair(t *testing.T) *csPair {
46 pair := &csPair{
93 func checkRequestServerAllocator(t *testing.T, p *csPair) {