Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c814 static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend) in check_opcode_types() argument
821 while (cc < ccend) in check_opcode_types()
1290 …atic void set_private_data_ptrs(compiler_common *common, int *private_data_start, PCRE2_SPTR ccend) in set_private_data_ptrs() argument
1299 while (cc < ccend) in set_private_data_ptrs()
1472 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize() argument
1489 if (ccend == NULL) in get_framesize()
1491 ccend = bracketend(cc) - (1 + LINK_SIZE); in get_framesize()
1502 while (cc < ccend) in get_framesize()
1657 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int … in init_frame() argument
1671 if (ccend == NULL) in init_frame()
[all …]