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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c937 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace);
2443 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
4017 save_hwm_offset the hwm forward reference offset at the start of the group
4032 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
4042 if (hc >= cd->hwm)
4053 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
4596 if (code > cd->hwm) cd->hwm = code; /* High water info */
4650 else if (cd->hwm > c
[all...]

Completed in 43 milliseconds