Searched refs:SET_RCVTIMEO (Results 1 – 1 of 1) sorted by relevance
42 #define SET_RCVTIMEO(tv,s) int tv = s*1000 macro44 #define SET_RCVTIMEO(tv,s) int tv = s*1000 macro46 #define SET_RCVTIMEO(tv,s) struct timeval tv = {s,0} macro209 SET_RCVTIMEO(tv, 10); in rtmp_connect()