handler            56 daemons/execd/remoted_pidone.c     void (*handler)(void);
handler           298 daemons/execd/remoted_pidone.c                 sigmap[i].handler();
handler            77 include/crm/common/messages_internal.h     xmlNode *(*handler)(pcmk__request_t *request);
handler           153 include/crm/common/xml_element_internal.h                        int (*handler)(xmlNode *xml, void *userdata),
handler           230 lib/common/mainloop.c     void (*handler) (int sig);  // signal handler
handler           256 lib/common/mainloop.c                    (sig->handler? "invoking" : "no"));
handler           260 lib/common/mainloop.c     if (sig->handler) {
handler           261 lib/common/mainloop.c         sig->handler(sig->signal);
handler           370 lib/common/mainloop.c     } else if (crm_signals[sig] != NULL && crm_signals[sig]->handler == dispatch) {
handler           385 lib/common/mainloop.c     crm_signals[sig]->handler = dispatch;
handler           190 lib/common/messages.c                                 handlers[i].handler);
handler           192 lib/common/messages.c         if (handlers[i].handler != NULL) {
handler           194 lib/common/messages.c             g_hash_table_insert(commands, (gpointer) "", handlers[i].handler);
handler           212 lib/common/messages.c     xmlNode *(*handler)(pcmk__request_t *request) = NULL;
handler           223 lib/common/messages.c     handler = g_hash_table_lookup(handlers, request->op);
handler           224 lib/common/messages.c     if (handler == NULL) {
handler           225 lib/common/messages.c         handler = g_hash_table_lookup(handlers, ""); // Default handler
handler           226 lib/common/messages.c         if (handler == NULL) {
handler           234 lib/common/messages.c     return (*handler)(request);
handler           980 lib/common/xml_element.c                        int (*handler)(xmlNode *xml, void *userdata),
handler           985 lib/common/xml_element.c     pcmk__assert(handler != NULL);
handler           991 lib/common/xml_element.c             int rc = handler(node, userdata);