Home
last modified time | relevance | path

Searched refs:jump_list (Results 1 - 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c205 typedef struct jump_list { struct
207 struct jump_list *next;
208 } jump_list; typedef
241 jump_list *nextbacktracks;
244 jump_list *topbacktracks;
251 jump_list *condfailed;
271 jump_list *condfailed;
302 jump_list *backtracks;
324 jump_list *entry_calls;
326 jump_list *backtrack_call
[all...]
H A Dpcre2_jit_simd_inc.h369 static jump_list *fast_requested_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2)
375 jump_list *not_found = NULL;
1449 static jump_list *fast_requested_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2)
1455 jump_list *not_found = NULL;

Completed in 7 milliseconds