Lines Matching refs:hwm
935 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace()
2441 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
4030 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4040 if (hc >= cd->hwm) in adjust_recurse()
4051 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4594 if (code > cd->hwm) cd->hwm = code; /* High water info */ in compile_branch()
4648 else if (cd->hwm > cd->start_workspace + cd->workspace_size) in compile_branch()
4822 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
4874 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
5795 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) in compile_branch()
5797 int offset = GET(cd->hwm, -LINK_SIZE); in compile_branch()
5799 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch()
6199 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
6202 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6214 PUT(cd->hwm, 0, GET(hc, 0) + len); in compile_branch()
6215 cd->hwm += LINK_SIZE; in compile_branch()
6262 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
6283 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6295 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); in compile_branch()
6296 cd->hwm += LINK_SIZE; in compile_branch()
6762 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
7448 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
7575 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
7606 if (cd->hwm >= cd->start_workspace + cd->workspace_size - in compile_branch()
7612 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code)); in compile_branch()
7756 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
7997 … item_hwm_offset = cd->hwm - cd->start_workspace; /* Normally this is set when '(' is read */ in compile_branch()
8065 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
8095 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
8136 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
8180 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
8345 save_hwm_offset = cd->hwm - cd->start_workspace; in compile_regex()
9359 cd->hwm = cworkspace; in pcre_compile2()
9390 (int)(cd->hwm - cworkspace))); in pcre_compile2()
9455 cd->hwm = (pcre_uchar *)(cd->start_workspace); in pcre_compile2()
9520 if (cd->hwm > cd->start_workspace) in pcre_compile2()
9524 while (errorcode == 0 && cd->hwm > cd->start_workspace) in pcre_compile2()
9527 cd->hwm -= LINK_SIZE; in pcre_compile2()
9528 offset = GET(cd->hwm, 0); in pcre_compile2()