PostgreSQL Source Code  git master
debug_expect Struct Reference

Data Fields

int debug
 
int expect
 
int cipher_algo
 
int s2k_mode
 
int s2k_count
 
int s2k_cipher_algo
 
int s2k_digest_algo
 
int compress_algo
 
int use_sess_key
 
int disable_mdc
 
int unicode_mode
 

Detailed Description

Definition at line 106 of file pgp-pgsql.c.

Field Documentation

◆ cipher_algo

int debug_expect::cipher_algo

Definition at line 110 of file pgp-pgsql.c.

Referenced by fill_expect(), and set_arg().

◆ compress_algo

int debug_expect::compress_algo

Definition at line 115 of file pgp-pgsql.c.

Referenced by fill_expect(), and set_arg().

◆ debug

int debug_expect::debug

Definition at line 108 of file pgp-pgsql.c.

Referenced by encrypt_internal(), fill_expect(), init_work(), and set_arg().

◆ disable_mdc

int debug_expect::disable_mdc

Definition at line 117 of file pgp-pgsql.c.

Referenced by fill_expect(), and set_arg().

◆ expect

int debug_expect::expect

Definition at line 109 of file pgp-pgsql.c.

Referenced by decrypt_internal(), fill_expect(), and set_arg().

◆ s2k_cipher_algo

int debug_expect::s2k_cipher_algo

Definition at line 113 of file pgp-pgsql.c.

Referenced by fill_expect(), and set_arg().

◆ s2k_count

int debug_expect::s2k_count

Definition at line 112 of file pgp-pgsql.c.

Referenced by fill_expect(), and set_arg().

◆ s2k_digest_algo

int debug_expect::s2k_digest_algo

Definition at line 114 of file pgp-pgsql.c.

Referenced by fill_expect(), and set_arg().

◆ s2k_mode

int debug_expect::s2k_mode

Definition at line 111 of file pgp-pgsql.c.

Referenced by fill_expect(), and set_arg().

◆ unicode_mode

int debug_expect::unicode_mode

Definition at line 118 of file pgp-pgsql.c.

Referenced by fill_expect(), and set_arg().

◆ use_sess_key

int debug_expect::use_sess_key

Definition at line 116 of file pgp-pgsql.c.

Referenced by fill_expect(), and set_arg().


The documentation for this struct was generated from the following file: