Searched refs:tre_stack_num_objects (Results 1 – 4 of 4) sorted by relevance
30 tre_stack_num_objects(tre_stack_t *s);
152 int bottom = tre_stack_num_objects(stack); in tre_add_tags()203 while (tre_stack_num_objects(stack) > bottom) in tre_add_tags()666 int bottom = tre_stack_num_objects(stack); in tre_copy_ast()675 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_copy_ast()809 int bottom = tre_stack_num_objects(stack); in tre_expand_ast()825 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_expand_ast()1211 int bottom = tre_stack_num_objects(stack); in tre_match_empty()1221 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_match_empty()1324 int bottom = tre_stack_num_objects(stack); in tre_compute_nfl()1329 while (tre_stack_num_objects(stack) > bottom) in tre_compute_nfl()
63 tre_stack_num_objects(tre_stack_t *s) in tre_stack_num_objects() function
949 int bottom = tre_stack_num_objects(stack); in tre_parse()971 while (tre_stack_num_objects(stack) > bottom && status == REG_OK) in tre_parse()