Home
last modified time | relevance | path

Searched defs:compiler_common (Results 1 – 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c371 typedef struct compiler_common { struct
373 struct sljit_compiler *compiler;
375 pcre2_real_code *re;
377 PCRE2_SPTR start;
379 sljit_s32 *private_data_ptrs;
381 void *read_only_data_head;
383 sljit_u8 *optimized_cbracket;
385 sljit_u8 *then_offsets;
387 then_trap_backtrack *then_trap;
389 sljit_s32 cbra_ptr;
[all …]
/third_party/glib/glib/pcre/
Dpcre_jit_compile.c269 typedef struct compiler_common { struct
270 struct sljit_compiler *compiler;
271 pcre_uchar *start;
274 int *localptrs;
275 int cbraptr;
277 int ovector_start;
279 int req_char_ptr;
281 int recursive_head;
283 int start_used_ptr;
285 int hit_start;
[all …]