Home
last modified time | relevance | path

Searched refs:SNIPPET_BOOLEAN (Results 1 – 22 of 22) sorted by relevance

/dports/security/lasso/lasso-2.7.0/lasso/xml/id-wsf-2.0/
H A Ddst_result_query_base.c61 { "contingency", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN | SNIPPET_OPTIONAL,
63 { "includeCommonAttributes", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN | SNIPPET_OPTIONAL,
H A Dsubsref_modify_item.c58 { "overrideAllowed", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN | SNIPPET_OPTIONAL,
H A Dsb2_user_interaction_header.c64 { "redirect", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN | SNIPPET_OPTIONAL,
H A Dsec_token_policy.c63 { "wantDSEPR", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN | SNIPPET_OPTIONAL,
H A Ddstref_modify_item.c59 { "overrideAllowed", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN | SNIPPET_OPTIONAL,
/dports/security/lasso/lasso-2.7.0/lasso/xml/saml-2.0/
H A Dsamlp2_authn_request.c76 { "ForceAuthn", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
78 { "IsPassive", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
H A Dsamlp2_name_id_policy.c53 { "AllowCreate", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
H A Dsaml2_assertion.c103 { "EncryptionActivated", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN | SNIPPET_LASSO_DUMP,
/dports/security/lasso/lasso-2.7.0/lasso/xml/ecp/
H A Decp_request.c102 { "mustUnderstand", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
108 { "IsPassive", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
H A Decp_response.c98 { "mustUnderstand", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
H A Decp_relaystate.c102 { "mustUnderstand", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
/dports/security/lasso/lasso-2.7.0/lasso/xml/
H A Dlib_authn_request.c97 { "ForceAuthn", SNIPPET_CONTENT | SNIPPET_BOOLEAN,
99 { "IsPassive", SNIPPET_CONTENT | SNIPPET_BOOLEAN,
H A Dis_select.c56 { "multiple", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
H A Dis_user_interaction.c62 { "redirect", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
H A Ddst_query_item.c69 { "includeCommonAttributes", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN, \
H A Ddst_modification.c66 { "overrideAllowed", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN, G_STRUCT_OFFSET(LassoDstModification,
H A Dlib_authn_request_envelope.c86 { "IsPassive", SNIPPET_CONTENT | SNIPPET_BOOLEAN,
H A Dpaos_response.c94 { "mustUnderstand", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
H A Dpaos_request.c115 { "mustUnderstand", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN,
H A Dprivate.h71 SNIPPET_BOOLEAN = 1 << 20, enumerator
H A Dxml.c1361 } else if (snippet->type & SNIPPET_BOOLEAN) { in snippet_set_value()
2108 if (snippet->type & SNIPPET_BOOLEAN) in lasso_node_dispose()
2887 } else if (snippet->type & SNIPPET_BOOLEAN) { in lasso_node_build_xmlNode_from_snippets()
3095 if (snippet->type & SNIPPET_BOOLEAN) { in get_value_by_path()
3197 } else if (snippet->type & SNIPPET_BOOLEAN) { in set_value_at_path()
/dports/security/lasso/lasso-2.7.0/
H A DChangeLog4370 xml/xml.c: fix liberal use of casting for the SNIPPET_INTEGER and SNIPPET_BOOLEAN case
18140 ID-WSF XML: in dst_modification.c, add SNIPPET_BOOLEAN to overrideAllowed attribute snippet
49751 SNIPPET_BOOLEAN) (not that really tested)