Lines Matching defs:pstack
76 ref_stack_init(ref_stack_t *pstack, const ref *pblock_array, in ref_stack_init()
127 ref_stack_allow_expansion(ref_stack_t *pstack, bool expand) in ref_stack_allow_expansion()
134 ref_stack_set_error_codes(ref_stack_t *pstack, int underflow_error, in ref_stack_set_error_codes()
143 ref_stack_set_max_count(ref_stack_t *pstack, long nmax) in ref_stack_set_max_count()
166 ref_stack_set_margin(ref_stack_t *pstack, uint margin) in ref_stack_set_margin()
193 ref_stack_count(const ref_stack_t *pstack) in ref_stack_count()
203 ref_stack_index(const ref_stack_t *pstack, long idx) in ref_stack_index()
228 ref_stack_counttomark(const ref_stack_t *pstack) in ref_stack_counttomark()
251 ref_stack_store_check(const ref_stack_t *pstack, ref *parray, uint count, in ref_stack_store_check()
295 ref_stack_store(const ref_stack_t *pstack, ref *parray, uint count, in ref_stack_store()
360 ref_stack_pop(ref_stack_t *pstack, uint count) in ref_stack_pop()
374 ref_stack_pop_block(ref_stack_t *pstack) in ref_stack_pop_block()
444 ref_stack_extend(ref_stack_t *pstack, uint request) in ref_stack_extend()
466 ref_stack_push(ref_stack_t *pstack, uint count) in ref_stack_push()
499 ref_stack_push_block(ref_stack_t *pstack, uint keep, uint add) in ref_stack_push_block()
548 ref_stack_enum_begin(ref_stack_enum_t *prse, const ref_stack_t *pstack) in ref_stack_enum_begin()
570 ref_stack_cleanup(ref_stack_t *pstack) in ref_stack_cleanup()
587 ref_stack_release(ref_stack_t *pstack) in ref_stack_release()
603 ref_stack_free(ref_stack_t *pstack) in ref_stack_free()
615 init_block(ref_stack_t *pstack, const ref *psb, uint used) in init_block()