Home
last modified time | relevance | path

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

/curl/lib/
H A Dstrtoofft.c154 errno = ERANGE; in strtooff()
231 if(errno == ERANGE) in curlx_strtoofft()
/curl/src/
H A Dtool_paramhlp.c174 if(errno == ERANGE) in getnum()
263 if(errno == ERANGE) in str2double()
521 if((*val == LONG_MIN || *val == LONG_MAX) && errno == ERANGE) in str2offset()
/curl/tests/server/
H A Drtspd.c60 #undef ERANGE
61 #define ERANGE 34 /* errno.h value */ macro
480 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) { in ProcessRequest()
H A Dsws.c64 #undef ERANGE
65 #define ERANGE 34 /* errno.h value */ macro
633 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) { in ProcessRequest()

Completed in 18 milliseconds