Home
last modified time | relevance | path

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

/dports/x11-toolkits/ntk/ntk/src/
H A DFl_win32.cxx109 typedef int (WINAPI* fl_wsk_select_f)(int, fd_set*, fd_set*, fd_set*, const struct timeval*); typedef
113 static fl_wsk_select_f s_wsock_select = 0;
121 s_wsock_select = (fl_wsk_select_f) GetProcAddress(s_wsock_mod, "select"); in get_wsock_mod()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_win32.cxx109 typedef int (WINAPI* fl_wsk_select_f)(int, fd_set*, fd_set*, fd_set*, const struct timeval*); typedef
113 static fl_wsk_select_f s_wsock_select = 0;
121 s_wsock_select = (fl_wsk_select_f) GetProcAddress(s_wsock_mod, "select"); in get_wsock_mod()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_win32.cxx116 typedef int (WINAPI* fl_wsk_select_f)(int, fd_set*, fd_set*, fd_set*, const struct timeval*); typedef
119 static fl_wsk_select_f s_wsock_select = 0;
130 s_wsock_select = (fl_wsk_select_f) GetProcAddress(s_wsock_mod, "select");