hwm               934 ext/pcre/pcrelib/pcre_compile.c cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace);
hwm              2440 ext/pcre/pcrelib/pcre_compile.c       for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
hwm              4029 ext/pcre/pcrelib/pcre_compile.c   for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
hwm              4039 ext/pcre/pcrelib/pcre_compile.c   if (hc >= cd->hwm)
hwm              4050 ext/pcre/pcrelib/pcre_compile.c for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
hwm              4589 ext/pcre/pcrelib/pcre_compile.c     if (code > cd->hwm) cd->hwm = code;                 /* High water info */
hwm              4642 ext/pcre/pcrelib/pcre_compile.c   else if (cd->hwm > cd->start_workspace + cd->workspace_size)
hwm              4785 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              4837 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              5713 ext/pcre/pcrelib/pcre_compile.c       if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE)
hwm              5715 ext/pcre/pcrelib/pcre_compile.c         int offset = GET(cd->hwm, -LINK_SIZE);
hwm              5717 ext/pcre/pcrelib/pcre_compile.c           PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE);
hwm              6117 ext/pcre/pcrelib/pcre_compile.c               size_t this_hwm_offset = cd->hwm - cd->start_workspace;
hwm              6120 ext/pcre/pcrelib/pcre_compile.c               while (cd->hwm > cd->start_workspace + cd->workspace_size -
hwm              6132 ext/pcre/pcrelib/pcre_compile.c                 PUT(cd->hwm, 0, GET(hc, 0) + len);
hwm              6133 ext/pcre/pcrelib/pcre_compile.c                 cd->hwm += LINK_SIZE;
hwm              6180 ext/pcre/pcrelib/pcre_compile.c           size_t this_hwm_offset = cd->hwm - cd->start_workspace;
hwm              6201 ext/pcre/pcrelib/pcre_compile.c           while (cd->hwm > cd->start_workspace + cd->workspace_size -
hwm              6213 ext/pcre/pcrelib/pcre_compile.c             PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1));
hwm              6214 ext/pcre/pcrelib/pcre_compile.c             cd->hwm += LINK_SIZE;
hwm              6682 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              7353 ext/pcre/pcrelib/pcre_compile.c             item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              7480 ext/pcre/pcrelib/pcre_compile.c           item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              7511 ext/pcre/pcrelib/pcre_compile.c               if (cd->hwm >= cd->start_workspace + cd->workspace_size -
hwm              7517 ext/pcre/pcrelib/pcre_compile.c               PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code));
hwm              7685 ext/pcre/pcrelib/pcre_compile.c       item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              7934 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;   /* Normally this is set when '(' is read */
hwm              8002 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              8032 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              8073 ext/pcre/pcrelib/pcre_compile.c           item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              8117 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              8283 ext/pcre/pcrelib/pcre_compile.c save_hwm_offset = cd->hwm - cd->start_workspace;
hwm              9296 ext/pcre/pcrelib/pcre_compile.c cd->hwm = cworkspace;
hwm              9327 ext/pcre/pcrelib/pcre_compile.c   (int)(cd->hwm - cworkspace)));
hwm              9392 ext/pcre/pcrelib/pcre_compile.c cd->hwm = (pcre_uchar *)(cd->start_workspace);
hwm              9457 ext/pcre/pcrelib/pcre_compile.c if (cd->hwm > cd->start_workspace)
hwm              9461 ext/pcre/pcrelib/pcre_compile.c   while (errorcode == 0 && cd->hwm > cd->start_workspace)
hwm              9464 ext/pcre/pcrelib/pcre_compile.c     cd->hwm -= LINK_SIZE;
hwm              9465 ext/pcre/pcrelib/pcre_compile.c     offset = GET(cd->hwm, 0);
hwm              2438 ext/pcre/pcrelib/pcre_internal.h   pcre_uchar *hwm;                  /* High watermark of workspace */