OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:select_wrapper
(Results
1 - 2
of
2
) sorted by null
/external/curl/tests/libtest/
first.c
45
int
select_wrapper
(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
function
72
select_wrapper
(0, NULL, NULL, NULL, &t);
test.h
62
extern int
select_wrapper
(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
360
if(
select_wrapper
((A), (B), (C), (D), (E)) == -1) { \
Completed in 73 milliseconds