Searched refs:save_hwm (Results 1 – 1 of 1) sorted by relevance
2809 pcre_uchar *save_hwm) in adjust_recurse() argument2821 for (hc = save_hwm; hc < cd->hwm; hc += LINK_SIZE) in adjust_recurse()3726 pcre_uchar *save_hwm = NULL; in compile_branch() local5157 adjust_recurse(previous, 1, utf, cd, save_hwm); in compile_branch()5250 int save_offset = save_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()5332 int save_offset = save_hwm - cd->start_workspace; 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()[all …]
Completed in 16 milliseconds