|
PostgreSQL Source Code git master
|

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 335 of file pgp-compress.c.
References PXE_PGP_UNSUPPORTED_COMPR.
Referenced by init_compress().
| int pgp_decompress_filter | ( | PullFilter ** | res, |
| PGP_Context * | ctx, | ||
| PullFilter * | src | ||
| ) |
Definition at line 341 of file pgp-compress.c.
References PXE_PGP_UNSUPPORTED_COMPR.
Referenced by parse_compressed_data().