| /src/external/ibm-public/postfix/dist/src/virtual/ |
| virtual.c | 469 /* post_init - post-jail initialization */ 471 static void post_init(char *unused_name, char **unused_argv) function 569 CA_MAIL_SERVER_POST_INIT(post_init),
|
| virtual.c | 469 /* post_init - post-jail initialization */ 471 static void post_init(char *unused_name, char **unused_argv) function 569 CA_MAIL_SERVER_POST_INIT(post_init),
|
| /src/external/ibm-public/postfix/dist/src/master/ |
| dgram_server.c | 322 MAIL_SERVER_INIT_FN post_init = 0; local 508 post_init = va_arg(ap, MAIL_SERVER_INIT_FN); 627 if (post_init) 628 post_init(dgram_server_name, dgram_server_argv);
|
| event_server.c | 568 MAIL_SERVER_INIT_FN post_init = 0; local 767 post_init = va_arg(ap, MAIL_SERVER_INIT_FN); 916 if (post_init) 917 post_init(event_server_name, event_server_argv);
|
| multi_server.c | 552 MAIL_SERVER_INIT_FN post_init = 0; local 745 post_init = va_arg(ap, MAIL_SERVER_INIT_FN); 882 if (post_init) 883 post_init(multi_server_name, multi_server_argv);
|
| single_server.c | 444 MAIL_SERVER_INIT_FN post_init = 0; local 638 post_init = va_arg(ap, MAIL_SERVER_INIT_FN); 771 if (post_init) 772 post_init(single_server_name, single_server_argv);
|
| trigger_server.c | 430 MAIL_SERVER_INIT_FN post_init = 0; local 621 post_init = va_arg(ap, MAIL_SERVER_INIT_FN); 762 if (post_init) 763 post_init(trigger_server_name, trigger_server_argv);
|
| dgram_server.c | 322 MAIL_SERVER_INIT_FN post_init = 0; local 508 post_init = va_arg(ap, MAIL_SERVER_INIT_FN); 627 if (post_init) 628 post_init(dgram_server_name, dgram_server_argv);
|
| event_server.c | 568 MAIL_SERVER_INIT_FN post_init = 0; local 767 post_init = va_arg(ap, MAIL_SERVER_INIT_FN); 916 if (post_init) 917 post_init(event_server_name, event_server_argv);
|
| multi_server.c | 552 MAIL_SERVER_INIT_FN post_init = 0; local 745 post_init = va_arg(ap, MAIL_SERVER_INIT_FN); 882 if (post_init) 883 post_init(multi_server_name, multi_server_argv);
|
| single_server.c | 444 MAIL_SERVER_INIT_FN post_init = 0; local 638 post_init = va_arg(ap, MAIL_SERVER_INIT_FN); 771 if (post_init) 772 post_init(single_server_name, single_server_argv);
|
| trigger_server.c | 430 MAIL_SERVER_INIT_FN post_init = 0; local 621 post_init = va_arg(ap, MAIL_SERVER_INIT_FN); 762 if (post_init) 763 post_init(trigger_server_name, trigger_server_argv);
|
| /src/external/ibm-public/postfix/dist/src/local/ |
| local.c | 875 /* post_init - post-jail initialization */ 877 static void post_init(char *unused_name, char **unused_argv) function 994 CA_MAIL_SERVER_POST_INIT(post_init),
|
| local.c | 875 /* post_init - post-jail initialization */ 877 static void post_init(char *unused_name, char **unused_argv) function 994 CA_MAIL_SERVER_POST_INIT(post_init),
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp.c | 1387 /* post_init - post-jail initialization */ 1389 static void post_init(char *unused_name, char **argv) function 1756 CA_MAIL_SERVER_POST_INIT(post_init),
|
| smtp.c | 1387 /* post_init - post-jail initialization */ 1389 static void post_init(char *unused_name, char **argv) function 1756 CA_MAIL_SERVER_POST_INIT(post_init),
|