Searched defs:t_pop (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Ddata-stack.c114 easier to notice if t_malloc()/t_push()/t_pop() is called
279 i_panic("t_pop() called with empty stack");
323 bool t_pop(data_stack_frame_t *id) function
617 if (!t_pop(&root_frame_id) ||
619 i_panic("Missing t_pop() call");

Completed in 18 milliseconds