Home
last modified time | relevance | path

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

/curl/lib/
H A Dfile.c428 struct_stat statbuf; /* struct_stat instead of struct stat just to allow the in file_do() local
450 if(-1 != fstat(fd, &statbuf)) { in file_do()
451 if(!S_ISDIR(statbuf.st_mode)) in file_do()
452 expected_size = statbuf.st_size; in file_do()
454 data->info.filetime = statbuf.st_mtime; in file_do()
483 filetime = (time_t)statbuf.st_mtime; in file_do()
520 data->state.resume_from += (curl_off_t)statbuf.st_size; in file_do()
552 if(!S_ISDIR(statbuf.st_mode)) { in file_do()
566 if(!S_ISDIR(statbuf.st_mode)) { in file_do()
H A Dmime.c206 struct_stat statbuf; in vmsfopenread() local
209 result = stat(file, &statbuf); in vmsfopenread()
211 switch(statbuf.st_fab_rfm) { in vmsfopenread()
/curl/src/
H A Dtool_filetime.c79 struct_stat statbuf; in getfiletime() local
80 if(-1 != stat(filename, &statbuf)) { in getfiletime()
81 *stamp = (curl_off_t)statbuf.st_mtime; in getfiletime()
/curl/tests/server/
H A Dutil.c819 struct_stat statbuf; in bind_unix_socket() local
839 rc = curlx_win32_stat(unix_socket, &statbuf); in bind_unix_socket()
841 rc = lstat(unix_socket, &statbuf); in bind_unix_socket()
849 if((statbuf.st_mode & S_IFSOCK) != S_IFSOCK) { in bind_unix_socket()

Completed in 22 milliseconds