/dovecot/src/lib/ |
H A D | mempool-datastack.c | 67 i_panic("pool_data_stack_ref(): stack frame changed"); 77 i_panic("pool_data_stack_unref(): stack frame changed"); 90 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", size); 93 i_panic("pool_data_stack_malloc(): stack frame changed"); 103 i_panic("pool_data_stack_free(): stack frame changed"); 114 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", new_size); 117 i_panic("pool_data_stack_realloc(): stack frame changed");
|
H A D | printf-format-fix.c | 100 i_panic("Duplicate %% flag '%c' starting at #%u in '%s'", 109 i_panic("Too large minimum field width starting at #%u in '%s'", 117 i_panic("Too large precision starting at #%u in '%s'", 144 i_panic("%%n modifier used"); 147 i_panic("%%m used twice"); 151 i_panic("Missing %% specifier starting at #%u in '%s'", 154 i_panic("Unsupported 0x%02x specifier starting at #%u in '%s'",
|
H A D | mmap-anon.c | 99 i_panic("munmap() failed: %m"); 103 i_panic("munmap() failed: %m"); 120 i_panic("movable_mremap(): Invalid old_address"); 138 i_panic("munmap() failed: %m"); 156 i_panic("movable_munmap(): Invalid address"); 159 i_panic("munmap() failed: %m");
|
H A D | malloc-overflow.h | 18 i_panic("file %s: line %d: memory allocation overflow: " 40 i_panic("file %s: line %d: memory allocation overflow: "
|
H A D | mempool-system.c | 73 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", size); 106 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", new_size); 134 i_panic("pool_system_clear() must not be called");
|
H A D | ioloop-kqueue.c | 66 i_panic("kevent(EV_ADD, READ, %d) failed: %m", io->fd); 71 i_panic("kevent(EV_ADD, WRITE, %d) failed: %m", io->fd); 132 i_panic("kevent(events=%u, ts=%ld.%u) failed: %m", 138 i_panic("BUG: No IOs or timeouts set. Not waiting for infinity.");
|
H A D | mempool-unsafe-datastack.c | 58 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", size); 76 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", new_size);
|
H A D | data-stack.c | 116 do this before we get to i_panic() to avoid recursive 123 i_panic("t_buffer_get(): buffer overflow"); 204 /* Make sure i_panic() won't try to allocate from the 207 i_panic("Corrupted data stack canary"); 253 i_panic("data stack[%s]: saved alloc size broken", 260 i_panic("data stack[%s]: buffer overflow", 279 i_panic("t_pop() called with empty stack"); 358 i_panic("data stack: Out of memory when allocating %" 383 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", size); 477 i_panic("Tryin [all...] |
H A D | data-stack.h | 69 i_panic("Leaked t_pop() call"); \ 82 i_panic() will be called. */
|
H A D | ioloop-epoll.c | 107 i_panic("epoll_ctl(add, %d) failed: %m " 112 i_panic("epoll_ctl(%s, %d) failed: %m", 149 i_panic("%s", errstr); 189 i_panic("BUG: No IOs or timeouts set. Not waiting for infinity.");
|
H A D | ioloop-iolist.c | 26 i_panic("io_add(0x%x) called twice fd=%d, callback=%p -> %p",
|
H A D | module-context.h | 55 keep static analyzers happy. This syntax discards result of i_panic and 61 OBJ_REGISTER_COMPATIBLE(obj, id_ctx))) : (i_panic("Module context " #id_ctx " missing"), NULL))
|
H A D | mempool-alloconly.c | 96 i_panic("mempool-alloconly: saved alloc size broken"); 103 i_panic("mempool-alloconly: buffer overflow"); 108 i_panic("mempool-alloconly: used_size wrong"); 273 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", size); 341 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", new_size);
|
H A D | failures.h | 57 void i_panic(const char *format, ...) ATTR_FORMAT(1, 2) ATTR_NORETURN ATTR_COLD;
|
H A D | lib-signals.c | 376 i_panic("Trying to set signal %d handler, but max is %d", 411 i_panic("Trying to ignore signal %d, but max is %d", 450 i_panic("lib_signals_unset_handler(%d, %p, %p): handler not found", 470 i_panic("lib_signals_switch_ioloop(%d, %p, %p): handler not found",
|
/dovecot/src/lib-storage/ |
H A D | mail-thread.c | 36 i_panic("Unknown mail_thread_type %d", type);
|
H A D | test-mail-search-args-simplify.c | 233 i_panic("%s", error);
|
H A D | mail-search-args-cmdline.c | 92 i_panic("mail_search_args_to_cmdline(): Missing handler: %s", error);
|
H A D | test-mail-search-args-imap.c | 139 i_panic("%s", error);
|
/dovecot/src/plugins/push-notification/ |
H A D | push-notification-events.c | 81 i_panic("push_notification_event_register(%s): duplicate event", 94 i_panic("push_notification_event_register(%s): unknown event",
|
H A D | push-notification-drivers.c | 168 i_panic("push_notification_driver_register(%s): duplicate driver", 181 i_panic("push_notification_driver_register(%s): unknown driver",
|
/dovecot/src/imap-login/ |
H A D | imap-login-commands.c | 48 i_panic("imap_login_command_unregister: Command '%s' not found", unreg_cmd->name);
|
/dovecot/src/imap/ |
H A D | cmd-namespace.c | 65 i_panic("LIST: Namespace prefix not UTF-8: %s",
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-serializer.c | 90 i_panic("Unknown key: %s", key);
|
/dovecot/src/lib-program-client/ |
H A D | test-program-client-unix.c | 115 i_panic("Cannot write to ostream-temp: %s", 128 i_panic("Cannot write to ostream-temp");
|