blob: 4d7dc1e2d2f143206256ac27299435bcb83052a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<para>
<screen>
module function category
<-- (get value)
--> (set value)
--------------------------------------------------------------------------------
State command_context_get_ml_name <-- process_command
State command_context_get_admin_auth <-- process_command
State command_context_get_normal_stop <-- process_command
State command_context_get_need_confirm <-- process_command
State command_context_get_stop_process <-- process_command
State command_context_get_admin_password <-- process_command
State command_context_get_try_admin_auth_request <-- process_command
State command_context_set_ml_name --> process_command
State command_context_set_admin_auth --> process_command
State command_context_set_normal_stop --> process_command
State command_context_set_need_confirm --> process_command
State command_context_set_stop_process --> process_command
State command_context_set_admin_password --> process_command
State command_context_set_try_admin_auth_request --> process_command
State command_context_reset_try_admin_auth_request --> process_command
State article_get_id <-- article_message
State article_set_id --> article_message
Utils incoming_message_get_cache_file_path <-- incoming_message
Utils incoming_message_set_cache_file_path --> incoming_message
State filter_state_get_error <-- filter_state
State filter_state_get_tempfail_request <-- filter_state
State filter_state_spam_checker_get_error <-- filter_state
State filter_state_virus_checker_get_error <-- filter_state
State filter_state_set_error --> filter_state
State filter_state_set_tempfail_request --> filter_state
State filter_state_spam_checker_set_error --> filter_state
State filter_state_virus_checker_set_error --> filter_state
State smtp_server_state_get_error <-- smtp_transaction
State smtp_server_state_set_error --> smtp_transaction
Utils incoming_message_get_current_queue <-- incoming_smtp_transaction
Utils incoming_message_set_current_queue --> incoming_smtp_transaction
Fake _get_emul_domain <-- faker
Fake _get_emul_ml_list <-- faker
Fake _get_emul_user_list <-- faker
Fake _set_emul_domain --> faker
Fake _set_emul_ml_list --> faker
Fake _set_emul_user_list --> faker
Error finish <-- error
Error run --> error
Kernel sysflow_finalize_stderr_channel <-- stderr
Kernel sysflow_finalize_stderr_channel <-- stderr
Kernel sysflow_reopen_stderr_channel --> stderr
Kernel sysflow_reopen_stderr_channel --> stderr
Kernel sysflow_finalize_stderr_channel --> stderr
State restriction_state_get_deny_reason <-- check_restrictions
State restriction_state_set_deny_reason --> check_restrictions
State current_process_get_ml_name <-- current_process
State current_process_set_ml_name <-- current_process
Utils langinfo_get_charset <-- charset
Utils langinfo_get_charset <-- charset
Utils langinfo_set_charset --> charset
Utils langinfo_get_language_hint <-- language_hint
Utils langinfo_set_language_hint --> language_hint
State error_message_get_count <-- reply_message_count
State error_message_set_count <-- reply_message_count
State error_message_set_count --> reply_message_count
</screen>
</para>
|