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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_byte_order.c132 re->top_bracket = swap_uint16(re->top_bracket);
H A Dpcre_fullinfo.c126 *((int *)where) = re->top_bracket;
H A Dpcre_jit_compile.c6936 common->cbraptr = OVECTOR_START + (re->top_bracket + 1) * 2 * sizeof(sljit_w);
6937 localsize += common->cbraptr + (re->top_bracket + 1) * sizeof(sljit_w);
6944 set_localptrs(common, common->cbraptr + (re->top_bracket + 1) * sizeof(sljit_w), ccend);
6958 reset_ovector(common, (re->top_bracket + 1) * 2);
7025 copy_ovector(common, re->top_bracket + 1);
7307 maxoffsetcount = (re->top_bracket + 1) * 2;
H A Dpcre_exec.c6662 register int *iend = iptr - re->top_bracket;
7066 if (md->end_offset_top/2 <= re->top_bracket && offsets != NULL)
7069 int resetcount = 2 + re->top_bracket * 2;
H A Dpcre_compile.c7954 re->top_bracket = cd->bracount;
8005 if (errorcode == 0 && re->top_backref > re->top_bracket) errorcode = ERR15;
8160 printf("Length = %d top_bracket = %d top_backref = %d\n",
8161 length, re->top_bracket, re->top_backref);
H A Dpcretest.c1855 re->top_bracket = swap_uint16(re->top_bracket);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_byte_order.c132 re->top_bracket = swap_uint16(re->top_bracket);
H A Dpcre_fullinfo.c126 *((int *)where) = re->top_bracket;
H A Dpcre_jit_compile.c6936 common->cbraptr = OVECTOR_START + (re->top_bracket + 1) * 2 * sizeof(sljit_w);
6937 localsize += common->cbraptr + (re->top_bracket + 1) * sizeof(sljit_w);
6944 set_localptrs(common, common->cbraptr + (re->top_bracket + 1) * sizeof(sljit_w), ccend);
6958 reset_ovector(common, (re->top_bracket + 1) * 2);
7025 copy_ovector(common, re->top_bracket + 1);
7307 maxoffsetcount = (re->top_bracket + 1) * 2;
H A Dpcre_exec.c6662 register int *iend = iptr - re->top_bracket;
7066 if (md->end_offset_top/2 <= re->top_bracket && offsets != NULL)
7069 int resetcount = 2 + re->top_bracket * 2;
H A Dpcre_compile.c7954 re->top_bracket = cd->bracount;
8005 if (errorcode == 0 && re->top_backref > re->top_bracket) errorcode = ERR15;
8160 printf("Length = %d top_bracket = %d top_backref = %d\n",
8161 length, re->top_bracket, re->top_backref);
H A Dpcretest.c1855 re->top_bracket = swap_uint16(re->top_bracket);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_byte_order.c132 re->top_bracket = swap_uint16(re->top_bracket);
H A Dpcre_fullinfo.c126 *((int *)where) = re->top_bracket;
H A Dpcre_jit_compile.c6936 common->cbraptr = OVECTOR_START + (re->top_bracket + 1) * 2 * sizeof(sljit_w);
6937 localsize += common->cbraptr + (re->top_bracket + 1) * sizeof(sljit_w);
6944 set_localptrs(common, common->cbraptr + (re->top_bracket + 1) * sizeof(sljit_w), ccend);
6958 reset_ovector(common, (re->top_bracket + 1) * 2);
7025 copy_ovector(common, re->top_bracket + 1);
7307 maxoffsetcount = (re->top_bracket + 1) * 2;
H A Dpcre_exec.c6662 register int *iend = iptr - re->top_bracket;
7066 if (md->end_offset_top/2 <= re->top_bracket && offsets != NULL)
7069 int resetcount = 2 + re->top_bracket * 2;
H A Dpcre_compile.c7954 re->top_bracket = cd->bracount;
8005 if (errorcode == 0 && re->top_backref > re->top_bracket) errorcode = ERR15;
8160 printf("Length = %d top_bracket = %d top_backref = %d\n",
8161 length, re->top_bracket, re->top_backref);
H A Dpcretest.c1855 re->top_bracket = swap_uint16(re->top_bracket);

Completed in 416 milliseconds