Lines Matching refs:LOFF

17 #define LOFF(field) OPT_OFF(redirect_router_options_block, field)  macro
21 LOFF(bit_options) },
23 LOFF(bit_options) },
25 LOFF(bit_options) },
27 LOFF(bit_options) },
28 { "check_ancestor", opt_bool, LOFF(check_ancestor) },
29 { "check_group", opt_bool, LOFF(check_group) },
30 { "check_owner", opt_bool, LOFF(check_owner) },
31 { "data", opt_stringptr, LOFF(data) },
32 { "directory_transport",opt_stringptr, LOFF(directory_transport_name) },
33 { "file", opt_stringptr, LOFF(file) },
34 { "file_transport", opt_stringptr, LOFF(file_transport_name) },
37 LOFF(bit_options) },
39 LOFF(bit_options) },
41 LOFF(bit_options) },
43 LOFF(forbid_file) },
45 LOFF(bit_options) },
47 LOFF(bit_options) },
49 LOFF(bit_options) },
51 LOFF(bit_options) },
53 LOFF(bit_options) },
55 LOFF(bit_options) },
57 LOFF(bit_options) },
59 LOFF(forbid_filter_reply) },
61 LOFF(bit_options) },
63 LOFF(bit_options) },
65 LOFF(forbid_pipe) },
67 LOFF(bit_options) },
69 LOFF(forbid_smtp_code) },
71 LOFF( hide_child_in_errmsg) },
73 LOFF(bit_options) },
75 LOFF(bit_options) },
77 { "include_directory", opt_stringptr, LOFF( include_directory) },
78 { "modemask", opt_octint, LOFF(modemask) },
79 { "one_time", opt_bool, LOFF(one_time) },
80 { "owners", opt_uidlist, LOFF(owners) },
81 { "owngroups", opt_gidlist, LOFF(owngroups) },
82 { "pipe_transport", opt_stringptr, LOFF(pipe_transport_name) },
83 { "qualify_domain", opt_stringptr, LOFF(qualify_domain) },
84 { "qualify_preserve_domain", opt_bool, LOFF(qualify_preserve_domain) },
86 { "reply_transport", opt_stringptr, LOFF(reply_transport_name) },
89 LOFF(bit_options) },
91 { "sieve_enotify_mailto_owner", opt_stringptr, LOFF(sieve_enotify_mailto_owner) },
92 { "sieve_subaddress", opt_stringptr, LOFF(sieve_subaddress) },
93 { "sieve_useraddress", opt_stringptr, LOFF(sieve_useraddress) },
94 { "sieve_vacation_directory", opt_stringptr, LOFF(sieve_vacation_directory) },
95 { "skip_syntax_errors", opt_bool, LOFF(skip_syntax_errors) },
97 { "srs", opt_stringptr, LOFF(srs) },
98 { "srs_alias", opt_stringptr, LOFF(srs_alias) },
99 { "srs_condition", opt_stringptr, LOFF(srs_condition) },
100 { "srs_dbinsert", opt_stringptr, LOFF(srs_dbinsert) },
101 { "srs_dbselect", opt_stringptr, LOFF(srs_dbselect) },
103 { "syntax_errors_text", opt_stringptr, LOFF(syntax_errors_text) },
104 { "syntax_errors_to", opt_stringptr, LOFF(syntax_errors_to) }