Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c2289 char *fdigit = memchr(start, '\r', len); in ftp_state_size_resp() local
2290 if(fdigit) { in ftp_state_size_resp()
2291 fdigit--; in ftp_state_size_resp()
2292 if(*fdigit == '\n') in ftp_state_size_resp()
2293 fdigit--; in ftp_state_size_resp()
2294 while(ISDIGIT(fdigit[-1]) && (fdigit > start)) in ftp_state_size_resp()
2295 fdigit--; in ftp_state_size_resp()
2298 fdigit = start; in ftp_state_size_resp()
2300 (void)curlx_strtoofft(fdigit, NULL, 10, &filesize); in ftp_state_size_resp()

Completed in 16 milliseconds