HomeSort by relevance Sort by last modified time
    Searched refs:curlx_strtoofft (Results 1 - 12 of 12) sorted by null

  /external/curl/lib/
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
file.c 142 from=curlx_strtoofft(data->state.range, &ptr, 0);
145 to=curlx_strtoofft(ptr, &ptr2, 0);
http_chunks.c 161 ch->datasize=curlx_strtoofft(ch->hexbuffer, &endptr, 16);
http_proxy.c 472 cl = curlx_strtoofft(line_start +
cookie.c 570 curlx_strtoofft((*co->maxage=='\"')?
729 co->expires = curlx_strtoofft(ptr, NULL, 10);
    [all...]
ftplistparser.c 636 fsize = curlx_strtoofft(finfo->b_data+parser->item_offset, &p, 10);
962 finfo->size = curlx_strtoofft(finfo->b_data +
ftp.c     [all...]
http.c     [all...]
ssh.c     [all...]
imap.c     [all...]
  /external/curl/src/
tool_paramhlp.c 357 *val = curlx_strtoofft(str, &endptr, 0);
tool_getparam.c 551 curl_off_t value = curlx_strtoofft(nextarg, &unit, 0);
    [all...]

Completed in 288 milliseconds