HomeSort by: relevance | last modified time | path
    Searched refs:post_init (Results 1 - 9 of 9) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/nbdb_reindexd/
nbdb_reindexd.c 253 /* post_init - late initialization */
255 static void post_init(char *unused_name, char **unused_argv) function
309 CA_MAIL_SERVER_POST_INIT(post_init),
  /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),
  /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);
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);
event_server.c 588 MAIL_SERVER_INIT_FN post_init = 0; local
787 post_init = va_arg(ap, MAIL_SERVER_INIT_FN);
936 if (post_init)
937 post_init(event_server_name, event_server_argv);
multi_server.c 572 MAIL_SERVER_INIT_FN post_init = 0; local
765 post_init = va_arg(ap, MAIL_SERVER_INIT_FN);
902 if (post_init)
903 post_init(multi_server_name, multi_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),
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp.c 1407 /* post_init - post-jail initialization */
1409 static void post_init(char *unused_name, char **argv) function
1792 CA_MAIL_SERVER_POST_INIT(post_init),

Completed in 38 milliseconds