Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_rtmp.c46 #define SET_RCVTIMEO(tv,s) int tv = s*1000 macro
48 #define SET_RCVTIMEO(tv,s) int tv = s*1000 macro
50 #define SET_RCVTIMEO(tv,s) struct timeval tv = {s,0} macro
235 SET_RCVTIMEO(tv, 10); in rtmp_connect()

Completed in 4 milliseconds