Home
last modified time | relevance | path

Searched refs:CURLofft (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/
Dstrtoofft.h47 } CURLofft; typedef
49 CURLofft curlx_strtoofft(const char *str, char **endp, int base,
Dcurl_range.c44 CURLofft from_t; in Curl_range()
45 CURLofft to_t; in Curl_range()
Dstrtoofft.c215 CURLofft curlx_strtoofft(const char *str, char **endp, int base, in curlx_strtoofft()
Dssh-libssh.c1521 CURLofft to_t; in myssh_statemach_act()
1522 CURLofft from_t; in myssh_statemach_act()
Dcookie.c696 CURLofft offt; in Curl_cookie_add()
Dssh.c2172 CURLofft to_t; in ssh_statemach_act()
2173 CURLofft from_t; in ssh_statemach_act()
Dhttp.c3776 CURLofft offt = curlx_strtoofft(k->p + 15, NULL, 10, &contentlength); in Curl_http_readwrite_headers()
/external/curl/src/
Dtool_paramhlp.c406 CURLofft offt = curlx_strtoofft(str, &endptr, 0, val); in str2offset()