Searched refs:curlx_strtoofft (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dstrtoofft.h45 # define curlx_strtoofft strtoll macro
49 # define curlx_strtoofft _strtoi64 macro
52 # define curlx_strtoofft curlx_strtoll macro
57 # define curlx_strtoofft strtol macro
H A Dfile.c144 from=curlx_strtoofft(data->state.range, &ptr, 0);
147 to=curlx_strtoofft(ptr, &ptr2, 0);
H A Dhttp_chunks.c164 ch->datasize=curlx_strtoofft(ch->hexbuffer, &endptr, 16);
H A Dhttp_proxy.c469 cl = curlx_strtoofft(line_start +
H A Dcookie.c535 curlx_strtoofft((*co->maxage=='\"')?
694 co->expires = curlx_strtoofft(ptr, NULL, 10);
H A Dftplistparser.c641 fsize = curlx_strtoofft(finfo->b_data+parser->item_offset, &p, 10);
967 finfo->size = curlx_strtoofft(finfo->b_data +
H A Dftp.c2328 filesize = (ftpcode == 213)?curlx_strtoofft(buf+4, NULL, 0):-1;
2499 size = curlx_strtoofft(bytes, NULL, 0);
3545 from=curlx_strtoofft(data->state.range, &ptr, 0);
3548 to=curlx_strtoofft(ptr, &ptr2, 0);
H A Dhttp.c3260 curl_off_t contentlength = curlx_strtoofft(k->p+15, NULL, 10);
3461 k->offset = curlx_strtoofft(ptr, NULL, 10);
H A Dssh.c2092 from=curlx_strtoofft(conn->data->state.range, &ptr, 0);
2095 to=curlx_strtoofft(ptr, &ptr2, 0);
H A Dimap.c1490 size = curlx_strtoofft(ptr + 1, &endptr, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_paramhlp.c355 *val = curlx_strtoofft(str, &endptr, 0);
H A Dtool_getparam.c547 curl_off_t value = curlx_strtoofft(nextarg, &unit, 0);
1590 off = curlx_strtoofft(nextarg, NULL, 10);

Completed in 223 milliseconds