Home
last modified time | relevance | path

Searched refs:register_cleanup (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/speedy/t/scripts/
H A Dregister_cleanup5 CGI::SpeedyCGI->register_cleanup(sub {print "3\n"});
6 CGI::SpeedyCGI->register_cleanup(sub {print "4\n"});
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/netware/
H A Dpipe.c103 int register_cleanup, in apr_os_pipe_put_ex() argument
116 if (!register_cleanup) { in apr_os_pipe_put_ex()
123 if (register_cleanup) { in apr_os_pipe_put_ex()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dpipe.c138 int register_cleanup, in apr_os_pipe_put_ex() argument
151 if (!register_cleanup) { in apr_os_pipe_put_ex()
158 if (register_cleanup) { in apr_os_pipe_put_ex()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/api/
H A Dpool.c382 register_cleanup(NULL, NULL, NULL, NULL); in START_TEST()
386 register_cleanup(p, NULL, NULL, NULL); in START_TEST()
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
424 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
430 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/api/
H A Dpool.c382 register_cleanup(NULL, NULL, NULL, NULL); in START_TEST()
386 register_cleanup(p, NULL, NULL, NULL); in START_TEST()
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
424 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
430 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/api/
H A Dpool.c382 register_cleanup(NULL, NULL, NULL, NULL); in START_TEST()
386 register_cleanup(p, NULL, NULL, NULL); in START_TEST()
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
424 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
430 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/api/
H A Dpool.c382 register_cleanup(NULL, NULL, NULL, NULL); in START_TEST()
386 register_cleanup(p, NULL, NULL, NULL); in START_TEST()
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
424 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
430 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/api/
H A Dpool.c382 register_cleanup(NULL, NULL, NULL, NULL); in START_TEST()
386 register_cleanup(p, NULL, NULL, NULL); in START_TEST()
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
424 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
430 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/api/
H A Dpool.c382 register_cleanup(NULL, NULL, NULL, NULL); in START_TEST()
386 register_cleanup(p, NULL, NULL, NULL); in START_TEST()
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
424 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
430 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/api/
H A Dpool.c382 register_cleanup(NULL, NULL, NULL, NULL); in START_TEST()
386 register_cleanup(p, NULL, NULL, NULL); in START_TEST()
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
424 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
430 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
/dports/ftp/proftpd/proftpd-1.3.7c/tests/api/
H A Dpool.c382 register_cleanup(NULL, NULL, NULL, NULL); in START_TEST()
386 register_cleanup(p, NULL, NULL, NULL); in START_TEST()
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
424 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
430 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/api/
H A Dpool.c382 register_cleanup(NULL, NULL, NULL, NULL); in START_TEST()
386 register_cleanup(p, NULL, NULL, NULL); in START_TEST()
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
424 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
430 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
/dports/www/mod_wsgi4/mod_wsgi-4.7.0/src/server/
H A Dwsgi_apache.c76 int register_cleanup, in wsgi_apr_os_pipe_put_ex() argument
83 if (register_cleanup) { in wsgi_apr_os_pipe_put_ex()
/dports/devel/apr1/apr-1.7.0/file_io/netware/
H A Dpipe.c101 int register_cleanup, in apr_os_pipe_put_ex() argument
114 if (!register_cleanup) { in apr_os_pipe_put_ex()
121 if (register_cleanup) { in apr_os_pipe_put_ex()
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Dpipe.c138 int register_cleanup, in apr_os_pipe_put_ex() argument
151 if (!register_cleanup) { in apr_os_pipe_put_ex()
158 if (register_cleanup) { in apr_os_pipe_put_ex()
/dports/science/py-ruffus/ruffus-2.8.3/doc/tutorials/new_tutorial/
H A Dexceptions.rst53 … return_value = job_wrapper(param, user_defined_work_func, register_cleanup, touch_files_only)
55 …job_wrapper_io_files(param, user_defined_work_func, register_cleanup, touch_files_only, output_fil…
69 … return_value = job_wrapper(param, user_defined_work_func, register_cleanup, touch_files_only)
71 …job_wrapper_io_files(param, user_defined_work_func, register_cleanup, touch_files_only, output_fil…
/dports/devel/apr1/apr-1.7.0/locks/netware/
H A Dproc_mutex.c156 int register_cleanup, in apr_os_proc_mutex_put_ex() argument
177 if (register_cleanup) { in apr_os_proc_mutex_put_ex()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dpipe.c151 int register_cleanup, in apr_os_pipe_put_ex() argument
162 if (register_cleanup) { in apr_os_pipe_put_ex()
/dports/net-mgmt/torrus/torrus-2.09/configs/
H A Dwebmux.pl31 Apache->server->register_cleanup( sub {
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/win32/
H A Dpipe.c205 int register_cleanup, in apr_os_pipe_put_ex() argument
216 if (register_cleanup) { in apr_os_pipe_put_ex()
/dports/devel/apr1/apr-1.7.0/locks/beos/
H A Dproc_mutex.c211 int register_cleanup, in apr_os_proc_mutex_put_ex() argument
228 if (register_cleanup) { in apr_os_proc_mutex_put_ex()
/dports/www/p5-Apache-Profiler/Apache-Profiler-0.10/lib/Apache/
H A DProfiler.pm13 $r->register_cleanup(\&compute);
/dports/www/py-paste/Paste-3.4.6/paste/
H A Dmodpython.py230 apache.register_cleanup(cleaner)
232 req.server.register_cleanup(req, cleaner)
/dports/devel/apr1/apr-1.7.0/locks/os2/
H A Dproc_mutex.c257 int register_cleanup, in apr_os_proc_mutex_put_ex() argument
275 if (register_cleanup) { in apr_os_proc_mutex_put_ex()
/dports/devel/apr1/apr-1.7.0/locks/win32/
H A Dproc_mutex.c270 int register_cleanup, in apr_os_proc_mutex_put_ex() argument
287 if (register_cleanup) { in apr_os_proc_mutex_put_ex()

12345678