/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/ |
H A D | imap_proxy.h | 76 int pipe_until_tag(struct backend *s, const char *tag, int force_notfatal); 77 int pipe_including_tag(struct backend *s, const char *tag, int force_notfatal); 80 int force_notfatal, struct listargs *listargs, strarray_t *subs);
|
H A D | imap_proxy.c | 152 int force_notfatal) in pipe_response() argument 181 if(s == backend_current && !force_notfatal) in pipe_response() 296 return pipe_response(s, tag, 0, force_notfatal); in pipe_until_tag() 303 r = pipe_response(s, tag, 1, force_notfatal); in pipe_including_tag() 315 return pipe_response(s, NULL, 1, force_notfatal); in pipe_to_end_of_response() 578 if(s == backend_current && !force_notfatal) in pipe_lsub() 588 if(s == backend_current && !force_notfatal) in pipe_lsub() 610 if(s == backend_current && !force_notfatal) in pipe_lsub() 623 if(s == backend_current && !force_notfatal) in pipe_lsub() 669 if(s == backend_current && !force_notfatal) in pipe_lsub() [all …]
|
H A D | nntpd.c | 275 static int read_response(struct backend *s, int force_notfatal, char **result) in read_response() argument 283 if (s == backend_current && !force_notfatal) in read_response() 293 static int pipe_to_end_of_response(struct backend *s, int force_notfatal) in pipe_to_end_of_response() argument 302 if (s == backend_current && !force_notfatal) in pipe_to_end_of_response()
|
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/ |
H A D | imap_proxy.h | 76 int pipe_until_tag(struct backend *s, const char *tag, int force_notfatal); 77 int pipe_including_tag(struct backend *s, const char *tag, int force_notfatal); 80 int force_notfatal, struct listargs *listargs, strarray_t *subs);
|
H A D | imap_proxy.c | 152 int force_notfatal) in pipe_response() argument 181 if(s == backend_current && !force_notfatal) in pipe_response() 296 return pipe_response(s, tag, 0, force_notfatal); in pipe_until_tag() 303 r = pipe_response(s, tag, 1, force_notfatal); in pipe_including_tag() 315 return pipe_response(s, NULL, 1, force_notfatal); in pipe_to_end_of_response() 578 if(s == backend_current && !force_notfatal) in pipe_lsub() 588 if(s == backend_current && !force_notfatal) in pipe_lsub() 610 if(s == backend_current && !force_notfatal) in pipe_lsub() 623 if(s == backend_current && !force_notfatal) in pipe_lsub() 669 if(s == backend_current && !force_notfatal) in pipe_lsub() [all …]
|
H A D | nntpd.c | 300 static int read_response(struct backend *s, int force_notfatal, char **result) in read_response() argument 308 if (s == backend_current && !force_notfatal) in read_response() 318 static int pipe_to_end_of_response(struct backend *s, int force_notfatal) in pipe_to_end_of_response() argument 327 if (s == backend_current && !force_notfatal) in pipe_to_end_of_response()
|
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/ |
H A D | imap_proxy.h | 76 int pipe_until_tag(struct backend *s, const char *tag, int force_notfatal); 77 int pipe_including_tag(struct backend *s, const char *tag, int force_notfatal); 80 int force_notfatal, struct listargs *listargs, strarray_t *subs);
|
H A D | imap_proxy.c | 152 int force_notfatal) in pipe_response() argument 181 if(s == backend_current && !force_notfatal) in pipe_response() 296 return pipe_response(s, tag, 0, force_notfatal); in pipe_until_tag() 303 r = pipe_response(s, tag, 1, force_notfatal); in pipe_including_tag() 315 return pipe_response(s, NULL, 1, force_notfatal); in pipe_to_end_of_response() 578 if(s == backend_current && !force_notfatal) in pipe_lsub() 588 if(s == backend_current && !force_notfatal) in pipe_lsub() 610 if(s == backend_current && !force_notfatal) in pipe_lsub() 623 if(s == backend_current && !force_notfatal) in pipe_lsub() 669 if(s == backend_current && !force_notfatal) in pipe_lsub() [all …]
|
H A D | nntpd.c | 306 static int read_response(struct backend *s, int force_notfatal, char **result) in read_response() argument 314 if (s == backend_current && !force_notfatal) in read_response() 324 static int pipe_to_end_of_response(struct backend *s, int force_notfatal) in pipe_to_end_of_response() argument 333 if (s == backend_current && !force_notfatal) in pipe_to_end_of_response()
|