Searched refs:top_bracket (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist/ |
D | pcre_byte_order.c | 147 re->top_bracket = swap_uint16(re->top_bracket); in pcre_pattern_to_host_byte_order()
|
D | pcre_fullinfo.c | 130 *((int *)where) = re->top_bracket; in pcre_fullinfo()
|
D | pcre_internal.h | 2335 pcre_uint16 top_bracket; /* Highest numbered group */ member 2361 pcre_uint16 top_bracket; /* Highest numbered group */ member
|
D | pcre_jit_compile.c | 186 pcre_uint32 top_bracket; member 9910 common->optimized_cbracket = (pcre_uint8 *)SLJIT_MALLOC(re->top_bracket + 1, compiler->allocator_da… in PRIV() 9914 memset(common->optimized_cbracket, 0, re->top_bracket + 1); in PRIV() 9916 memset(common->optimized_cbracket, 1, re->top_bracket + 1); in PRIV() 9982 memset(common->optimized_cbracket, 0, re->top_bracket + 1); in PRIV() 9985 common->cbra_ptr = OVECTOR_START + (re->top_bracket + 1) * 2 * sizeof(sljit_sw); in PRIV() 9996 private_data_size = common->cbra_ptr + (re->top_bracket + 1) * sizeof(sljit_sw); in PRIV() 10025 reset_ovector(common, (re->top_bracket + 1) * 2); in PRIV() 10124 copy_ovector(common, re->top_bracket + 1); in PRIV() 10307 do_reset_match(common, (re->top_bracket + 1) * 2); in PRIV() [all …]
|
D | pcretest.c | 2518 re->top_bracket = swap_uint16(re->top_bracket); in regexflip8_or_16() 2699 re->top_bracket = swap_uint16(re->top_bracket); in regexflip_32()
|
D | pcre_exec.c | 6685 register int *iend = iptr - re->top_bracket; in pcre_exec() 7088 if (md->end_offset_top/2 <= re->top_bracket && offsets != NULL) in pcre_exec() 7091 int resetcount = 2 + re->top_bracket * 2; in pcre_exec()
|
D | pcre_compile.c | 9423 re->top_bracket = cd->bracount; in pcre_compile2() 9497 if (errorcode == 0 && re->top_backref > re->top_bracket) errorcode = ERR15; in pcre_compile2() 9666 length, re->top_bracket, re->top_backref); in pcre_compile2()
|