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

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c942 pcre_uchar *max_end; local
972 max_end = next;
998 common->private_data_ptrs[max_end - common->start - LINK_SIZE] = next_end - max_end;
999 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO;
1001 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 2] = max + 2;
1005 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE);
1013 common->private_data_ptrs[end - common->start - LINK_SIZE] = max_end - end;

Completed in 38 milliseconds