Home
last modified time | relevance | path

Searched refs:handler_remove (Results 1 – 15 of 15) sorted by relevance

/dports/www/vimb/vimb-3.6.0/tests/
H A Dtest-handler.c37 g_assert_true(handler_remove(handler, "https")); in test_handler_remove()
38 g_assert_false(handler_remove(handler, "https")); in test_handler_remove()
/dports/mail/opensmtpd-extras/opensmtpd-extras-6.7.1/api/
H A Dscheduler_api.c45 static int (*handler_remove)(uint64_t); variable
277 r = handler_remove(evpid); in scheduler_msg_dispatch()
371 handler_remove = cb; in scheduler_api_on_remove()
/dports/mail/opensmtpd-extras-table-ldap/opensmtpd-extras-6.7.1/api/
H A Dscheduler_api.c45 static int (*handler_remove)(uint64_t); variable
277 r = handler_remove(evpid); in scheduler_msg_dispatch()
371 handler_remove = cb; in scheduler_api_on_remove()
/dports/mail/opensmtpd-extras-scheduler-ram/opensmtpd-extras-6.7.1/api/
H A Dscheduler_api.c45 static int (*handler_remove)(uint64_t); variable
277 r = handler_remove(evpid); in scheduler_msg_dispatch()
371 handler_remove = cb; in scheduler_api_on_remove()
/dports/mail/opensmtpd-extras-table-passwd/opensmtpd-extras-6.7.1/api/
H A Dscheduler_api.c45 static int (*handler_remove)(uint64_t); variable
277 r = handler_remove(evpid); in scheduler_msg_dispatch()
371 handler_remove = cb; in scheduler_api_on_remove()
/dports/mail/opensmtpd-extras-queue-ram/opensmtpd-extras-6.7.1/api/
H A Dscheduler_api.c45 static int (*handler_remove)(uint64_t); variable
277 r = handler_remove(evpid); in scheduler_msg_dispatch()
371 handler_remove = cb; in scheduler_api_on_remove()
/dports/mail/opensmtpd-extras-table-mysql/opensmtpd-extras-6.7.1/api/
H A Dscheduler_api.c45 static int (*handler_remove)(uint64_t); variable
277 r = handler_remove(evpid); in scheduler_msg_dispatch()
371 handler_remove = cb; in scheduler_api_on_remove()
/dports/mail/opensmtpd-extras-table-postgresql/opensmtpd-extras-6.7.1/api/
H A Dscheduler_api.c45 static int (*handler_remove)(uint64_t); variable
277 r = handler_remove(evpid); in scheduler_msg_dispatch()
371 handler_remove = cb; in scheduler_api_on_remove()
/dports/mail/opensmtpd-extras-table-redis/opensmtpd-extras-6.7.1/api/
H A Dscheduler_api.c45 static int (*handler_remove)(uint64_t); variable
277 r = handler_remove(evpid); in scheduler_msg_dispatch()
371 handler_remove = cb; in scheduler_api_on_remove()
/dports/mail/opensmtpd-extras-table-sqlite/opensmtpd-extras-6.7.1/api/
H A Dscheduler_api.c45 static int (*handler_remove)(uint64_t); variable
277 r = handler_remove(evpid); in scheduler_msg_dispatch()
371 handler_remove = cb; in scheduler_api_on_remove()
/dports/mail/opensmtpd-extras-table-socketmap/opensmtpd-extras-6.7.1/api/
H A Dscheduler_api.c45 static int (*handler_remove)(uint64_t); variable
277 r = handler_remove(evpid); in scheduler_msg_dispatch()
371 handler_remove = cb; in scheduler_api_on_remove()
/dports/www/vimb/vimb-3.6.0/src/
H A Dhandler.h28 gboolean handler_remove(Handler *h, const char *key);
H A Dhandler.c58 gboolean handler_remove(Handler *h, const char *key) in handler_remove() function
H A Dex.c1159 res = handler_remove(c->handler, arg->rhs->str); in ex_handlers()
/dports/devel/qca/qca-2.3.4/src/
H A Dqca_core.cpp1640 static void handler_remove(HandlerBase *h);
1770 void handler_remove(HandlerBase *h) in handler_remove() function
1929 handler_remove(d); in ~EventHandler()