Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c783 static BOOL check_opcode_types(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) in check_opcode_types() argument
789 while (cc < ccend) in check_opcode_types()
1074 …tic void set_private_data_ptrs(compiler_common *common, int *private_data_start, pcre_uchar *ccend) in set_private_data_ptrs() argument
1082 while (cc < ccend) in set_private_data_ptrs()
1240 static int get_framesize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive… in get_framesize() argument
1257 if (ccend == NULL) in get_framesize()
1259 ccend = bracketend(cc) - (1 + LINK_SIZE); in get_framesize()
1270 while (cc < ccend) in get_framesize()
1415 static void init_frame(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, in… in init_frame() argument
1429 if (ccend == NULL) in init_frame()
[all …]