Searched refs:submatch_id (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-parse.h28 int submatch_id; member in struct:__anon2735
H A Dtre-ast.c30 node->submatch_id = -1;
184 ast->submatch_id, num_tags);
190 iter->min, iter->max, ast->submatch_id, num_tags,
195 fprintf(stream, "union, sub %d, %d tags\n", ast->submatch_id, num_tags);
200 fprintf(stream, "catenation, sub %d, %d tags\n", ast->submatch_id,
H A Dtre-ast.h46 int submatch_id; member in struct:__anon2713
H A Dtre-parse.c944 STACK_PUSH(stack, int, ctx->submatch_id);
946 ctx->submatch_id++;
1328 ctx->submatch_id));
1332 STACK_PUSHX(stack, int, ctx->submatch_id);
1335 ctx->submatch_id++;
1700 int submatch_id = tre_stack_pop_int(stack); local
1702 if (result->submatch_id >= 0)
1714 result->submatch_id = submatch_id;
H A Dtre-compile.c60 c->right->submatch_id = -1;
92 c->left->submatch_id = -1;
229 if (node->submatch_id >= 0)
231 int id = node->submatch_id;
262 STACK_PUSHX(stack, int, node->submatch_id);
489 if (node->submatch_id >= 0)
494 parents[i] = node->submatch_id;
1897 preg->re_nsub = parse_ctx.submatch_id - 1;
1919 tnfa->num_submatches = parse_ctx.submatch_id;
1950 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id,
[all...]

Completed in 125 milliseconds