Home
last modified time | relevance | path

Searched refs:cleanup_cb (Results 1 – 25 of 127) sorted by relevance

123456

/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/api/
H A Dpool.c372 static void cleanup_cb(void *data) { in cleanup_cb() function
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
407 register_cleanup2(p, NULL, 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()
431 unregister_cleanup(p, NULL, cleanup_cb); in START_TEST()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/api/
H A Dpool.c372 static void cleanup_cb(void *data) { in cleanup_cb() function
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
407 register_cleanup2(p, NULL, 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()
431 unregister_cleanup(p, NULL, cleanup_cb); in START_TEST()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/api/
H A Dpool.c372 static void cleanup_cb(void *data) { in cleanup_cb() function
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
407 register_cleanup2(p, NULL, 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()
431 unregister_cleanup(p, NULL, cleanup_cb); in START_TEST()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/api/
H A Dpool.c372 static void cleanup_cb(void *data) { in cleanup_cb() function
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
407 register_cleanup2(p, NULL, 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()
431 unregister_cleanup(p, NULL, cleanup_cb); in START_TEST()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/api/
H A Dpool.c372 static void cleanup_cb(void *data) { in cleanup_cb() function
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
407 register_cleanup2(p, NULL, 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()
431 unregister_cleanup(p, NULL, cleanup_cb); in START_TEST()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/api/
H A Dpool.c372 static void cleanup_cb(void *data) { in cleanup_cb() function
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
407 register_cleanup2(p, NULL, 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()
431 unregister_cleanup(p, NULL, cleanup_cb); in START_TEST()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/api/
H A Dpool.c372 static void cleanup_cb(void *data) { in cleanup_cb() function
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
407 register_cleanup2(p, NULL, 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()
431 unregister_cleanup(p, NULL, cleanup_cb); in START_TEST()
/dports/ftp/proftpd/proftpd-1.3.7c/tests/api/
H A Dpool.c372 static void cleanup_cb(void *data) { in cleanup_cb() function
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
407 register_cleanup2(p, NULL, 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()
431 unregister_cleanup(p, NULL, cleanup_cb); in START_TEST()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/api/
H A Dpool.c372 static void cleanup_cb(void *data) { in cleanup_cb() function
388 register_cleanup(p, NULL, cleanup_cb, cleanup_cb); in START_TEST()
407 register_cleanup2(p, NULL, 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()
431 unregister_cleanup(p, NULL, cleanup_cb); in START_TEST()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dpool.c814 void (*cleanup_cb)(void *); member
819 void register_cleanup2(pool *p, void *user_data, void (*cleanup_cb)(void*)) { in register_cleanup2()
828 c->cleanup_cb = cleanup_cb; in register_cleanup2()
841 void unregister_cleanup(pool *p, void *user_data, void (*cleanup_cb)(void *)) { in unregister_cleanup()
853 (c->cleanup_cb == cleanup_cb || cleanup_cb == NULL)) { in unregister_cleanup()
869 if (c->cleanup_cb) { in run_cleanups()
870 (*c->cleanup_cb)(c->user_data); in run_cleanups()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dpool.c814 void (*cleanup_cb)(void *); member
819 void register_cleanup2(pool *p, void *user_data, void (*cleanup_cb)(void*)) { in register_cleanup2()
828 c->cleanup_cb = cleanup_cb; in register_cleanup2()
841 void unregister_cleanup(pool *p, void *user_data, void (*cleanup_cb)(void *)) { in unregister_cleanup()
853 (c->cleanup_cb == cleanup_cb || cleanup_cb == NULL)) { in unregister_cleanup()
869 if (c->cleanup_cb) { in run_cleanups()
870 (*c->cleanup_cb)(c->user_data); in run_cleanups()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dpool.c814 void (*cleanup_cb)(void *); member
819 void register_cleanup2(pool *p, void *user_data, void (*cleanup_cb)(void*)) { in register_cleanup2()
828 c->cleanup_cb = cleanup_cb; in register_cleanup2()
841 void unregister_cleanup(pool *p, void *user_data, void (*cleanup_cb)(void *)) { in unregister_cleanup()
853 (c->cleanup_cb == cleanup_cb || cleanup_cb == NULL)) { in unregister_cleanup()
869 if (c->cleanup_cb) { in run_cleanups()
870 (*c->cleanup_cb)(c->user_data); in run_cleanups()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dpool.c814 void (*cleanup_cb)(void *); member
819 void register_cleanup2(pool *p, void *user_data, void (*cleanup_cb)(void*)) { in register_cleanup2()
828 c->cleanup_cb = cleanup_cb; in register_cleanup2()
841 void unregister_cleanup(pool *p, void *user_data, void (*cleanup_cb)(void *)) { in unregister_cleanup()
853 (c->cleanup_cb == cleanup_cb || cleanup_cb == NULL)) { in unregister_cleanup()
869 if (c->cleanup_cb) { in run_cleanups()
870 (*c->cleanup_cb)(c->user_data); in run_cleanups()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dpool.c814 void (*cleanup_cb)(void *); member
819 void register_cleanup2(pool *p, void *user_data, void (*cleanup_cb)(void*)) { in register_cleanup2()
828 c->cleanup_cb = cleanup_cb; in register_cleanup2()
841 void unregister_cleanup(pool *p, void *user_data, void (*cleanup_cb)(void *)) { in unregister_cleanup()
853 (c->cleanup_cb == cleanup_cb || cleanup_cb == NULL)) { in unregister_cleanup()
869 if (c->cleanup_cb) { in run_cleanups()
870 (*c->cleanup_cb)(c->user_data); in run_cleanups()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dpool.c814 void (*cleanup_cb)(void *); member
819 void register_cleanup2(pool *p, void *user_data, void (*cleanup_cb)(void*)) { in register_cleanup2()
828 c->cleanup_cb = cleanup_cb; in register_cleanup2()
841 void unregister_cleanup(pool *p, void *user_data, void (*cleanup_cb)(void *)) { in unregister_cleanup()
853 (c->cleanup_cb == cleanup_cb || cleanup_cb == NULL)) { in unregister_cleanup()
869 if (c->cleanup_cb) { in run_cleanups()
870 (*c->cleanup_cb)(c->user_data); in run_cleanups()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dpool.c814 void (*cleanup_cb)(void *); member
819 void register_cleanup2(pool *p, void *user_data, void (*cleanup_cb)(void*)) { in register_cleanup2()
828 c->cleanup_cb = cleanup_cb; in register_cleanup2()
841 void unregister_cleanup(pool *p, void *user_data, void (*cleanup_cb)(void *)) { in unregister_cleanup()
853 (c->cleanup_cb == cleanup_cb || cleanup_cb == NULL)) { in unregister_cleanup()
869 if (c->cleanup_cb) { in run_cleanups()
870 (*c->cleanup_cb)(c->user_data); in run_cleanups()
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dpool.c814 void (*cleanup_cb)(void *); member
819 void register_cleanup2(pool *p, void *user_data, void (*cleanup_cb)(void*)) { in register_cleanup2()
828 c->cleanup_cb = cleanup_cb; in register_cleanup2()
841 void unregister_cleanup(pool *p, void *user_data, void (*cleanup_cb)(void *)) { in unregister_cleanup()
853 (c->cleanup_cb == cleanup_cb || cleanup_cb == NULL)) { in unregister_cleanup()
869 if (c->cleanup_cb) { in run_cleanups()
870 (*c->cleanup_cb)(c->user_data); in run_cleanups()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dpool.c814 void (*cleanup_cb)(void *); member
819 void register_cleanup2(pool *p, void *user_data, void (*cleanup_cb)(void*)) { in register_cleanup2()
828 c->cleanup_cb = cleanup_cb; in register_cleanup2()
841 void unregister_cleanup(pool *p, void *user_data, void (*cleanup_cb)(void *)) { in unregister_cleanup()
853 (c->cleanup_cb == cleanup_cb || cleanup_cb == NULL)) { in unregister_cleanup()
869 if (c->cleanup_cb) { in run_cleanups()
870 (*c->cleanup_cb)(c->user_data); in run_cleanups()
/dports/net/p5-IO-Socket-Socks-Wrapper/IO-Socket-Socks-Wrapper-0.17/lib/IO/Socket/Socks/
H A DWrapper.pm364 my ($class, $orig_handle, $cleanup_cb) = @_;
370 ${*$self}{cleanup_cb} = $cleanup_cb;
405 ${*$self}{cleanup_cb}->();
413 ${*$self}{cleanup_cb}->();
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dcache.h70 static inline void dt_cache_set_cleanup_callback(dt_cache_t *cache, dt_cache_cleanup_t cleanup_cb, in dt_cache_set_cleanup_callback() argument
73 cache->cleanup = cleanup_cb; in dt_cache_set_cleanup_callback()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dcache.h70 static inline void dt_cache_set_cleanup_callback(dt_cache_t *cache, dt_cache_cleanup_t cleanup_cb, in dt_cache_set_cleanup_callback() argument
73 cache->cleanup = cleanup_cb; in dt_cache_set_cleanup_callback()
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/private/
H A Devent.h96 void pkg_register_cleanup_callback(void (*cleanup_cb)(void *data), void *data);
97 void pkg_unregister_cleanup_callback(void (*cleanup_cb)(void *data), void *data);
/dports/multimedia/audacious/audacious-4.1/src/libaudgui/
H A Dplugin-prefs.cc124 static void cleanup_cb (GtkWidget * window, const PluginPreferences * p) in cleanup_cb() function
176 g_signal_connect (window, "destroy", (GCallback) cleanup_cb, (void *) p); in audgui_show_plugin_prefs()
/dports/devel/pygobject3-common/pygobject-3.38.0/examples/demo/demos/
H A Dpixbuf.py59 self.window.connect('destroy', self.cleanup_cb)
173 def cleanup_cb(self, widget): member in PixbufApp
/dports/devel/py-gobject3/pygobject-3.38.0/examples/demo/demos/
H A Dpixbuf.py59 self.window.connect('destroy', self.cleanup_cb)
173 def cleanup_cb(self, widget): member in PixbufApp

123456