Home | History | Annotate | Download | only in lib

Lines Matching defs:tsize

74 #define TFTP_OPTION_TSIZE    "tsize"
385 long tsize = 0;
387 tsize = strtol(value, NULL, 10);
388 infof(data, "%s (%ld)\n", "tsize parsed from OACK", tsize);
390 /* tsize should be ignored on upload: Who cares about the size of the
393 if(!tsize) {
394 failf(data, "invalid tsize -:%s:- value in OACK packet", value);
397 Curl_pgrsSetDownloadSize(data, tsize);
499 /* add tsize option */