Searched refs:compiler_common (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 318 typedef struct compiler_common { struct 436 } compiler_common; argument 588 static pcre_uchar *next_opcode(compiler_common *common, pcre_uchar *cc) in next_opcode() 783 static BOOL check_opcode_types(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) in check_opcode_types() 937 static BOOL detect_repeat(compiler_common *common, pcre_uchar *begin) in detect_repeat() 1074 static void set_private_data_ptrs(compiler_common *common, int *private_data_start, pcre_uchar *cce… in set_private_data_ptrs() 1240 static int get_framesize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive… in get_framesize() 1415 static void init_frame(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, in… in init_frame() 1537 static SLJIT_INLINE int get_private_data_copy_length(compiler_common *common, pcre_uchar *cc, pcre_… in get_private_data_copy_length() 1657 static void copy_private_data(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, in copy_private_data() [all …]
|