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

/external/libmicrohttpd/src/examples/
H A Dmhd2spdy.c75 int maxfd_s = -1; local
159 maxfd_s = spdy_get_selectfdset(
164 if(maxfd_s > maxfd)
165 maxfd = maxfd_s;

Completed in 77 milliseconds