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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dformdata.c817 * VmsSpecialSize checks to see if the stat st_size can be trusted and
821 static curl_off_t VmsSpecialSize(const char * name, function
840 #define filesize(name, stat_data) VmsSpecialSize(name, &stat_data)
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_operate.c172 * VmsSpecialSize checks to see if the stat st_size can be trusted and
176 static curl_off_t VmsSpecialSize(const char * name, function
660 fileinfo.st_size = VmsSpecialSize(uploadfile, &fileinfo);

Completed in 186 milliseconds