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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_cb_see.c39 /* OUR_MAX_SEEK_L has 'long' data type, OUR_MAX_SEEK_O has 'curl_off_t,
43 #define OUR_MAX_SEEK_L 2147483647L - 1L macro
78 long step = (left > OUR_MAX_SEEK_O) ? OUR_MAX_SEEK_L : (long)left;

Completed in 91 milliseconds