Searched refs:ftp1 (Results 1 – 3 of 3) sorted by relevance
97 struct lws_foreign_thread_pollfd *ftp, **ftp1; in _lws_change_pollfd() local121 ftp1 = (struct lws_foreign_thread_pollfd **) in _lws_change_pollfd()123 while (*ftp1) in _lws_change_pollfd()124 ftp1 = &((*ftp1)->next); in _lws_change_pollfd()126 *ftp1 = ftp; in _lws_change_pollfd()
63 >>> with FTP("ftp1.at.proftpd.org") as ftp:
1348 >>> with FTP("ftp1.at.proftpd.org") as ftp: