Lines Matching refs:size
1051 size = int(request.headers.get("Content-Length", 0))
1052 if size > 0:
1054 # Record the size of the payload, if there is one.
1055 attrs["pkg.size"] = str(size)
1107 size = int(request.headers.get("Content-Length", 0))
1108 if size < 0:
1119 self.repo.add_file(trans_id, data, basename, size)
1144 size = int(request.headers.get("Content-Length", 0))
1145 if size < 0:
1268 size, csize = m.get_size()
1290 ver.branch, ver.get_timestamp().strftime("%c"), misc.bytes_to_str(size),