Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_range.c46 from_t = curlx_strtoofft(data->state.range, &ptr, 0, &from); in Curl_range()
51 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in Curl_range()
Dstrtoofft.h49 CURLofft curlx_strtoofft(const char *str, char **endp, int base,
Dstrtoofft.c215 CURLofft curlx_strtoofft(const char *str, char **endp, int base, in curlx_strtoofft() function
Dhttp_chunks.c165 if(curlx_strtoofft(ch->hexbuffer, &endptr, 16, &ch->datasize)) in Curl_httpchunk_read()
Dftplistparser.c608 if(!curlx_strtoofft(finfo->b_data + parser->item_offset, in Curl_ftp_parselist()
936 if(curlx_strtoofft(finfo->b_data + in Curl_ftp_parselist()
Dcookie.c697 offt = curlx_strtoofft((*co->maxage == '\"')? in Curl_cookie_add()
869 if(curlx_strtoofft(ptr, NULL, 10, &co->expires)) in Curl_cookie_add()
Dhttp_proxy.c526 (void)curlx_strtoofft(s->line_start + in CONNECT()
Dssh-libssh.c1524 from_t = curlx_strtoofft(conn->data->state.range, &ptr, 0, &from); in myssh_statemach_act()
1530 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in myssh_statemach_act()
Dssh.c2175 from_t = curlx_strtoofft(conn->data->state.range, &ptr, 0, &from); in ssh_statemach_act()
2180 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in ssh_statemach_act()
Dhttp.c3776 CURLofft offt = curlx_strtoofft(k->p + 15, NULL, 10, &contentlength); in Curl_http_readwrite_headers()
3925 if(!curlx_strtoofft(ptr, NULL, 10, &k->offset)) { in Curl_http_readwrite_headers()
Dimap.c1127 if(!curlx_strtoofft(ptr + 1, &endptr, 10, &size)) { in imap_state_fetch_resp()
Dftp.c2267 (void)curlx_strtoofft(buf + 4, NULL, 0, &filesize); in ftp_state_size_resp()
2438 (void)curlx_strtoofft(bytes, NULL, 0, &size); in ftp_state_get_resp()
/external/curl/src/
Dtool_paramhlp.c406 CURLofft offt = curlx_strtoofft(str, &endptr, 0, val); in str2offset()
Dtool_getparam.c450 if(curlx_strtoofft(arg, &unit, 0, &value)) { in GetSizeParameter()
1943 if(curlx_strtoofft(nextarg, NULL, 10, &off)) { in getparameter()
/external/curl/docs/
DINTERNALS.md605 `curlx_strtoofft()`