Home
last modified time | relevance | path

Searched refs:protin (Results 1 – 25 of 51) sorted by relevance

123

/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/timsieved/
H A Dtimsieved.c315 struct protgroup *protin = protgroup_new(2); in bitpipe() local
319 protgroup_insert(protin, sieved_in); in bitpipe()
320 protgroup_insert(protin, backend->in); in bitpipe()
332 } while (!proxy_check_input(protin, sieved_in, sieved_out, in bitpipe()
337 protgroup_free(protin); in bitpipe()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/timsieved/
H A Dtimsieved.c315 struct protgroup *protin = protgroup_new(2); in bitpipe() local
319 protgroup_insert(protin, sieved_in); in bitpipe()
320 protgroup_insert(protin, backend->in); in bitpipe()
332 } while (!proxy_check_input(protin, sieved_in, sieved_out, in bitpipe()
337 protgroup_free(protin); in bitpipe()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Ddeliver.c141 struct protgroup *protin = protgroup_new(2); in pipe_through() local
143 protgroup_insert(protin, deliver_in); in pipe_through()
144 protgroup_insert(protin, conn->in); in pipe_through()
151 } while (!proxy_check_input(protin, deliver_in, deliver_out, in pipe_through()
155 protgroup_free(protin); in pipe_through()
H A Dproxy.c215 EXPORTED int proxy_check_input(struct protgroup *protin, in proxy_check_input() argument
226 n = prot_select(protin, PROT_NO_FD, &protout, NULL, in proxy_check_input()
H A Dproxy.h78 int proxy_check_input(struct protgroup *protin,
H A Dnntpd.c145 static struct protgroup *protin = NULL; variable
382 if (protin) protgroup_reset(protin); in nntp_reset()
522 protin = protgroup_new(2); in service_init()
545 protgroup_insert(protin, nntp_in); in service_main()
687 if (protin) protgroup_free(protin); in shut_down()
823 if (!proxy_check_input(protin, nntp_in, nntp_out, in cmdloop()
1071 protgroup_delete(protin, backend_current->in); in cmdloop()
1076 protgroup_insert(protin, backend_current->in); in cmdloop()
1087 protgroup_delete(protin, backend_current->in); in cmdloop()
H A Dpop3d.c2150 struct protgroup *protin = protgroup_new(2); in bitpipe() local
2154 protgroup_insert(protin, popd_in); in bitpipe()
2155 protgroup_insert(protin, backend->in); in bitpipe()
2168 } while (!proxy_check_input(protin, popd_in, popd_out, in bitpipe()
2173 protgroup_free(protin); in bitpipe()
H A Dhttpd.c165 struct protgroup *protin = NULL; variable
766 if (protin) protgroup_reset(protin); in httpd_reset()
902 protin = protgroup_new(2); in service_init()
1001 protgroup_insert(protin, httpd_in); in service_main()
1218 if (protin) protgroup_free(protin); in shut_down()
1994 } while (!proxy_check_input(protin, httpd_in, httpd_out, in cmdloop()
2030 protgroup_free(protin); in cmdloop()
2045 protgroup_free(protin); in cmdloop()
H A Dmupdate.c1096 struct protgroup *protin = protgroup_new(PROTGROUP_SIZE_DEFAULT); in thread_main() local
1183 protgroup_reset(protin); in thread_main()
1194 protgroup_insert(protin, C->pin); in thread_main()
1199 if (prot_select(protin, conn_pipe[0], in thread_main()
1384 protgroup_free(protin); in thread_main()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Ddeliver.c141 struct protgroup *protin = protgroup_new(2); in pipe_through() local
143 protgroup_insert(protin, deliver_in); in pipe_through()
144 protgroup_insert(protin, conn->in); in pipe_through()
151 } while (!proxy_check_input(protin, deliver_in, deliver_out, in pipe_through()
155 protgroup_free(protin); in pipe_through()
H A Dproxy.c215 EXPORTED int proxy_check_input(struct protgroup *protin, in proxy_check_input() argument
226 n = prot_select(protin, PROT_NO_FD, &protout, NULL, in proxy_check_input()
H A Dproxy.h78 int proxy_check_input(struct protgroup *protin,
H A Dnntpd.c145 static struct protgroup *protin = NULL; variable
376 if (protin) protgroup_reset(protin); in nntp_reset()
488 protin = protgroup_new(2); in service_init()
509 protgroup_insert(protin, nntp_in); in service_main()
635 if (protin) protgroup_free(protin); in shut_down()
760 if (!proxy_check_input(protin, nntp_in, nntp_out, in cmdloop()
1008 protgroup_delete(protin, backend_current->in); in cmdloop()
1013 protgroup_insert(protin, backend_current->in); in cmdloop()
1024 protgroup_delete(protin, backend_current->in); in cmdloop()
H A Dpop3d.c2089 struct protgroup *protin = protgroup_new(2); in bitpipe() local
2093 protgroup_insert(protin, popd_in); in bitpipe()
2094 protgroup_insert(protin, backend->in); in bitpipe()
2107 } while (!proxy_check_input(protin, popd_in, popd_out, in bitpipe()
2112 protgroup_free(protin); in bitpipe()
H A Dmupdate.c1077 struct protgroup *protin = protgroup_new(PROTGROUP_SIZE_DEFAULT); in thread_main() local
1164 protgroup_reset(protin); in thread_main()
1175 protgroup_insert(protin, C->pin); in thread_main()
1180 if (prot_select(protin, conn_pipe[0], in thread_main()
1365 protgroup_free(protin); in thread_main()
H A Dhttpd.c400 struct protgroup *protin = NULL; variable
633 if (protin) protgroup_reset(protin); in httpd_reset()
748 protin = protgroup_new(2); in service_init()
848 protgroup_insert(protin, httpd_in); in service_main()
1049 if (protin) protgroup_free(protin); in shut_down()
2011 } while (!proxy_check_input(protin, httpd_in, httpd_out, in cmdloop()
2035 protgroup_free(protin); in cmdloop()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Ddeliver.c141 struct protgroup *protin = protgroup_new(2); in pipe_through() local
143 protgroup_insert(protin, deliver_in); in pipe_through()
144 protgroup_insert(protin, conn->in); in pipe_through()
151 } while (!proxy_check_input(protin, deliver_in, deliver_out, in pipe_through()
155 protgroup_free(protin); in pipe_through()
H A Dproxy.h78 int proxy_check_input(struct protgroup *protin,
H A Dproxy.c213 EXPORTED int proxy_check_input(struct protgroup *protin, in proxy_check_input() argument
224 n = prot_select(protin, PROT_NO_FD, &protout, NULL, in proxy_check_input()
H A Dnntpd.c145 static struct protgroup *protin = NULL; variable
351 if (protin) protgroup_reset(protin); in nntp_reset()
463 protin = protgroup_new(2); in service_init()
484 protgroup_insert(protin, nntp_in); in service_main()
610 if (protin) protgroup_free(protin); in shut_down()
735 if (!proxy_check_input(protin, nntp_in, nntp_out, in cmdloop()
983 protgroup_delete(protin, backend_current->in); in cmdloop()
988 protgroup_insert(protin, backend_current->in); in cmdloop()
999 protgroup_delete(protin, backend_current->in); in cmdloop()
H A Dpop3d.c2100 struct protgroup *protin = protgroup_new(2); in bitpipe() local
2104 protgroup_insert(protin, popd_in); in bitpipe()
2105 protgroup_insert(protin, backend->in); in bitpipe()
2118 } while (!proxy_check_input(protin, popd_in, popd_out, in bitpipe()
2123 protgroup_free(protin); in bitpipe()
H A Dmupdate.c1077 struct protgroup *protin = protgroup_new(PROTGROUP_SIZE_DEFAULT); in thread_main() local
1164 protgroup_reset(protin); in thread_main()
1175 protgroup_insert(protin, C->pin); in thread_main()
1180 if (prot_select(protin, conn_pipe[0], in thread_main()
1365 protgroup_free(protin); in thread_main()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/timsieved/
H A Dtimsieved.c342 struct protgroup *protin = protgroup_new(2); in bitpipe() local
346 protgroup_insert(protin, sieved_in); in bitpipe()
347 protgroup_insert(protin, backend->in); in bitpipe()
359 } while (!proxy_check_input(protin, sieved_in, sieved_out, in bitpipe()
364 protgroup_free(protin); in bitpipe()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/po/sk/
H A Dmessageviewer_text_calendar_plugin.po158 msgstr "Odmietnutý protinávrh: %1"
232 msgstr "Stále chcete prijať protinávrh?"
237 msgstr "Stále chcete poslať protinávrh?"
247 msgstr "Stále chcete odmietnuť protinávrh?"
404 msgstr "Odmietnuť protinávrh"
487 msgstr "Prijať protinávrh"
492 msgstr "Vytvoriť protinávrh..."
512 msgstr "Odmietnuť protinávrh"
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/po/cs/
H A Dmessageviewer_text_calendar_plugin.po155 msgstr "Zamítnutý protinávrh: %1"
391 msgstr "Odmítnout protinávrh"
463 msgstr "Přijmout protinávrh"
468 msgstr "Vytvořit protinávrh..."
488 msgstr "Odmítnout protinávrh"

123