Home
last modified time | relevance | path

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

/external/curl/lib/
Dstrtoofft.h58 curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base);
59 # define curlx_strtoofft curlx_strtoll
Dstrtoofft.c55 curlx_strtoll(const char *nptr, char **endptr, int base) in curlx_strtoll() function
/external/curl/docs/
DINTERNALS611 This might use the curlx_strtoll() function which is provided as source
/external/curl/
DCHANGES.04738 - Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on
9656 curlx_strtoll() function. This is made to allow the app to use existing code,