Searched refs:pos_add (Results 1 – 2 of 2) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 1688 int flags, int *pos_add, tre_tag_direction_t *tag_directions, in tre_copy_ast() argument 1728 pos += *pos_add; in tre_copy_ast() 1823 *pos_add += num_copied; in tre_copy_ast() 1840 int pos_add = 0; in tre_expand_ast() local 1867 lit->position += pos_add; in tre_expand_ast() 1894 STACK_PUSHX(stack, int, pos_add); in tre_expand_ast() 1903 pos_add = 0; in tre_expand_ast() 1916 pos_add = tre_stack_pop_int(stack); in tre_expand_ast() 1917 pos_add_last = pos_add; in tre_expand_ast() 1922 int pos_add_save = pos_add; in tre_expand_ast() [all …]
|
/third_party/musl/src/regex/ |
D | regcomp.c | 1688 int flags, int *pos_add, tre_tag_direction_t *tag_directions, in tre_copy_ast() argument 1728 pos += *pos_add; in tre_copy_ast() 1823 *pos_add += num_copied; in tre_copy_ast() 1840 int pos_add = 0; in tre_expand_ast() local 1867 lit->position += pos_add; in tre_expand_ast() 1894 STACK_PUSHX(stack, int, pos_add); in tre_expand_ast() 1903 pos_add = 0; in tre_expand_ast() 1916 pos_add = tre_stack_pop_int(stack); in tre_expand_ast() 1917 pos_add_last = pos_add; in tre_expand_ast() 1922 int pos_add_save = pos_add; in tre_expand_ast() [all …]
|