Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dstrtoofft.c40 # define strtooff strtoll macro
51 # define strtooff _strtoi64 macro
57 # define strtooff strtol macro
76 * Custom version of the strtooff function. This extracts a curl_off_t
79 static curl_off_t strtooff(const char *nptr, char **endptr, int base) in strtooff() function
233 number = strtooff(str, &end, base); in curlx_strtoofft()

Completed in 1 milliseconds