|
dpkg 1.22.7-3-g89f48
|
#include <config.h>#include <compat.h>#include <sys/types.h>#include <errno.h>#include <md5.h>#include <string.h>#include <unistd.h>#include <stdlib.h>#include <dpkg/i18n.h>#include <dpkg/dpkg.h>#include <dpkg/varbuf.h>#include <dpkg/fdio.h>#include <dpkg/buffer.h>Data Structures | |
| struct | buffer_md5_ctx |
Functions | |
| off_t | buffer_digest (const void *input, void *output, int type, off_t limit) |
| off_t | buffer_copy_IntInt (int Iin, int Tin, void *Pdigest, int Tdigest, int Iout, int Tout, off_t limit, struct dpkg_error *err) |
| off_t | buffer_copy_IntPtr (int Iin, int Tin, void *Pdigest, int Tdigest, void *Pout, int Tout, off_t limit, struct dpkg_error *err) |
| off_t | buffer_skip_Int (int I, int T, off_t limit, struct dpkg_error *err) |