Searched refs:post_init (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/virtual/
H A Dvirtual.c438 /* post_init - post-jail initialization */
440 static void post_init(char *unused_name, char **unused_argv) function
531 MAIL_SERVER_POST_INIT, post_init,
/macosx-10.10/postfix-255/postfix/src/master/
H A Devent_server.c539 MAIL_SERVER_INIT_FN post_init = 0; local
731 post_init = va_arg(ap, MAIL_SERVER_INIT_FN);
866 if (post_init)
867 post_init(event_server_name, event_server_argv);
H A Dmulti_server.c535 MAIL_SERVER_INIT_FN post_init = 0; local
727 post_init = va_arg(ap, MAIL_SERVER_INIT_FN);
856 if (post_init)
857 post_init(multi_server_name, multi_server_argv);
H A Dsingle_server.c417 MAIL_SERVER_INIT_FN post_init = 0; local
605 post_init = va_arg(ap, MAIL_SERVER_INIT_FN);
724 if (post_init)
725 post_init(single_server_name, single_server_argv);
H A Dtrigger_server.c418 MAIL_SERVER_INIT_FN post_init = 0; local
608 post_init = va_arg(ap, MAIL_SERVER_INIT_FN);
744 if (post_init)
745 post_init(trigger_server_name, trigger_server_argv);
/macosx-10.10/postfix-255/postfix/src/local/
H A Dlocal.c822 /* post_init - post-jail initialization */
824 static void post_init(char *unused_name, char **unused_argv) function
936 MAIL_SERVER_POST_INIT, post_init,
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp.c987 /* post_init - post-jail initialization */
989 static void post_init(char *unused_name, char **unused_argv) function
1269 MAIL_SERVER_POST_INIT, post_init,
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DBuffer.pm44 # Run our post_init method in the configurator after
47 push @{$options{l4p_post_config_subs}}, sub { $self->post_init() };
95 sub post_init { subroutine
H A DLimit.pm43 # Run our post_init method in the configurator after
46 push @{$options{l4p_post_config_subs}}, sub { $self->post_init() };
118 sub post_init { subroutine
H A DSynchronized.pm46 # Run our post_init method in the configurator after
49 push @{$options{l4p_post_config_subs}}, sub { $self->post_init() };
73 sub post_init { subroutine
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DAppender.pm562 and they define a post_init() method, which sets the appender it relays
566 sub post_init {
599 call the composite appender's post_init() method, which will grab
629 $syncApp->post_init();
H A DCatalyst.pm99 $buf_app->post_init();
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D045Composite.t254 $limitApp->post_init();
/macosx-10.10/ruby-106/ruby/
H A Dnode.c856 F_NODE(nd_ainfo->post_init, "initialization of post-arguments");
H A Dnode.h508 NODE *post_init; member in struct:rb_args_info
H A Dgc.c2729 if (args->post_init) gc_mark(objspace, (VALUE)args->post_init);
H A Dcompile.c1216 if (args->post_init) { /* p_init */
1217 COMPILE_POPED(optargs, "init arguments (p)", args->post_init);
H A Dparse.c15859 args->post_init = p ? p->nd_next : 0;
H A Dparse.y9363 args->post_init = p ? p->nd_next : 0;
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.c15949 args->post_init = p ? p->nd_next : 0;
H A Dripper.y9363 args->post_init = p ? p->nd_next : 0;

Completed in 499 milliseconds