Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dcurl_rtmp.c44 #define SET_RCVTIMEO(tv,s) int tv = s*1000 macro
46 #define SET_RCVTIMEO(tv,s) int tv = s*1000 macro
48 #define SET_RCVTIMEO(tv,s) struct timeval tv = {s,0} macro

Completed in 2 milliseconds