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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_rtmp.c43 #define SET_RCVTIMEO(tv,s) int tv = s*1000 macro
45 #define SET_RCVTIMEO(tv,s) struct timeval tv = {s,0} macro

Completed in 59 milliseconds