Lines Matching refs:hwm

928 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace);
2391 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
3954 save_hwm the hwm forward reference pointer at the start of the group
3973 for (hc = save_hwm; hc < cd->hwm; hc += LINK_SIZE)
3986 if (hc >= cd->hwm)
4523 if (code > cd->hwm) cd->hwm = code; /* High water info */
4576 else if (cd->hwm > cd->start_workspace + cd->workspace_size -
5615 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE)
5617 int offset = GET(cd->hwm, -LINK_SIZE);
5619 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE);
6018 pcre_uchar *this_hwm = cd->hwm;
6021 while (cd->hwm > cd->start_workspace + cd->workspace_size -
6034 PUT(cd->hwm, 0, GET(hc, 0) + len);
6035 cd->hwm += LINK_SIZE;
6082 pcre_uchar *this_hwm = cd->hwm;
6103 while (cd->hwm > cd->start_workspace + cd->workspace_size -
6116 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1));
6117 cd->hwm += LINK_SIZE;
6430 save_hwm = cd->hwm;
7325 if (cd->hwm >= cd->start_workspace + cd->workspace_size -
7331 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code));
7734 save_hwm = cd->hwm; /* Normally this is set when '(' is read */
8280 (options & PCRE_UTF8) != 0, cd, cd->hwm);
9087 cd->hwm = cworkspace;
9117 (int)(cd->hwm - cworkspace)));
9177 field. Reset the bracket count and the names_found field. Also reset the hwm
9189 cd->hwm = (pcre_uchar *)(cd->start_workspace);
9253 if (cd->hwm > cd->start_workspace)
9257 while (errorcode == 0 && cd->hwm > cd->start_workspace)
9260 cd->hwm -= LINK_SIZE;
9261 offset = GET(cd->hwm, 0);