Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_range.c47 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from); in Curl_range()
52 to_t = curlx_strtoofft(ptr, &ptr2, 10, &to); in Curl_range()
H A Dstrtoofft.h51 CURLofft curlx_strtoofft(const char *str, char **endp, int base,
H A Dstrtoofft.c212 CURLofft curlx_strtoofft(const char *str, char **endp, int base, in curlx_strtoofft() function
H A Dhsts.c67 (void)curlx_strtoofft(timestr, NULL, 10, &val); in hsts_debugtime()
177 offt = curlx_strtoofft(p, &endp, 10, &expires); in Curl_hsts_parse()
H A Dftplistparser.c631 if(!curlx_strtoofft(mem + parser->item_offset, in Curl_ftp_parselist()
956 if(curlx_strtoofft(mem + in Curl_ftp_parselist()
H A Dhttp_chunks.c172 if(curlx_strtoofft(ch->hexbuffer, NULL, 16, &ch->datasize)) { in httpchunk_readwrite()
H A Dcookie.c733 offt = curlx_strtoofft((*maxage == '\"') ? in Curl_cookie_add()
943 if(curlx_strtoofft(ptr, NULL, 10, &co->expires)) in Curl_cookie_add()
H A Dcf-h1-proxy.c324 (void)curlx_strtoofft(header + strlen("Content-Length:"), in on_resp_header()
H A Dhttp.c2857 CURLofft offt = curlx_strtoofft(v, NULL, 10, &contentlength); in Curl_http_header()
2949 if(!curlx_strtoofft(ptr, NULL, 10, &k->offset)) { in Curl_http_header()
3062 (void)curlx_strtoofft(v, NULL, 10, &retry_after); in Curl_http_header()
H A Dimap.c1164 if(!curlx_strtoofft(ptr + 1, &endptr, 10, &size) && in imap_state_fetch_resp()
H A Dftp.c2475 (void)curlx_strtoofft(fdigit, NULL, 10, &filesize); in ftp_state_size_resp()
2660 (void)curlx_strtoofft(bytes, NULL, 10, &size); in ftp_state_get_resp()
/curl/src/
H A Dtool_paramhlp.c512 CURLofft offt = curlx_strtoofft(str, &endptr, 10, val); in str2offset()
H A Dtool_getparam.c508 if(curlx_strtoofft(arg, &unit, 10, &value)) { in GetSizeParameter()
961 if(curlx_strtoofft(&div[1], &endp, 10, &numunits)) { in set_rate()
2402 if(curlx_strtoofft(nextarg, NULL, 10, &value)) { in getparameter()
/curl/lib/vssh/
H A Dlibssh.c1639 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from); in myssh_statemach_act()
1645 to_t = curlx_strtoofft(ptr, &ptr2, 10, &to); in myssh_statemach_act()
H A Dlibssh2.c2524 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from); in ssh_statemach_act()
2529 to_t = curlx_strtoofft(ptr, &ptr2, 10, &to); in ssh_statemach_act()

Completed in 66 milliseconds