Home
last modified time | relevance | path

Searched refs:char_iterator_backtrack (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c294 typedef struct char_iterator_backtrack { struct
306 } char_iterator_backtrack; typedef
8825 PUSH_BACKTRACK(sizeof(char_iterator_backtrack), cc, NULL); in compile_iterator_matchingpath()
8905 …compile_char1_matchingpath(common, type, cc, &BACKTRACK_AS(char_iterator_backtrack)->u.backtracks,… in compile_iterator_matchingpath()
8955 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.enabled = TRUE; in compile_iterator_matchingpath()
8956 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.chr = charpos_char; in compile_iterator_matchingpath()
8957 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.othercasebit = charpos_othercasebit; in compile_iterator_matchingpath()
9088 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
9095 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
9106 BACKTRACK_AS(char_iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
[all …]