Home
last modified time | relevance | path

Searched refs:tre_stack_num_objects (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/musl/src/regex/
Dregcomp.c243 tre_stack_num_objects(tre_stack_t *s);
331 tre_stack_num_objects(tre_stack_t *s) in tre_stack_num_objects() function
1209 int bottom = tre_stack_num_objects(stack); in tre_add_tags()
1260 while (tre_stack_num_objects(stack) > bottom) in tre_add_tags()
1692 int bottom = tre_stack_num_objects(stack); in tre_copy_ast()
1701 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_copy_ast()
1839 int bottom = tre_stack_num_objects(stack); in tre_expand_ast()
1847 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_expand_ast()
2142 int bottom = tre_stack_num_objects(stack); in tre_match_empty()
2150 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_match_empty()
[all …]
/aosp_15_r20/external/musl/src/regex/
H A Dregcomp.c243 tre_stack_num_objects(tre_stack_t *s);
331 tre_stack_num_objects(tre_stack_t *s) in tre_stack_num_objects() function
1209 int bottom = tre_stack_num_objects(stack); in tre_add_tags()
1260 while (tre_stack_num_objects(stack) > bottom) in tre_add_tags()
1692 int bottom = tre_stack_num_objects(stack); in tre_copy_ast()
1701 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_copy_ast()
1839 int bottom = tre_stack_num_objects(stack); in tre_expand_ast()
1847 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_expand_ast()
2142 int bottom = tre_stack_num_objects(stack); in tre_match_empty()
2150 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_match_empty()
[all …]