Lines Matching refs:this_hwm
5244 pcre_uchar *this_hwm = cd->hwm; in compile_branch() local
5248 WORK_SIZE_SAFETY_MARGIN - (this_hwm - save_hwm)) in compile_branch()
5251 int this_offset = this_hwm - cd->start_workspace; in compile_branch()
5255 this_hwm = (pcre_uchar *)cd->start_workspace + this_offset; in compile_branch()
5258 for (hc = save_hwm; hc < this_hwm; hc += LINK_SIZE) in compile_branch()
5263 save_hwm = this_hwm; in compile_branch()
5308 pcre_uchar *this_hwm = cd->hwm; in compile_branch() local
5330 WORK_SIZE_SAFETY_MARGIN - (this_hwm - save_hwm)) in compile_branch()
5333 int this_offset = this_hwm - cd->start_workspace; in compile_branch()
5337 this_hwm = (pcre_uchar *)cd->start_workspace + this_offset; in compile_branch()
5340 for (hc = save_hwm; hc < this_hwm; hc += LINK_SIZE) in compile_branch()
5345 save_hwm = this_hwm; in compile_branch()