Searched refs:i_panic (Results 1 - 25 of 111) sorted by relevance

12345

/dovecot/src/lib/
H A Dmempool-datastack.c67 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 Dprintf-format-fix.c100 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 Dmmap-anon.c99 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 Dmalloc-overflow.h18 i_panic("file %s: line %d: memory allocation overflow: "
40 i_panic("file %s: line %d: memory allocation overflow: "
H A Dmempool-system.c73 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 Dioloop-kqueue.c66 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 Dmempool-unsafe-datastack.c58 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", size);
76 i_panic("Trying to allocate %"PRIuSIZE_T" bytes", new_size);
H A Ddata-stack.c116 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 Ddata-stack.h69 i_panic("Leaked t_pop() call"); \
82 i_panic() will be called. */
H A Dioloop-epoll.c107 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 Dioloop-iolist.c26 i_panic("io_add(0x%x) called twice fd=%d, callback=%p -> %p",
H A Dmodule-context.h55 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 Dmempool-alloconly.c96 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 Dfailures.h57 void i_panic(const char *format, ...) ATTR_FORMAT(1, 2) ATTR_NORETURN ATTR_COLD;
H A Dlib-signals.c376 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 Dmail-thread.c36 i_panic("Unknown mail_thread_type %d", type);
H A Dtest-mail-search-args-simplify.c233 i_panic("%s", error);
H A Dmail-search-args-cmdline.c92 i_panic("mail_search_args_to_cmdline(): Missing handler: %s", error);
H A Dtest-mail-search-args-imap.c139 i_panic("%s", error);
/dovecot/src/plugins/push-notification/
H A Dpush-notification-events.c81 i_panic("push_notification_event_register(%s): duplicate event",
94 i_panic("push_notification_event_register(%s): unknown event",
H A Dpush-notification-drivers.c168 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 Dimap-login-commands.c48 i_panic("imap_login_command_unregister: Command '%s' not found", unreg_cmd->name);
/dovecot/src/imap/
H A Dcmd-namespace.c65 i_panic("LIST: Namespace prefix not UTF-8: %s",
/dovecot/src/doveadm/dsync/
H A Ddsync-serializer.c90 i_panic("Unknown key: %s", key);
/dovecot/src/lib-program-client/
H A Dtest-program-client-unix.c115 i_panic("Cannot write to ostream-temp: %s",
128 i_panic("Cannot write to ostream-temp");

Completed in 58 milliseconds

12345