Searched refs:curlx_strtoofft (Results 1 – 15 of 15) sorted by relevance
/external/curl/lib/ |
D | curl_range.c | 46 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()
|
D | strtoofft.h | 49 CURLofft curlx_strtoofft(const char *str, char **endp, int base,
|
D | strtoofft.c | 215 CURLofft curlx_strtoofft(const char *str, char **endp, int base, in curlx_strtoofft() function
|
D | http_chunks.c | 165 if(curlx_strtoofft(ch->hexbuffer, &endptr, 16, &ch->datasize)) in Curl_httpchunk_read()
|
D | ftplistparser.c | 608 if(!curlx_strtoofft(finfo->b_data + parser->item_offset, in Curl_ftp_parselist() 936 if(curlx_strtoofft(finfo->b_data + in Curl_ftp_parselist()
|
D | cookie.c | 697 offt = curlx_strtoofft((*co->maxage == '\"')? in Curl_cookie_add() 869 if(curlx_strtoofft(ptr, NULL, 10, &co->expires)) in Curl_cookie_add()
|
D | http_proxy.c | 526 (void)curlx_strtoofft(s->line_start + in CONNECT()
|
D | ssh-libssh.c | 1524 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()
|
D | ssh.c | 2175 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()
|
D | http.c | 3776 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()
|
D | imap.c | 1127 if(!curlx_strtoofft(ptr + 1, &endptr, 10, &size)) { in imap_state_fetch_resp()
|
D | ftp.c | 2267 (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/ |
D | tool_paramhlp.c | 406 CURLofft offt = curlx_strtoofft(str, &endptr, 0, val); in str2offset()
|
D | tool_getparam.c | 450 if(curlx_strtoofft(arg, &unit, 0, &value)) { in GetSizeParameter() 1943 if(curlx_strtoofft(nextarg, NULL, 10, &off)) { in getparameter()
|
/external/curl/docs/ |
D | INTERNALS.md | 605 `curlx_strtoofft()`
|