Home
last modified time | relevance | path

Searched refs:allow_mode_z (Results 1 – 3 of 3) sorted by relevance

/dports/net/tacacs/PROJECTS/ftpd/
H A Dh_mode.c21 if (ctx->allow_mode_z && tolower((int) *arg) == 'z') { in h_mode()
H A Dconf.c459 …address_mismatch, ident_query, ascii_size_limit, allow_mode_z, deflate_level_min, deflate_level_ma… variable
502 allow_mode_z.value.ui = 0; in acl_conf_set_defaults()
613 …ctx->allow_mode_z = acl_conv_eval_ui(ctx, &allow_mode_z, NULL, ctx->filename[0] ? ctx->filename : … in acl_set_deflate_level()
615 if (ctx->allow_mode_z) { in acl_set_deflate_level()
1445 parse_aclconf(sym, ARG_BOOL, &allow_mode_z, NULL); in parse_decls()
H A Dheaders.h550 u_int allow_mode_z:1; member