Searched refs:tag_directions (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-utils.h178 tre_tag_order(int num_tags, tre_tag_direction_t *tag_directions, argument
184 if (tag_directions[i] == TRE_TAG_MINIMIZE)
H A Dtre-compile.c284 tnfa->tag_directions[tag] = direction;
382 tnfa->tag_directions[tag] = TRE_TAG_MAXIMIZE;
384 tnfa->tag_directions[tag] = direction;
456 tnfa->tag_directions[tag] = direction;
596 tnfa->tag_directions[tag_left] = TRE_TAG_MAXIMIZE;
598 tnfa->tag_directions[tag_right] = TRE_TAG_MAXIMIZE;
659 int flags, int *pos_add, tre_tag_direction_t *tag_directions,
712 tag_directions[max] = TRE_TAG_MAXIMIZE;
802 int *position, tre_tag_direction_t *tag_directions,
913 &pos_add, tag_directions,
658 tre_copy_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int flags, int *pos_add, tre_tag_direction_t *tag_directions, tre_ast_node_t **copy, int *max_pos) argument
801 tre_expand_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int *position, tre_tag_direction_t *tag_directions, int *max_depth) argument
1865 tre_tag_direction_t *tag_directions = NULL; local
[all...]
H A Dtre-internal.h240 tre_tag_direction_t *tag_directions; member in struct:tnfa
H A Dtre-match-parallel.c466 if (tre_tag_order(num_tags, tnfa->tag_directions,
H A Dtre-match-backtrack.c385 && tre_tag_order(tnfa->num_tags, tnfa->tag_directions,
H A Dtre-match-approx.c559 tnfa->tag_directions,
740 && !tre_tag_order(num_tags, tnfa->tag_directions,

Completed in 142 milliseconds