Searched refs:tre_ast_new_union (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 188 tre_ast_new_union(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) in tre_ast_new_union() function 696 node = tre_ast_new_union(ctx->mem, node, n); in parse_bracket() 883 node = tre_ast_new_union(ctx->mem, tmp1, tmp2); in parse_atom() 929 node = tre_ast_new_union(ctx->mem, tmp1, tmp2); in parse_atom() 1051 nunion = tre_ast_new_union(ctx->mem, nunion, nbranch); in tre_parse() 1761 *result = tre_ast_new_union(mem, uni->left, uni->right); in tre_copy_ast() 1977 seq2 = tre_ast_new_union(mem, tmp, seq2); in tre_expand_ast()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 188 tre_ast_new_union(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) in tre_ast_new_union() function 696 node = tre_ast_new_union(ctx->mem, node, n); in parse_bracket() 884 node = tre_ast_new_union(ctx->mem, tmp1, tmp2); in parse_atom() 930 node = tre_ast_new_union(ctx->mem, tmp1, tmp2); in parse_atom() 1052 nunion = tre_ast_new_union(ctx->mem, nunion, nbranch); in tre_parse() 1762 *result = tre_ast_new_union(mem, uni->left, uni->right); in tre_copy_ast() 1978 seq2 = tre_ast_new_union(mem, tmp, seq2); in tre_expand_ast()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 188 tre_ast_new_union(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) in tre_ast_new_union() function 696 node = tre_ast_new_union(ctx->mem, node, n); in parse_bracket() 883 node = tre_ast_new_union(ctx->mem, tmp1, tmp2); in parse_atom() 929 node = tre_ast_new_union(ctx->mem, tmp1, tmp2); in parse_atom() 1051 nunion = tre_ast_new_union(ctx->mem, nunion, nbranch); in tre_parse() 1761 *result = tre_ast_new_union(mem, uni->left, uni->right); in tre_copy_ast() 1977 seq2 = tre_ast_new_union(mem, tmp, seq2); in tre_expand_ast()
|
/third_party/musl/src/regex/ |
H A D | regcomp.c | 188 tre_ast_new_union(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) in tre_ast_new_union() function 696 node = tre_ast_new_union(ctx->mem, node, n); in parse_bracket() 883 node = tre_ast_new_union(ctx->mem, tmp1, tmp2); in parse_atom() 929 node = tre_ast_new_union(ctx->mem, tmp1, tmp2); in parse_atom() 1051 nunion = tre_ast_new_union(ctx->mem, nunion, nbranch); in tre_parse() 1761 *result = tre_ast_new_union(mem, uni->left, uni->right); in tre_copy_ast() 1977 seq2 = tre_ast_new_union(mem, tmp, seq2); in tre_expand_ast()
|
Completed in 15 milliseconds