Searched refs:CURLofft (Results 1 – 9 of 9) sorted by relevance
/external/curl/lib/ |
D | strtoofft.h | 49 } CURLofft; typedef 51 CURLofft curlx_strtoofft(const char *str, char **endp, int base,
|
D | curl_range.c | 45 CURLofft from_t; in Curl_range() 46 CURLofft to_t; in Curl_range()
|
D | strtoofft.c | 212 CURLofft curlx_strtoofft(const char *str, char **endp, int base, in curlx_strtoofft()
|
D | hsts.c | 163 CURLofft offt; in Curl_hsts_parse()
|
D | cookie.c | 712 CURLofft offt; in parse_cookie_header()
|
D | http.c | 2984 CURLofft offt = curlx_strtoofft(v, NULL, 10, &contentlength); in http_header()
|
/external/curl/src/ |
D | tool_paramhlp.c | 573 CURLofft offt = curlx_strtoofft(str, &endptr, 10, val); in str2offset()
|
/external/curl/lib/vssh/ |
D | libssh.c | 1640 CURLofft to_t; in myssh_statemach_act() 1641 CURLofft from_t; in myssh_statemach_act()
|
D | libssh2.c | 1533 CURLofft to_t; in sftp_download_stat() 1534 CURLofft from_t; in sftp_download_stat()
|