Home
last modified time | relevance | path

Searched refs:ftp1 (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/core-net/
Dpollfd.c97 struct lws_foreign_thread_pollfd *ftp, **ftp1; in _lws_change_pollfd() local
121 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()
/external/python/cpython3/Doc/library/
Dftplib.rst63 >>> with FTP("ftp1.at.proftpd.org") as ftp:
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1348 >>> with FTP("ftp1.at.proftpd.org") as ftp: