Searched refs:top_bracket (Results 1 - 6 of 6) sorted by relevance

/external/pcre/dist/
H A Dpcre_byte_order.c147 re->top_bracket = swap_uint16(re->top_bracket);
H A Dpcre_fullinfo.c130 *((int *)where) = re->top_bracket;
H A Dpcretest.c2518 re->top_bracket = swap_uint16(re->top_bracket);
2699 re->top_bracket = swap_uint16(re->top_bracket);
H A Dpcre_jit_compile.c186 pcre_uint32 top_bracket; member in struct:executable_functions
9910 common->optimized_cbracket = (pcre_uint8 *)SLJIT_MALLOC(re->top_bracket + 1, compiler->allocator_data);
9914 memset(common->optimized_cbracket, 0, re->top_bracket + 1);
9916 memset(common->optimized_cbracket, 1, re->top_bracket + 1);
9982 memset(common->optimized_cbracket, 0, re->top_bracket + 1);
9985 common->cbra_ptr = OVECTOR_START + (re->top_bracket + 1) * 2 * sizeof(sljit_sw);
9996 private_data_size = common->cbra_ptr + (re->top_bracket + 1) * sizeof(sljit_sw);
10025 reset_ovector(common, (re->top_bracket + 1) * 2);
10124 copy_ovector(common, re->top_bracket + 1);
10307 do_reset_match(common, (re->top_bracket
[all...]
H A Dpcre_compile.c9423 re->top_bracket = cd->bracount;
9497 if (errorcode == 0 && re->top_backref > re->top_bracket) errorcode = ERR15;
9665 printf("Length = %d top_bracket = %d top_backref = %d\n",
9666 length, re->top_bracket, re->top_backref);
H A Dpcre_exec.c6685 register int *iend = iptr - re->top_bracket;
7088 if (md->end_offset_top/2 <= re->top_bracket && offsets != NULL)
7091 int resetcount = 2 + re->top_bracket * 2;

Completed in 153 milliseconds