Lines Matching refs:hwm

924 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace);  in expand_workspace()
2421 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
4018 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4032 if (hc >= cd->hwm) in adjust_recurse()
4573 if (code > cd->hwm) cd->hwm = code; /* High water info */ in compile_branch()
4626 else if (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
5671 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) in compile_branch()
5673 int offset = GET(cd->hwm, -LINK_SIZE); in compile_branch()
5675 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch()
6075 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
6078 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6090 PUT(cd->hwm, 0, GET(hc, 0) + len); in compile_branch()
6091 cd->hwm += LINK_SIZE; in compile_branch()
6138 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
6159 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6171 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); in compile_branch()
6172 cd->hwm += LINK_SIZE; in compile_branch()
6626 save_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
7393 if (cd->hwm >= cd->start_workspace + cd->workspace_size - in compile_branch()
7399 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code)); in compile_branch()
7812 … save_hwm_offset = cd->hwm - cd->start_workspace; /* Normally this is set when '(' is read */ in compile_branch()
8157 save_hwm_offset = cd->hwm - cd->start_workspace; in compile_regex()
9169 cd->hwm = cworkspace; in pcre_compile2()
9200 (int)(cd->hwm - cworkspace))); in pcre_compile2()
9265 cd->hwm = (pcre_uchar *)(cd->start_workspace); in pcre_compile2()
9330 if (cd->hwm > cd->start_workspace) in pcre_compile2()
9334 while (errorcode == 0 && cd->hwm > cd->start_workspace) in pcre_compile2()
9337 cd->hwm -= LINK_SIZE; in pcre_compile2()
9338 offset = GET(cd->hwm, 0); in pcre_compile2()