Lines Matching refs:this_hwm
6014 pcre_uchar *this_hwm = cd->hwm; in compile_branch() local
6018 WORK_SIZE_SAFETY_MARGIN - (this_hwm - save_hwm)) in compile_branch()
6021 size_t this_offset = this_hwm - cd->start_workspace; in compile_branch()
6025 this_hwm = (pcre_uchar *)cd->start_workspace + this_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()
6078 pcre_uchar *this_hwm = cd->hwm; in compile_branch() local
6100 WORK_SIZE_SAFETY_MARGIN - (this_hwm - save_hwm)) in compile_branch()
6103 size_t this_offset = this_hwm - cd->start_workspace; in compile_branch()
6107 this_hwm = (pcre_uchar *)cd->start_workspace + this_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()