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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_try_flipped.c112 internal_re->top_bracket =
113 (pcre_uint16)byteflip(re->top_bracket, sizeof(re->top_bracket));
H A Dpcre_fullinfo.c130 *((int *)where) = re->top_bracket;
H A Dpcre_compile.c9442 re->top_bracket = cd->bracount;
9516 if (errorcode == 0 && re->top_backref > re->top_bracket) errorcode = ERR15;
9684 printf("Length = %d top_bracket = %d top_backref = %d\n",
9685 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 163 milliseconds