Searched refs:ref_stack_set_max_count (Results 1 – 4 of 4) sorted by relevance
82 int ref_stack_set_max_count(ref_stack_t *pstack, long nmax);
337 return ref_stack_set_max_count(&o_stack, val); in set_MaxOpStack()347 return ref_stack_set_max_count(&d_stack, val); in set_MaxDictStack()357 return ref_stack_set_max_count(&e_stack, val); in set_MaxExecStack()
324 ref_stack_set_max_count(pos, MAX_OSTACK); in gs_interp_alloc_stacks()340 ref_stack_set_max_count(pes, MAX_ESTACK); in gs_interp_alloc_stacks()351 ref_stack_set_max_count(pds, MAX_DSTACK); in gs_interp_alloc_stacks()
143 ref_stack_set_max_count(ref_stack_t *pstack, long nmax) in ref_stack_set_max_count() function