Home
last modified time | relevance | path

Searched defs:client_command_context (Results 1 – 2 of 2) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/imap/
H A Dimap-client.h79 struct client_command_context *prev, *next; argument
80 struct client *client;
81 struct event *event;
83 pool_t pool;
85 const char *tag;
87 const char *name;
91 const char *args;
94 const char *human_args;
98 command_func_t *func;
99 void *context;
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/managesieve/
H A Dmanagesieve-client.h11 struct client_command_context { struct
12 struct client *client;
13 struct event *event;
15 pool_t pool;
17 const char *name;
21 const char *args;
23 command_func_t *func;
24 void *context;
26 bool param_error:1;