Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcurl_setup.h348 # define struct_stat struct _stati64 macro
354 int curlx_win32_stat(const char *path, struct_stat *buffer);
372 # define struct_stat struct _stat macro
376 int curlx_win32_stat(const char *path, struct_stat *buffer);
384 #ifndef struct_stat
385 # define struct_stat struct stat macro
Dfopen.c55 struct_stat sb; in Curl_fopen()
84 struct_stat nsb; in Curl_fopen()
Dcurl_multibyte.c135 int curlx_win32_stat(const char *path, struct_stat *buffer) in curlx_win32_stat()
Dfile.c255 struct_stat file_stat; in file_upload()
370 struct_stat statbuf; /* struct_stat instead of struct stat just to allow the in file_do()
Dmime.c147 const struct_stat *stat_buf) in VmsRealFileSize()
177 const struct_stat *stat_buf) in VmsSpecialSize()
201 struct_stat statbuf; in vmsfopenread()
1447 struct_stat sbuf; in curl_mime_filedata()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesrc.c68 #define struct_stat struct stat macro
74 #undef struct_stat
75 #define struct_stat struct stat64 macro
434 struct_stat stat_results; in gst_file_src_get_size()
493 struct_stat stat_results; in gst_file_src_start()
Dgstfdsink.c73 #define struct_stat struct stat macro
79 #undef struct_stat
80 #define struct_stat struct stat64 macro
320 struct_stat stat_results; in gst_fd_sink_check_fd()
Dgstfdsrc.c84 #define struct_stat struct stat macro
90 #undef struct_stat
91 #define struct_stat struct stat64 macro
232 struct_stat stat_results; in gst_fd_src_update_fd()
747 struct_stat stat_results; in gst_fd_src_get_size()
/third_party/curl/tests/libtest/
Dlib541.c40 struct_stat file_info; in test()
Dlib505.c43 struct_stat file_info; in test()
Dlib525.c38 struct_stat file_info; in test()
Dlib568.c48 struct_stat file_info; in test()
Dlib572.c48 struct_stat file_info; in test()
Dlib582.c231 struct_stat file_info; in test()
/third_party/curl/src/
Dtool_filetime.c80 struct_stat statbuf; in getfiletime()
Dtool_doswin.c468 struct_stat st_buf; in rename_if_reserved_dos_device_name()
Dtool_operate.c160 const struct_stat *stat_buf) in vms_realfilesize()
191 const struct_stat *stat_buf) in VmsSpecialSize()
265 struct_stat fileinfo; in pre_transfer()
1001 struct_stat fileinfo; in single_transfer()
Dtool_formparse.c111 struct_stat sbuf; in tool_mime_new_filedata()
/third_party/curl/lib/vtls/
Dnss.c406 struct_stat st; in is_file()
1396 struct_stat st; in nss_setup()
1700 struct_stat st; in nss_load_ca_certificates()
Dsectransp.c1328 struct_stat st; in is_file()
/third_party/boost/libs/filesystem/src/
Doperations.cpp771 typedef struct stat struct_stat; in possible_large_file_size_support() typedef
772 return sizeof(struct_stat().st_size) > 4; in possible_large_file_size_support()
/third_party/curl/tests/server/
Dsws.c2075 struct_stat statbuf; in main()