Lines Matching defs:package
106 struct package;
110 struct package *tf_pkg;
120 struct package
122 struct package *pkg_chain;
131 static struct package *package = NULL;
133 static int new_package(int, struct package **);
138 struct package *chain;
141 while (package != NULL) {
142 inflateEnd(&package->pkg_zs);
143 close(package->pkg_fd);
145 tf = package->pkg_first;
154 chain = package->pkg_chain;
155 free(package);
156 package = chain;
163 struct package *pkg;
187 pkg->pkg_chain = package;
188 package = pkg;
194 static int get_zipped(struct package *, void *, size_t);
195 static int new_package(int, struct package **);
196 static struct tarfile *scan_tarfile(struct package *, struct tarfile *);
206 if (package == NULL)
210 * We can only read from a package, so reject request to open
219 * a package within a package. We assume we have all the files
230 * to support listing files in the package.
237 tf = scan_tarfile(package, NULL);
244 tf = scan_tarfile(package, tf);
404 tf = scan_tarfile(package, NULL);
420 get_byte(struct package *pkg, off_t *op)
440 get_zipped(struct package *pkg, void *buf, size_t bufsz)
472 struct package *pkg;
483 DBG(("%s: no package associated with file?\n", __func__));
614 new_package(int fd, struct package **pp)
616 struct package *pkg;
705 scan_tarfile(struct package *pkg, struct tarfile *last)
771 * Skip package meta-files.