Searched refs:ref_stack_block (Results 1 – 2 of 2) sorted by relevance
82 ref_stack_block *pblock = (ref_stack_block *)pblock_array->value.refs; in ref_stack_init()205 ref_stack_block *pblock; in ref_stack_index()212 pblock = (ref_stack_block *) pstack->current.value.refs; in ref_stack_index()214 pblock = (ref_stack_block *) pblock->next.value.refs; in ref_stack_index()378 ref_stack_block *pcur = in ref_stack_pop_block()379 (ref_stack_block *) pstack->current.value.refs; in ref_stack_pop_block()380 ref_stack_block *pnext = in ref_stack_pop_block()381 (ref_stack_block *) pcur->next.value.refs; in ref_stack_pop_block()504 ref_stack_block *pcur = (ref_stack_block *) pstack->current.value.refs; in ref_stack_push_block()506 ref_stack_block *pnext; in ref_stack_push_block()[all …]
56 } ref_stack_block; typedef58 #define stack_block_refs (sizeof(ref_stack_block) / sizeof(ref))173 ref_stack_block *block;