Home
last modified time | relevance | path

Searched refs:VmsSpecialSize (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dmime.c176 * VmsSpecialSize checks to see if the stat st_size can be trusted and
180 static curl_off_t VmsSpecialSize(const char *name, in VmsSpecialSize() function
193 #define filesize(name, stat_data) VmsSpecialSize(name, &stat_data)
/third_party/curl/src/
H A Dtool_operate.c185 * VmsSpecialSize checks to see if the stat st_size can be trusted and
189 static curl_off_t VmsSpecialSize(const char *name, in VmsSpecialSize() function
290 fileinfo.st_size = VmsSpecialSize(uploadfile, &fileinfo); in pre_transfer()

Completed in 6 milliseconds