Searched refs:statbuf (Results 1 – 4 of 4) sorted by relevance
428 struct_stat statbuf; /* struct_stat instead of struct stat just to allow the in file_do() local450 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()523 data->state.resume_from += (curl_off_t)statbuf.st_size; in file_do()555 if(!S_ISDIR(statbuf.st_mode)) { in file_do()569 if(!S_ISDIR(statbuf.st_mode)) { in file_do()
208 struct_stat statbuf; in vmsfopenread() local211 result = stat(file, &statbuf); in vmsfopenread()213 switch(statbuf.st_fab_rfm) { in vmsfopenread()
79 struct_stat statbuf; in getfiletime() local80 if(-1 != stat(filename, &statbuf)) { in getfiletime()81 *stamp = (curl_off_t)statbuf.st_mtime; in getfiletime()
852 struct_stat statbuf; in bind_unix_socket() local872 rc = curlx_win32_stat(unix_socket, &statbuf); in bind_unix_socket()874 rc = lstat(unix_socket, &statbuf); in bind_unix_socket()882 if((statbuf.st_mode & S_IFSOCK) != S_IFSOCK) { in bind_unix_socket()
Completed in 22 milliseconds