Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
H A 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()

Completed in 1 milliseconds