HomeSort by: relevance | last modified time | path
    Searched defs:cached_connection (Results 1 - 3 of 3) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
ftp.c 105 static conn_t *cached_connection; variable in typeref:typename:conn_t *
591 if (io->cconn == cached_connection && io->cconn->ref == 1)
592 cached_connection = NULL;
1018 if (conn == cached_connection && conn->ref == 1)
1019 cached_connection = NULL;
1029 return (cached_connection
1051 e = _ftp_cmd(cached_connection, "NOOP");
1053 return (_fetch_ref(cached_connection));
1059 if (cached_connection)
1060 _ftp_disconnect(cached_connection);
    [all...]
ftp.c 105 static conn_t *cached_connection; variable in typeref:typename:conn_t *
591 if (io->cconn == cached_connection && io->cconn->ref == 1)
592 cached_connection = NULL;
1018 if (conn == cached_connection && conn->ref == 1)
1019 cached_connection = NULL;
1029 return (cached_connection
1051 e = _ftp_cmd(cached_connection, "NOOP");
1053 return (_fetch_ref(cached_connection));
1059 if (cached_connection)
1060 _ftp_disconnect(cached_connection);
    [all...]
ftp.c 105 static conn_t *cached_connection; variable in typeref:typename:conn_t *
591 if (io->cconn == cached_connection && io->cconn->ref == 1)
592 cached_connection = NULL;
1018 if (conn == cached_connection && conn->ref == 1)
1019 cached_connection = NULL;
1029 return (cached_connection
1051 e = _ftp_cmd(cached_connection, "NOOP");
1053 return (_fetch_ref(cached_connection));
1059 if (cached_connection)
1060 _ftp_disconnect(cached_connection);
    [all...]

Completed in 37 milliseconds