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

/systemd/src/import/
H A Dpull-job.h76 uint64_t content_length; member in struct:PullJob
H A Dpull-job.c122 if (j->content_length != (uint64_t) -1 &&
123 j->content_length != j->written_compressed) {
250 if (j->content_length != (uint64_t) -1 &&
251 j->written_compressed + sz > j->content_length) {
432 (void) safe_atou64(length, &j->content_length);
434 if (j->content_length != (uint64_t) -1) {
437 if (j->content_length > j->compressed_max) {
443 log_info("Downloading %s for %s.", format_bytes(bytes, sizeof(bytes), j->content_length), j->url);
530 j->content_length = (uint64_t) -1;

Completed in 2473 milliseconds