Searched refs:ccend (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 855 static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend) in check_opcode_types() argument 862 while (cc < ccend) in check_opcode_types() 1332 …atic void set_private_data_ptrs(compiler_common *common, int *private_data_start, PCRE2_SPTR ccend) in set_private_data_ptrs() argument 1341 while (cc < ccend) in set_private_data_ptrs() 1513 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize() argument 1530 if (ccend == NULL) in get_framesize() 1532 ccend = bracketend(cc) - (1 + LINK_SIZE); in get_framesize() 1543 while (cc < ccend) in get_framesize() 1699 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int … in init_frame() argument 1713 if (ccend == NULL) in init_frame() [all …]
|