Home
last modified time | relevance | path

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

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