citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
![]() ![]() |
Data Fields | |
StrBuf * | CharData |
int | nesting_level |
int | in_xrd |
int | current_service_priority |
int | selected_service_priority |
StrBuf * | current_service_uri |
StrBuf * | selected_service_uri |
int | current_service_is_oid2auth |
Definition at line 553 of file serv_openid_rp.c.
StrBuf* xrds::CharData |
Definition at line 554 of file serv_openid_rp.c.
Referenced by parse_xrds_document(), xrds_xml_chardata(), xrds_xml_end(), and xrds_xml_start().
int xrds::current_service_is_oid2auth |
Definition at line 561 of file serv_openid_rp.c.
Referenced by xrds_xml_end(), and xrds_xml_start().
int xrds::current_service_priority |
Definition at line 557 of file serv_openid_rp.c.
Referenced by xrds_xml_end(), and xrds_xml_start().
StrBuf* xrds::current_service_uri |
Definition at line 559 of file serv_openid_rp.c.
Referenced by parse_xrds_document(), and xrds_xml_end().
int xrds::in_xrd |
Definition at line 556 of file serv_openid_rp.c.
Referenced by xrds_xml_end(), and xrds_xml_start().
int xrds::nesting_level |
Definition at line 555 of file serv_openid_rp.c.
Referenced by xrds_xml_end(), and xrds_xml_start().
int xrds::selected_service_priority |
Definition at line 558 of file serv_openid_rp.c.
Referenced by parse_xrds_document(), and xrds_xml_end().
StrBuf* xrds::selected_service_uri |
Definition at line 560 of file serv_openid_rp.c.
Referenced by parse_xrds_document(), and xrds_xml_end().