Searched refs:curlx_strtoofft (Results 1 – 14 of 14) sorted by relevance
/external/curl/lib/ |
D | strtoofft.h | 45 # define curlx_strtoofft strtoll macro 56 # define curlx_strtoofft _strtoi64 macro 59 # define curlx_strtoofft curlx_strtoll macro 64 # define curlx_strtoofft strtol macro
|
D | file.c | 141 from=curlx_strtoofft(data->state.range, &ptr, 0); in file_range() 144 to=curlx_strtoofft(ptr, &ptr2, 0); in file_range()
|
D | http_chunks.c | 161 ch->datasize=curlx_strtoofft(ch->hexbuffer, &endptr, 16); in Curl_httpchunk_read()
|
D | ftplistparser.c | 615 fsize = curlx_strtoofft(finfo->b_data+parser->item_offset, &p, 10); in Curl_ftp_parselist() 941 finfo->size = curlx_strtoofft(finfo->b_data + in Curl_ftp_parselist()
|
D | cookie.c | 587 curlx_strtoofft((*co->maxage=='\"')? in Curl_cookie_add() 746 co->expires = curlx_strtoofft(ptr, NULL, 10); in Curl_cookie_add()
|
D | http_proxy.c | 532 cl = curlx_strtoofft(line_start + in Curl_proxyCONNECT()
|
D | ftp.c | 2310 filesize = (ftpcode == 213)?curlx_strtoofft(buf+4, NULL, 0):-1; in ftp_state_size_resp() 2481 size = curlx_strtoofft(bytes, NULL, 0); in ftp_state_get_resp() 3517 from=curlx_strtoofft(data->state.range, &ptr, 0); in ftp_range() 3520 to=curlx_strtoofft(ptr, &ptr2, 0); in ftp_range()
|
D | ssh.c | 2241 from=curlx_strtoofft(conn->data->state.range, &ptr, 0); in ssh_statemach_act() 2244 to=curlx_strtoofft(ptr, &ptr2, 0); in ssh_statemach_act()
|
D | http.c | 3450 curl_off_t contentlength = curlx_strtoofft(k->p+15, NULL, 10); in Curl_http_readwrite_headers() 3646 k->offset = curlx_strtoofft(ptr, NULL, 10); in Curl_http_readwrite_headers()
|
D | imap.c | 1122 size = curlx_strtoofft(ptr + 1, &endptr, 10); in imap_state_fetch_resp()
|
/external/curl/src/ |
D | tool_paramhlp.c | 380 *val = curlx_strtoofft(str, &endptr, 0); in str2offset()
|
D | tool_getparam.c | 588 curl_off_t value = curlx_strtoofft(nextarg, &unit, 0); in getparameter() 1784 off = curlx_strtoofft(nextarg, NULL, 10); in getparameter()
|
/external/curl/docs/ |
D | INTERNALS.md | 608 `curlx_strtoofft()`
|
/external/curl/ |
D | CHANGES.0 | 9260 - The strtoofft() macro is now named curlx_strtoofft() to use the curlx_*
|