PostgreSQL Source Code git master
|
#include <checksum_helper.h>
Data Fields | |
pg_crc32c | c_crc32c |
pg_cryptohash_ctx * | c_sha2 |
Definition at line 42 of file checksum_helper.h.
pg_crc32c pg_checksum_raw_context::c_crc32c |
Definition at line 44 of file checksum_helper.h.
Referenced by pg_checksum_final(), pg_checksum_init(), and pg_checksum_update().
pg_cryptohash_ctx* pg_checksum_raw_context::c_sha2 |
Definition at line 45 of file checksum_helper.h.
Referenced by pg_checksum_final(), pg_checksum_init(), and pg_checksum_update().