OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MHD_SYS_select_
(Results
1 - 3
of
3
) sorted by null
/external/libmicrohttpd/src/include/
platform_interface.h
120
/*
MHD_SYS_select_
is wrapper macro for system select() function */
122
#define
MHD_SYS_select_
(n,r,w,e,t) select((n),(r),(w),(e),(t))
124
#define
MHD_SYS_select_
(n,r,w,e,t) select((int)0,(r),(w),(e),(t))
/external/libmicrohttpd/src/testcurl/
test_quiesce.c
150
MHD_SYS_select_
(max + 1, &rs, &ws, &es, &tv);
/external/libmicrohttpd/src/microhttpd/
daemon.c
997
num_ready =
MHD_SYS_select_
(max + 1, &rs, &ws, NULL, tvp);
[
all
...]
Completed in 66 milliseconds