PostgreSQL Source Code git master
|
#include <parse_manifest.h>
Definition at line 40 of file parse_manifest.h.
json_manifest_error_callback JsonManifestParseContext::error_cb |
Definition at line 47 of file parse_manifest.h.
Referenced by CreateIncrementalBackupInfo(), json_manifest_finalize_file(), json_manifest_parse_failure(), json_parse_manifest_incremental_chunk(), json_parse_manifest_incremental_init(), load_backup_manifest(), manifest_process_system_identifier(), manifest_process_version(), parse_manifest_file(), and verify_manifest_checksum().
json_manifest_per_file_callback JsonManifestParseContext::per_file_cb |
Definition at line 45 of file parse_manifest.h.
Referenced by CreateIncrementalBackupInfo(), json_manifest_finalize_file(), load_backup_manifest(), and parse_manifest_file().
json_manifest_per_wal_range_callback JsonManifestParseContext::per_wal_range_cb |
Definition at line 46 of file parse_manifest.h.
Referenced by CreateIncrementalBackupInfo(), json_manifest_finalize_wal_range(), load_backup_manifest(), and parse_manifest_file().
void* JsonManifestParseContext::private_data |
Definition at line 42 of file parse_manifest.h.
Referenced by combinebackup_per_file_cb(), combinebackup_per_wal_range_cb(), combinebackup_system_identifier_cb(), CreateIncrementalBackupInfo(), load_backup_manifest(), manifest_process_file(), manifest_process_wal_range(), parse_manifest_file(), verifybackup_per_file_cb(), verifybackup_per_wal_range_cb(), verifybackup_system_identifier(), and verifybackup_version_cb().
json_manifest_system_identifier_callback JsonManifestParseContext::system_identifier_cb |
Definition at line 44 of file parse_manifest.h.
Referenced by CreateIncrementalBackupInfo(), json_manifest_finalize_system_identifier(), load_backup_manifest(), and parse_manifest_file().
json_manifest_version_callback JsonManifestParseContext::version_cb |
Definition at line 43 of file parse_manifest.h.
Referenced by CreateIncrementalBackupInfo(), json_manifest_finalize_version(), load_backup_manifest(), and parse_manifest_file().