Searched refs:ftp1 (Results 1 – 3 of 3) sorted by relevance
99 struct lws_foreign_thread_pollfd *ftp, **ftp1; in _lws_change_pollfd() local123 ftp1 = (struct lws_foreign_thread_pollfd **) in _lws_change_pollfd()125 while (*ftp1) in _lws_change_pollfd()126 ftp1 = &((*ftp1)->next); in _lws_change_pollfd()128 *ftp1 = ftp; in _lws_change_pollfd()
61 >>> with FTP("ftp1.at.proftpd.org") as ftp:
1348 >>> with FTP("ftp1.at.proftpd.org") as ftp: