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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_cb_see.c33 /* OUR_MAX_SEEK_L has 'long' data type, OUR_MAX_SEEK_O has 'curl_off_t,
38 #define OUR_MAX_SEEK_O CURL_OFF_T_C(0x7FFFFFFF) - CURL_OFF_T_C(0x1) macro
57 if(offset > OUR_MAX_SEEK_O) {
72 long step = (left > OUR_MAX_SEEK_O) ? OUR_MAX_SEEK_L : (long)left;

Completed in 53 milliseconds