Searched refs:tre_ast_new_catenation (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 206 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) in tre_ast_new_catenation() function 763 n = tre_ast_new_catenation(ctx->mem, n, node); in marksub() 1041 nbranch = tre_ast_new_catenation(ctx->mem, nbranch, ctx->n); in tre_parse() 1781 *result = tre_ast_new_catenation(mem, cat->left, cat->right); in tre_copy_ast() 1939 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast() 1969 seq2 = tre_ast_new_catenation(mem, copy, seq2); in tre_expand_ast() 1987 seq1 = tre_ast_new_catenation(mem, seq1, seq2); in tre_expand_ast() 2802 tree = tre_ast_new_catenation(mem, tmp_ast_l, tmp_ast_r); in regcomp()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 206 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) in tre_ast_new_catenation() function 763 n = tre_ast_new_catenation(ctx->mem, n, node); in marksub() 1042 nbranch = tre_ast_new_catenation(ctx->mem, nbranch, ctx->n); in tre_parse() 1782 *result = tre_ast_new_catenation(mem, cat->left, cat->right); in tre_copy_ast() 1940 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast() 1970 seq2 = tre_ast_new_catenation(mem, copy, seq2); in tre_expand_ast() 1988 seq1 = tre_ast_new_catenation(mem, seq1, seq2); in tre_expand_ast() 2803 tree = tre_ast_new_catenation(mem, tmp_ast_l, tmp_ast_r); in regcomp()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 206 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) in tre_ast_new_catenation() function 763 n = tre_ast_new_catenation(ctx->mem, n, node); in marksub() 1041 nbranch = tre_ast_new_catenation(ctx->mem, nbranch, ctx->n); in tre_parse() 1781 *result = tre_ast_new_catenation(mem, cat->left, cat->right); in tre_copy_ast() 1939 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast() 1969 seq2 = tre_ast_new_catenation(mem, copy, seq2); in tre_expand_ast() 1987 seq1 = tre_ast_new_catenation(mem, seq1, seq2); in tre_expand_ast() 2802 tree = tre_ast_new_catenation(mem, tmp_ast_l, tmp_ast_r); in regcomp()
|
/third_party/musl/src/regex/ |
H A D | regcomp.c | 206 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) in tre_ast_new_catenation() function 763 n = tre_ast_new_catenation(ctx->mem, n, node); in marksub() 1041 nbranch = tre_ast_new_catenation(ctx->mem, nbranch, ctx->n); in tre_parse() 1781 *result = tre_ast_new_catenation(mem, cat->left, cat->right); in tre_copy_ast() 1939 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast() 1969 seq2 = tre_ast_new_catenation(mem, copy, seq2); in tre_expand_ast() 1987 seq1 = tre_ast_new_catenation(mem, seq1, seq2); in tre_expand_ast() 2802 tree = tre_ast_new_catenation(mem, tmp_ast_l, tmp_ast_r); in regcomp()
|
Completed in 14 milliseconds