libidn
1.42
|
Go to the source code of this file.
Macros | |
#define | countof(a) (sizeof(a)/sizeof(*(a))) |
#define | TABLE(x) stringprep_rfc3454_##x, N_STRINGPREP_rfc3454_##x |
Variables | |
const Stringprep_profiles | stringprep_profiles [] |
const Stringprep_profile | stringprep_nameprep [] |
const Stringprep_profile | stringprep_kerberos5 [] |
const Stringprep_table_element | stringprep_xmpp_nodeprep_prohibit [] |
const Stringprep_profile | stringprep_xmpp_nodeprep [] |
const Stringprep_profile | stringprep_xmpp_resourceprep [] |
const Stringprep_profile | stringprep_plain [] |
const Stringprep_profile | stringprep_trace [] |
const Stringprep_table_element | stringprep_iscsi_prohibit [] |
const Stringprep_profile | stringprep_iscsi [] |
const Stringprep_table_element | stringprep_saslprep_space_map [] |
const Stringprep_profile | stringprep_saslprep [] |
#define countof | ( | a | ) | (sizeof(a)/sizeof(*(a))) |
Definition at line 48 of file profiles.c.
#define TABLE | ( | x | ) | stringprep_rfc3454_##x, N_STRINGPREP_rfc3454_##x |
Definition at line 51 of file profiles.c.
const Stringprep_profile stringprep_iscsi[] |
Definition at line 197 of file profiles.c.
const Stringprep_table_element stringprep_iscsi_prohibit[] |
Definition at line 187 of file profiles.c.
const Stringprep_profile stringprep_kerberos5[] |
Definition at line 74 of file profiles.c.
const Stringprep_profile stringprep_nameprep[] |
Definition at line 53 of file profiles.c.
const Stringprep_profile stringprep_plain[] |
Definition at line 155 of file profiles.c.
const Stringprep_profiles stringprep_profiles[] |
Definition at line 34 of file profiles.c.
const Stringprep_profile stringprep_saslprep[] |
Definition at line 243 of file profiles.c.
const Stringprep_table_element stringprep_saslprep_space_map[] |
Definition at line 222 of file profiles.c.
const Stringprep_profile stringprep_trace[] |
Definition at line 171 of file profiles.c.
const Stringprep_profile stringprep_xmpp_nodeprep[] |
Definition at line 109 of file profiles.c.
const Stringprep_table_element stringprep_xmpp_nodeprep_prohibit[] |
Definition at line 97 of file profiles.c.
const Stringprep_profile stringprep_xmpp_resourceprep[] |
Definition at line 134 of file profiles.c.