Lines Matching refs:hwm

934 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace);  in expand_workspace()
2440 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
4029 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4039 if (hc >= cd->hwm) in adjust_recurse()
4050 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4589 if (code > cd->hwm) cd->hwm = code; /* High water info */ in compile_branch()
4642 else if (cd->hwm > cd->start_workspace + cd->workspace_size) in compile_branch()
4785 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
4837 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
5713 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) in compile_branch()
5715 int offset = GET(cd->hwm, -LINK_SIZE); in compile_branch()
5717 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch()
6117 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
6120 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6132 PUT(cd->hwm, 0, GET(hc, 0) + len); in compile_branch()
6133 cd->hwm += LINK_SIZE; in compile_branch()
6180 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
6201 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6213 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); in compile_branch()
6214 cd->hwm += LINK_SIZE; in compile_branch()
6682 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
7358 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
7485 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
7516 if (cd->hwm >= cd->start_workspace + cd->workspace_size - in compile_branch()
7522 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code)); in compile_branch()
7690 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
7939 … item_hwm_offset = cd->hwm - cd->start_workspace; /* Normally this is set when '(' is read */ in compile_branch()
8007 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
8037 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
8078 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
8122 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
8288 save_hwm_offset = cd->hwm - cd->start_workspace; in compile_regex()
9301 cd->hwm = cworkspace; in pcre_compile2()
9332 (int)(cd->hwm - cworkspace))); in pcre_compile2()
9397 cd->hwm = (pcre_uchar *)(cd->start_workspace); in pcre_compile2()
9462 if (cd->hwm > cd->start_workspace) in pcre_compile2()
9466 while (errorcode == 0 && cd->hwm > cd->start_workspace) in pcre_compile2()
9469 cd->hwm -= LINK_SIZE; in pcre_compile2()
9470 offset = GET(cd->hwm, 0); in pcre_compile2()