Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c779 static BOOL check_opcode_types(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) in check_opcode_types()
1060 …tic void set_private_data_ptrs(compiler_common *common, int *private_data_start, pcre_uchar *ccend) in set_private_data_ptrs()
1242 static int get_framesize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive… in get_framesize()
1424 static void init_frame(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, in… in init_frame()
1546 …t_private_data_copy_length(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL needs_… in get_private_data_copy_length()
1671 static void copy_private_data(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, in copy_private_data()
8217 pcre_uchar *ccend = cc + 1; in compile_control_verb_matchingpath() local
8244 …ile_then_trap_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_c… in compile_then_trap_matchingpath()
8275 static void compile_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtr… in compile_matchingpath()
9668 pcre_uchar *ccend = bracketend(cc) - (1 + LINK_SIZE); in compile_recurse() local
[all …]

Completed in 30 milliseconds