Home
last modified time | relevance | path

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

/curl/docs/examples/
H A Dfileupload.c46 if(fstat(fileno(fd), &file_info) != 0) in main()
H A Danyauthput.c101 fstat(FILENO(fp), &file_info); in main()
/curl/tests/libtest/
H A Dlib541.c58 hd = fstat(fileno(hd_src), &file_info); in test()
H A Dlib525.c66 hd = fstat(fileno(hd_src), &file_info); in test()
H A Dlib505.c66 hd = fstat(fileno(hd_src), &file_info); in test()
H A Dlib568.c82 fstat(sdp, &file_info); in test()
H A Dlib572.c101 fstat(params, &file_info); in test()
H A Dlib582.c251 hd = fstat(fileno(hd_src), &file_info); in test()
/curl/lib/
H A Dfopen.c108 if(fstat(fileno(*fh), &sb) == -1 || !S_ISREG(sb.st_mode)) { in Curl_fopen()
H A Dcurl_setup.h462 # undef fstat
463 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
486 # define fstat(fdes,stp) _fstat(fdes, stp) macro
H A Dfile.c344 if(fstat(fd, &file_stat)) { in file_upload()
450 if(-1 != fstat(fd, &statbuf)) { in file_do()
/curl/src/
H A Dtool_formparse.c113 if(fd >= 0 && origin >= 0 && !fstat(fd, &sbuf) && in tool_mime_new_filedata()
H A Dtool_operate.c386 if((per->infd == -1) || fstat(per->infd, &fileinfo)) in pre_transfer()

Completed in 25 milliseconds