Searched refs:hwm (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c928 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 >
[all...]

Completed in 40 milliseconds