Home
last modified time | relevance | path

Searched refs:auto_flags (Results 1 – 25 of 39) sorted by relevance

12

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidsimp.c197 if ((auto_flags & ZXID_AUTO_FORMT) && (auto_flags & ZXID_AUTO_FORMF)) in zxid_fed_mgmt_cf()
248 if (auto_flags & ZXID_AUTO_MGMTC && auto_flags & ZXID_AUTO_MGMTH) { /* Both H&C: CGI */ in zxid_fed_mgmt_cf()
463 if ((auto_flags & ZXID_AUTO_FORMT) && (auto_flags & ZXID_AUTO_FORMF)) in zxid_idp_list_cf_cgi()
648 if ((auto_flags & ZXID_AUTO_FORMT) && (auto_flags & ZXID_AUTO_FORMF)) { in zxid_idp_select_zxstr_cf_cgi()
776 if (auto_flags & c_mask && auto_flags & h_mask) { /* Both H&C: CGI */ in zxid_simple_show_page()
796 if (auto_flags & ZXID_AUTO_EXIT) in zxid_simple_show_page()
929 res_len, auto_flags, 0); in zxid_simple_show_jwks()
1532 if (auto_flags & ZXID_AUTO_EXIT) in zxid_simple_ses_active_cf()
1691 if (auto_flags & ZXID_AUTO_EXIT) in zxid_simple_no_ses_cf()
1802 if (auto_flags & ZXID_AUTO_SOAPC || auto_flags & ZXID_AUTO_SOAPH) { in zxid_simple_cf_ses()
[all …]
H A Dzxidsimple.c57 int auto_flags; in main() local
66 auto_flags = atoi(argv[1]); in main()
67 auto_flags &= ~ZXID_AUTO_EXIT; in main()
68 res = zxid_simple(argv[0], 0, auto_flags); in main()
H A Dzxid.h749 ZXID_DECL char* zxid_simple(char* conf, char* qs, int auto_flags);
750 ZXID_DECL char* zxid_idp_list(char* conf, int auto_flags);
751 ZXID_DECL char* zxid_idp_select(char* conf, int auto_flags);
752 ZXID_DECL char* zxid_fed_mgmt(char* conf, char* sid, int auto_flags);
756 ZXID_DECL char* zxid_idp_list_cf(zxid_conf* cf, int* res_len, int auto_flags);
757 ZXID_DECL char* zxid_idp_select_cf(zxid_conf* cf, int* res_len, int auto_flags);
763 ZXID_DECL char* zxid_idp_list_len(int conf_len, char* conf, int* res_len, int auto_flags);
764 ZXID_DECL char* zxid_idp_list_cf_cgi(zxid_conf* cf, zxid_cgi* cgi, int* res_len, int auto_flags);
765 ZXID_DECL char* zxid_idp_select_len(int conf_len, char* conf, int* res_len, int auto_flags);
767 ZXID_DECL struct zx_str* zxid_idp_select_zxstr_cf(zxid_conf* cf, int auto_flags);
[all …]
H A Dzxidps.c433 …r* zxid_ps_accept_invite(zxid_conf* cf, zxid_cgi* cgi, zxid_ses* ses, int* res_len, int auto_flags) in zxid_ps_accept_invite() argument
442 return zxid_simple_show_err(cf, cgi, res_len, auto_flags); in zxid_ps_accept_invite()
448 return zxid_simple_show_err(cf, cgi, res_len, auto_flags); in zxid_ps_accept_invite()
453 return zxid_simple_show_err(cf, cgi, res_len, auto_flags); in zxid_ps_accept_invite()
458 return zxid_simple_show_err(cf, cgi, res_len, auto_flags); in zxid_ps_accept_invite()
464 return zxid_simple_show_idp_sel(cf, cgi, res_len, auto_flags); in zxid_ps_accept_invite()
480 return zxid_simple_show_err(cf, cgi, res_len, auto_flags); in zxid_ps_finalize_invite()
486 return zxid_simple_show_err(cf, cgi, res_len, auto_flags); in zxid_ps_finalize_invite()
491 return zxid_simple_show_err(cf, cgi, res_len, auto_flags); in zxid_ps_finalize_invite()
496 return zxid_simple_show_err(cf, cgi, res_len, auto_flags); in zxid_ps_finalize_invite()
[all …]
H A Dzxidpdp.c89 char* zxid_simple_ab_pep(zxid_conf* cf, zxid_ses* ses, int* res_len, int auto_flags) in zxid_simple_ab_pep() argument
113 switch (auto_flags & (ZXID_AUTO_FMTQ | ZXID_AUTO_FMTJ)) { in zxid_simple_ab_pep()
117 default: ERR("Unsupported output format bits %x", auto_flags & (ZXID_AUTO_FMTQ|ZXID_AUTO_FMTJ)); in zxid_simple_ab_pep()
H A Dzxidmda.c51 char* zxid_simple_md_authority(zxid_conf* cf, zxid_cgi* cgi, int* res_len, int auto_flags) in zxid_simple_md_authority() argument
95 "b", "text/xml", res_len, auto_flags, 0); in zxid_simple_md_authority()
H A Dzxid-simple.pd247 The ~auto_flags~ argument allows you to control which
253 > N.B. ~auto_flags~ are specified in code rather than in configuration
401 Here we specify zero as ~auto_flags~, thus all automation is
544 The ~auto_flags == 0x1800~ enables form tag wrapping and debug
553 ~auto_flags == 0xc0~ enabled the form wrapper). As can be
1000 char* zxid_simple(char* conf, char* qs, int auto_flags);
1010 char* zxid_idp_list_cf(struct zxid_conf* cf, int* res_len, int auto_flags)
1012 char* zxid_idp_list(char* conf, int auto_flags)
1017 char* zxid_idp_select_cf(struct zxid_conf* cf, int* res_len, int auto_flags)
1019 char* zxid_idp_select(char* conf, int auto_flags)
[all …]
H A Dzxidpriv.h121 …int c_mask, int h_mask, char* rets, char* cont_type, int* res_len, int auto_flags, const char* sta…
122 ZXID_DECL char* zxid_simple_show_json(zxid_conf* cf, const char* json, int* res_len, int auto_flags
247 ZXID_DECL char* zxid_simple_ab_pep(zxid_conf* cf, zxid_ses* ses, int* res_len, int auto_flags);
277 …uth2_token_and_check_id(zxid_conf* cf, zxid_cgi* cgi, zxid_ses* ses, int* res_len, int auto_flags);
344 ZXID_DECL char* zxid_simple_md_authority(zxid_conf* cf, zxid_cgi* cgi, int* res_len, int auto_flags
H A Dmini_httpd_filter.c441 ret = zxid_simple_ab_pep(cf, ses, res_len, auto_flags); in zxid_mini_httpd_check_protocol_url()
445 if (auto_flags & ZXID_AUTO_SOAPC || auto_flags & ZXID_AUTO_SOAPH) { in zxid_mini_httpd_check_protocol_url()
H A Dmod_auth_saml.c459 ret = zxid_simple_ab_pep(cf, &ses, res_len, auto_flags); in chkuid()
463 if (auto_flags & ZXID_AUTO_SOAPC || auto_flags & ZXID_AUTO_SOAPH) { in chkuid()
H A Dzxidoauth.c1170 …auth2_token_and_check_id(zxid_conf* cf, zxid_cgi* cgi, zxid_ses* ses, int* res_len, int auto_flags) in zxid_idp_oauth2_token_and_check_id() argument
1197 return zxid_simple_show_json(cf, "{\"error\":\"invalid_request\"}", res_len, auto_flags, in zxid_idp_oauth2_token_and_check_id()
1218 return zxid_simple_show_json(cf, buf, res_len, auto_flags, in zxid_idp_oauth2_token_and_check_id()
H A Dzxid-php.pd206 The ~auto_flags == 0x1800~ enables form tag wrapping and debug
215 ~auto_flags == 0xc0~ enabled the form wrapper). As can be
/dports/news/trn4/trn-4.0-test77/
H A Drthread.c632 int auto_flags;
664 int auto_flags;
677 int auto_flags;
707 int auto_flags;
720 int auto_flags;
736 int auto_flags;
775 int auto_flags;
881 int auto_flags;
900 int auto_flags;
923 int auto_flags;
[all …]
/dports/news/trn/trn-3.6/
H A Drthread.c568 int auto_flags;
611 int auto_flags;
624 int auto_flags;
655 int auto_flags;
668 int auto_flags;
684 int auto_flags;
827 int auto_flags;
842 int auto_flags;
865 int auto_flags;
878 int auto_flags;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dsql_table-t.cc71 column_1_definition.auto_flags); in TEST_F()
72 EXPECT_EQ(Field::NONE, column_2_definition.auto_flags); in TEST_F()
93 column_1_definition.auto_flags); in TEST_F()
94 EXPECT_EQ(Field::NONE, column_2_definition.auto_flags); in TEST_F()
112 EXPECT_EQ(Field::NONE, column_1_definition.auto_flags); in TEST_F()
113 EXPECT_EQ(Field::NONE, column_2_definition.auto_flags); in TEST_F()
H A Dcreate_field-t.cc53 EXPECT_EQ(Field::NONE, field_definition_none.auto_flags); in TEST_F()
56 EXPECT_EQ(Field::DEFAULT_NOW, field_definition_dn.auto_flags); in TEST_F()
60 field_definition_dnun.auto_flags); in TEST_F()
63 EXPECT_EQ(Field::ON_UPDATE_NOW, field_definition_un.auto_flags); in TEST_F()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/container/clusters/
H A Dcreate_auto.py25 auto_flags = [ variable
58 create.AddFlags(create.GA, parser, auto_flag_defaults, auto_flags)
70 create.AddFlags(create.BETA, parser, auto_flag_defaults, auto_flags)
82 create.AddFlags(create.ALPHA, parser, auto_flag_defaults, auto_flags)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dcreate_field.cc67 auto_flags(old_field->auto_flags), in Create_field()
134 auto_flags = default_now ? Field::DEFAULT_NOW : Field::NONE; in Create_field()
136 auto_flags |= Field::ON_UPDATE_NOW; in Create_field()
138 auto_flags |= Field::GENERATED_FROM_EXPRESSION; in Create_field()
217 auto_flags = Field::NONE; in init()
226 auto_flags |= Field::DEFAULT_NOW; in init()
235 auto_flags |= Field::ON_UPDATE_NOW; in init()
268 auto_flags |= Field::GENERATED_FROM_EXPRESSION; in init()
564 DBUG_ASSERT(!((auto_flags & (Field::DEFAULT_NOW | Field::ON_UPDATE_NOW | in init()
566 (auto_flags & Field::NEXT_NUMBER) != 0)); in init()
[all …]
H A Ddd_table_share.cc772 inline void get_auto_flags(const dd::Column &col_obj, uint &auto_flags) { in get_auto_flags() argument
794 auto_flags |= Field::DEFAULT_NOW; in get_auto_flags()
796 auto_flags |= Field::GENERATED_FROM_EXPRESSION; in get_auto_flags()
806 if (col_obj.is_auto_increment()) auto_flags |= Field::NEXT_NUMBER; in get_auto_flags()
814 (auto_flags & Field::NEXT_NUMBER) != 0)); in get_auto_flags()
826 auto auto_flags = static_cast<uint>(Field::NONE); in make_field() local
827 get_auto_flags(col_obj, auto_flags); in make_field()
933 auto auto_flags = static_cast<uint>(Field::NONE); in fill_column_from_dd() local
934 get_auto_flags(*col_obj, auto_flags); in fill_column_from_dd()
1040 if (auto_flags & Field::GENERATED_FROM_EXPRESSION) { in fill_column_from_dd()
[all …]
H A Dfield.cc1641 auto_flags(auto_flags_arg), in Field()
2118 tmp->auto_flags = Field::NONE; in new_field()
4858 if (auto_flags != NONE && (!(auto_flags & GENERATED_FROM_EXPRESSION))) { in init_timestamp_flags()
4864 if (auto_flags & ON_UPDATE_NOW) set_flag(ON_UPDATE_NOW_FLAG); in init_timestamp_flags()
5080 if (auto_flags & ON_UPDATE_NOW) set_flag(ON_UPDATE_NOW_FLAG); in Field_timestampf()
9136 Field::geometry_type geom_type, uchar auto_flags, in make_field() argument
9216 null_bit, auto_flags, field_name, share, field_charset); in make_field()
9327 ptr, null_pos, null_bit, auto_flags, field_name, in make_field()
9346 auto_flags, field_name) in make_field()
9362 create_field.geom_type, create_field.auto_flags, in make_field()
[all …]
H A Dcreate_field.h119 uchar auto_flags{Field::NONE};
/dports/science/code_saturne/code_saturne-7.1.0/libple/
H A Dconfigure.ac161 yes) auto_flags=yes ;;
162 no) auto_flags=no ;;
166 [ auto_flags=yes ]
227 if test "x$auto_flags" = "xyes" ; then
302 if test "x$auto_flags" = "xyes" ; then
376 # For consistency with the auto_flags mechanisme and with Code_Saturne,
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A Dzxidjni.java4130 public static String simple(String conf, String qs, int auto_flags) {
4131 return zxidjniJNI.zxid_simple(conf, qs, auto_flags);
4134 public static String idp_list(String conf, int auto_flags) {
4135 return zxidjniJNI.zxid_idp_list(conf, auto_flags);
4138 public static String idp_select(String conf, int auto_flags) {
4139 return zxidjniJNI.zxid_idp_select(conf, auto_flags);
4142 public static String fed_mgmt(String conf, String sid, int auto_flags) {
4143 return zxidjniJNI.zxid_fed_mgmt(conf, sid, auto_flags);
4155 public static String idp_list_cf(zxid_conf cf, SWIGTYPE_p_int res_len, int auto_flags) {
4159 public static String idp_select_cf(zxid_conf cf, SWIGTYPE_p_int res_len, int auto_flags) {
[all …]
/dports/security/p5-Net-SAML/zxid-1.42/csharp/
H A Dzxid.cs3069 public static string zxid_simple(string conf, string qs, int auto_flags) { in zxid_simple() argument
3070 string ret = zxidPINVOKE.zxid_simple(conf, qs, auto_flags); in zxid_simple()
3074 public static string zxid_idp_list(string conf, int auto_flags) { in zxid_idp_list() argument
3075 string ret = zxidPINVOKE.zxid_idp_list(conf, auto_flags); in zxid_idp_list()
3079 public static string zxid_idp_select(string conf, int auto_flags) { in zxid_idp_select() argument
3080 string ret = zxidPINVOKE.zxid_idp_select(conf, auto_flags); in zxid_idp_select()
3084 public static string zxid_fed_mgmt(string conf, string sid, int auto_flags) { in zxid_fed_mgmt() argument
3085 string ret = zxidPINVOKE.zxid_fed_mgmt(conf, sid, auto_flags); in zxid_fed_mgmt()
3100 …c static string zxid_idp_list_cf(SWIGTYPE_p_zxid_conf cf, SWIGTYPE_p_int res_len, int auto_flags) { in zxid_idp_list_cf() argument
3140 …public static SWIGTYPE_p_zx_str zxid_idp_select_zxstr_cf(SWIGTYPE_p_zxid_conf cf, int auto_flags) { in zxid_idp_select_zxstr_cf() argument
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/
H A Dconfigure.ac175 yes) auto_flags=yes ;;
176 no) auto_flags=no ;;
180 [ auto_flags=yes ]
206 if test "x$auto_flags" = "xyes" ; then
341 if test "x$auto_flags" = "xyes" ; then
352 if test "x$auto_flags" = "xyes" ; then
558 if test "x$auto_flags" = "xyes" ; then

12