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

/external/curl/lib/
H A Dformdata.c790 * VmsSpecialSize checks to see if the stat st_size can be trusted and
794 static curl_off_t VmsSpecialSize(const char * name, function
813 #define filesize(name, stat_data) VmsSpecialSize(name, &stat_data)
/external/curl/src/
H A Dtool_operate.c173 * VmsSpecialSize checks to see if the stat st_size can be trusted and
177 static curl_off_t VmsSpecialSize(const char * name, function
655 fileinfo.st_size = VmsSpecialSize(uploadfile, &fileinfo);

Completed in 524 milliseconds