Lines Matching refs:tsize
76 #define TFTP_OPTION_TSIZE "tsize"
364 long tsize = 0;
366 tsize = strtol(value, NULL, 10);
367 infof(data, "%s (%ld)", "tsize parsed from OACK", tsize);
369 /* tsize should be ignored on upload: Who cares about the size of the
372 if(!tsize) {
373 failf(data, "invalid tsize -:%s:- value in OACK packet", value);
376 Curl_pgrsSetDownloadSize(data, tsize);
486 /* add tsize option */