Home | History | Annotate | Download | only in pcre

Lines Matching full:save_hwm

2307   save_hwm   the hwm forward reference pointer at the start of the group
2314 uschar *save_hwm)
2326 for (hc = save_hwm; hc < cd->hwm; hc += LINK_SIZE)
2983 uschar *save_hwm = NULL;
4510 adjust_recurse(previous, 1, utf8, cd, save_hwm);
4533 adjust_recurse(previous, 2 + LINK_SIZE, utf8, cd, save_hwm);
4590 for (hc = save_hwm; hc < this_hwm; hc += LINK_SIZE)
4595 save_hwm = this_hwm;
4657 for (hc = save_hwm; hc < this_hwm; hc += LINK_SIZE)
4662 save_hwm = this_hwm;
4783 adjust_recurse(tempcode, 1 + LINK_SIZE, utf8, cd, save_hwm);
4814 save_hwm = cd->hwm;
5950 save_hwm = cd->hwm; /* Normally this is set when '(' is read */