Searched refs:CURLofft (Results 1 – 8 of 8) sorted by relevance
/external/curl/lib/ |
D | strtoofft.h | 47 } CURLofft; typedef 49 CURLofft curlx_strtoofft(const char *str, char **endp, int base,
|
D | curl_range.c | 44 CURLofft from_t; in Curl_range() 45 CURLofft to_t; in Curl_range()
|
D | strtoofft.c | 215 CURLofft curlx_strtoofft(const char *str, char **endp, int base, in curlx_strtoofft()
|
D | cookie.c | 699 CURLofft offt; in Curl_cookie_add()
|
D | http.c | 3753 CURLofft offt = curlx_strtoofft(headp + 15, NULL, 10, &contentlength); in Curl_http_readwrite_headers()
|
/external/curl/src/ |
D | tool_paramhlp.c | 398 CURLofft offt = curlx_strtoofft(str, &endptr, 0, val); in str2offset()
|
/external/curl/lib/vssh/ |
D | libssh.c | 1631 CURLofft to_t; in myssh_statemach_act() 1632 CURLofft from_t; in myssh_statemach_act()
|
D | libssh2.c | 2349 CURLofft to_t; in ssh_statemach_act() 2350 CURLofft from_t; in ssh_statemach_act()
|