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

/dovecot/src/lib/
H A Ddata-stack.c45 stack_frame_block is created and it's ->prev is set to
49 struct stack_frame_block { struct
50 struct stack_frame_block *prev;
75 static struct stack_frame_block *current_frame_block;
76 static struct stack_frame_block *unused_frame_blocks;
135 struct stack_frame_block *frame_block;
276 struct stack_frame_block *frame_block;
622 struct stack_frame_block *frame_block = unused_frame_blocks;

Completed in 17 milliseconds