Home
last modified time | relevance | path

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

/external/curl/lib/
Dselect.h95 int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes,
Dcurl_setup.h304 # define select(a,b,c,d,e) tpf_select_libcurl(a,b,c,d,e)
Dselect.c576 int tpf_select_libcurl(int maxfds, fd_set *reads, fd_set *writes, in tpf_select_libcurl() function