Searched refs:stack_level (Results 1 – 8 of 8) sorted by relevance
116 job->stack_level = -1; in qmgr_job_create()141 if (job->stack_level >= 0) in qmgr_job_link()142 msg_panic("qmgr_job_link: already on the job lists (%d)", job->stack_level); in qmgr_job_link()199 job->stack_level = 0; in qmgr_job_link()259 if (job->stack_level < 0) in qmgr_job_obtain()349 if (job->stack_level != 0) in qmgr_job_unlink()350 msg_panic("%s: non-zero stack level (%d)", myname, job->stack_level); in qmgr_job_unlink()380 job->stack_level = -1; in qmgr_job_unlink()393 if (job->stack_level > 0) in qmgr_job_retire()432 if (job->stack_level > 0) in qmgr_job_free()[all …]
296 if (sponsor->stack_level < 0 || message->rcpt_offset == 0) in qmgr_entry_done()
419 int stack_level; /* job stack nesting level (-1 means member
47 int stack_level(stk_t *);
113 stack_level(stk_t *sp) in stack_level() function
238 if (stack_level(file_stack) != 1) { in stabs_read()
24992 * stmt.c (struct nesting): Remove stack_level, innermost_stack_block,24994 (struct goto_fixup): Remove stack_level, cleanup_list_list.
26097 variables saved and restored along with current stack_level.