Lines Matching defs:size
149 * get_vms_file_size does what it takes to get the real size of the file
151 * For fixed files, find out the size of the EOF block and adjust.
186 * if not to call a routine to get the correct size.
278 * - Stat gives a size but this is UNRELIABLE in VMS. E.g.
287 /* Calculate the real upload size for VMS */
317 /* we ignore file size for char/block devices, sockets, etc. */
1125 /* We're told to continue from where we are now. Get the size
1130 /* set offset to current file size: */
1319 long size = strtol(env, NULL, 10);
1320 if(size)
1321 my_setopt(curl, CURLOPT_BUFFERSIZE, size);
1835 /* The maximum size needs to match MAX_NAME in cookie.h */