Searched refs:SET_RCVTIMEO (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_rtmp.c44 #define SET_RCVTIMEO(tv,s) int tv = s*1000 macro
46 #define SET_RCVTIMEO(tv,s) struct timeval tv = {s,0} macro
204 SET_RCVTIMEO(tv,10);

Completed in 127 milliseconds