Searched refs:this_hwm (Results 1 – 1 of 1) sorted by relevance
5244 pcre_uchar *this_hwm = cd->hwm; in compile_branch() local5248 WORK_SIZE_SAFETY_MARGIN - (this_hwm - save_hwm)) in compile_branch()5251 int this_offset = this_hwm - cd->start_workspace; 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() local5330 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()[all …]
Completed in 18 milliseconds