| DESCRIPTION |
| Purpose |
A DKIM_NAMETABLE is a conversion table between an internal code
in libopendkim and its name text in C string. It is passed as
a parameter to the conversion functions
dkim_code_to_name() or
dkim_name_to_code().
For the purpose to aquire all data in a table, there are functions
to allow us iteration on a table,
dkim_nametable_first(),
dkim_nametable_next(), and
dkim_iter_free().
|
| Possible Values |
- dkim_table_algorithms -- a conversion table for
dkim_alg_t.
- dkim_talbe_canonicalizations -- a conversion table for
dkim_canon_t.
- dkim_table_keyflags -- a conversion table for
DKIM_SIGFLAG_* constants.
- dkim_table_querytypes -- a conversion table for
DKIM_QUERY_* constants.
- dkim_table_results -- a conversion table for
DKIM_STAT constants.
- dkim_table_sigerrors -- a conversion table for
DKIM_SIGERROR constants.
- dkim_table_sigparams -- a conversion table for
DKIM_PARAM_* constants.
|
|