Lines Matching refs:save_hwm
3957 pcre_uchar *save_hwm) in adjust_recurse() argument
3969 for (hc = save_hwm; hc < cd->hwm; hc += LINK_SIZE) in adjust_recurse()
4414 pcre_uchar *save_hwm = NULL; in compile_branch() local
5927 adjust_recurse(previous, 1, utf, cd, save_hwm); in compile_branch()
5951 adjust_recurse(previous, 2 + LINK_SIZE, utf, cd, save_hwm); in compile_branch()
6018 WORK_SIZE_SAFETY_MARGIN - (this_hwm - save_hwm)) in compile_branch()
6020 size_t save_offset = save_hwm - cd->start_workspace; in compile_branch()
6024 save_hwm = (pcre_uchar *)cd->start_workspace + save_offset; in compile_branch()
6028 for (hc = save_hwm; hc < this_hwm; hc += LINK_SIZE) in compile_branch()
6033 save_hwm = this_hwm; in compile_branch()
6100 WORK_SIZE_SAFETY_MARGIN - (this_hwm - save_hwm)) in compile_branch()
6102 size_t save_offset = save_hwm - cd->start_workspace; in compile_branch()
6106 save_hwm = (pcre_uchar *)cd->start_workspace + save_offset; in compile_branch()
6110 for (hc = save_hwm; hc < this_hwm; hc += LINK_SIZE) in compile_branch()
6115 save_hwm = this_hwm; in compile_branch()
6211 adjust_recurse(bracode, 1 + LINK_SIZE, utf, cd, save_hwm); in compile_branch()
6345 adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, save_hwm); in compile_branch()
6394 adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, save_hwm); in compile_branch()
6426 save_hwm = cd->hwm; in compile_branch()
7730 save_hwm = cd->hwm; /* Normally this is set when '(' is read */ in compile_branch()