#include "postgres.h"#include "mbuf.h"#include "px.h"#include "pgp.h"
Go to the source code of this file.
Functions | |
| int | pgp_compress_filter (PushFilter **res, PGP_Context *ctx, PushFilter *dst) |
| int | pgp_decompress_filter (PullFilter **res, PGP_Context *ctx, PullFilter *src) |
| int pgp_compress_filter | ( | PushFilter ** | res, | |
| PGP_Context * | ctx, | |||
| PushFilter * | dst | |||
| ) |
Definition at line 318 of file pgp-compress.c.
Referenced by init_compress().
{
return PXE_PGP_UNSUPPORTED_COMPR;
}
| int pgp_decompress_filter | ( | PullFilter ** | res, | |
| PGP_Context * | ctx, | |||
| PullFilter * | src | |||
| ) |
Definition at line 324 of file pgp-compress.c.
Referenced by parse_compressed_data().
{
return PXE_PGP_UNSUPPORTED_COMPR;
}
1.7.1