Home
last modified time | relevance | path

Searched refs:curlx_strtoofft (Results 1 – 14 of 14) sorted by relevance

/external/curl/lib/
Dstrtoofft.h45 # define curlx_strtoofft strtoll macro
56 # define curlx_strtoofft _strtoi64 macro
59 # define curlx_strtoofft curlx_strtoll macro
64 # define curlx_strtoofft strtol macro
Dfile.c141 from=curlx_strtoofft(data->state.range, &ptr, 0); in file_range()
144 to=curlx_strtoofft(ptr, &ptr2, 0); in file_range()
Dhttp_chunks.c161 ch->datasize=curlx_strtoofft(ch->hexbuffer, &endptr, 16); in Curl_httpchunk_read()
Dftplistparser.c615 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()
Dcookie.c587 curlx_strtoofft((*co->maxage=='\"')? in Curl_cookie_add()
746 co->expires = curlx_strtoofft(ptr, NULL, 10); in Curl_cookie_add()
Dhttp_proxy.c532 cl = curlx_strtoofft(line_start + in Curl_proxyCONNECT()
Dftp.c2310 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()
Dssh.c2241 from=curlx_strtoofft(conn->data->state.range, &ptr, 0); in ssh_statemach_act()
2244 to=curlx_strtoofft(ptr, &ptr2, 0); in ssh_statemach_act()
Dhttp.c3450 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()
Dimap.c1122 size = curlx_strtoofft(ptr + 1, &endptr, 10); in imap_state_fetch_resp()
/external/curl/src/
Dtool_paramhlp.c380 *val = curlx_strtoofft(str, &endptr, 0); in str2offset()
Dtool_getparam.c588 curl_off_t value = curlx_strtoofft(nextarg, &unit, 0); in getparameter()
1784 off = curlx_strtoofft(nextarg, NULL, 10); in getparameter()
/external/curl/docs/
DINTERNALS.md608 `curlx_strtoofft()`
/external/curl/
DCHANGES.09260 - The strtoofft() macro is now named curlx_strtoofft() to use the curlx_*