Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c1068 static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend) in check_opcode_types() argument
1076 while (cc < ccend) in check_opcode_types()
1749 …atic void set_private_data_ptrs(compiler_common *common, int *private_data_start, PCRE2_SPTR ccend) in set_private_data_ptrs() argument
1758 while (cc < ccend) in set_private_data_ptrs()
1933 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize() argument
1950 if (ccend == NULL) in get_framesize()
1952 ccend = bracketend(cc) - (1 + LINK_SIZE); in get_framesize()
1963 while (cc < ccend) in get_framesize()
2119 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int … in init_frame() argument
2133 if (ccend == NULL) in init_frame()
[all …]