Searched refs:handler_func (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | event-loop.h | 62 typedef void (handler_func) (int, gdb_client_data); typedef 90 extern void add_file_handler (int fd, handler_func * proc, gdb_client_data client_data);
|
| D | event-loop.c | 71 handler_func *proc; /* Procedure to call when fd is ready. */ 216 static void create_file_handler (int fd, int mask, handler_func * proc, gdb_client_data client_data… 441 add_file_handler (int fd, handler_func * proc, gdb_client_data client_data) in add_file_handler() 488 create_file_handler (int fd, int mask, handler_func * proc, gdb_client_data client_data) in create_file_handler()
|
| D | ser-base.c | 36 static handler_func fd_event;
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_config.c | 112 typedef int (*handler_func) (request_rec *); typedef 309 static handler_func *method_ptrs; 329 handler_func fp; in build_method_shortcuts() 340 if (*(handler_func *) (method_offsets[i] + (char *) modp)) { in build_method_shortcuts() 345 method_ptrs = malloc((how_many_ptrs + NMETHODS) * sizeof(handler_func)); in build_method_shortcuts() 356 fp = *(handler_func *) (method_offsets[i] + (char *) modp); in build_method_shortcuts() 371 handler_func mod_handler = method_ptrs[i]; in run_method()
|