hwm               932 ext/pcre/pcrelib/pcre_compile.c cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace);
hwm              2438 ext/pcre/pcrelib/pcre_compile.c       for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
hwm              4027 ext/pcre/pcrelib/pcre_compile.c   for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
hwm              4037 ext/pcre/pcrelib/pcre_compile.c   if (hc >= cd->hwm)
hwm              4048 ext/pcre/pcrelib/pcre_compile.c for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
hwm              4587 ext/pcre/pcrelib/pcre_compile.c     if (code > cd->hwm) cd->hwm = code;                 /* High water info */
hwm              4640 ext/pcre/pcrelib/pcre_compile.c   else if (cd->hwm > cd->start_workspace + cd->workspace_size)
hwm              4783 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              4835 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              5711 ext/pcre/pcrelib/pcre_compile.c       if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE)
hwm              5713 ext/pcre/pcrelib/pcre_compile.c         int offset = GET(cd->hwm, -LINK_SIZE);
hwm              5715 ext/pcre/pcrelib/pcre_compile.c           PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE);
hwm              6115 ext/pcre/pcrelib/pcre_compile.c               size_t this_hwm_offset = cd->hwm - cd->start_workspace;
hwm              6118 ext/pcre/pcrelib/pcre_compile.c               while (cd->hwm > cd->start_workspace + cd->workspace_size -
hwm              6130 ext/pcre/pcrelib/pcre_compile.c                 PUT(cd->hwm, 0, GET(hc, 0) + len);
hwm              6131 ext/pcre/pcrelib/pcre_compile.c                 cd->hwm += LINK_SIZE;
hwm              6178 ext/pcre/pcrelib/pcre_compile.c           size_t this_hwm_offset = cd->hwm - cd->start_workspace;
hwm              6199 ext/pcre/pcrelib/pcre_compile.c           while (cd->hwm > cd->start_workspace + cd->workspace_size -
hwm              6211 ext/pcre/pcrelib/pcre_compile.c             PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1));
hwm              6212 ext/pcre/pcrelib/pcre_compile.c             cd->hwm += LINK_SIZE;
hwm              6680 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              7351 ext/pcre/pcrelib/pcre_compile.c             item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              7478 ext/pcre/pcrelib/pcre_compile.c           item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              7509 ext/pcre/pcrelib/pcre_compile.c               if (cd->hwm >= cd->start_workspace + cd->workspace_size -
hwm              7515 ext/pcre/pcrelib/pcre_compile.c               PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code));
hwm              7683 ext/pcre/pcrelib/pcre_compile.c       item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              7932 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;   /* Normally this is set when '(' is read */
hwm              8000 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              8030 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              8071 ext/pcre/pcrelib/pcre_compile.c           item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              8115 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
hwm              8281 ext/pcre/pcrelib/pcre_compile.c save_hwm_offset = cd->hwm - cd->start_workspace;
hwm              9294 ext/pcre/pcrelib/pcre_compile.c cd->hwm = cworkspace;
hwm              9325 ext/pcre/pcrelib/pcre_compile.c   (int)(cd->hwm - cworkspace)));
hwm              9390 ext/pcre/pcrelib/pcre_compile.c cd->hwm = (pcre_uchar *)(cd->start_workspace);
hwm              9455 ext/pcre/pcrelib/pcre_compile.c if (cd->hwm > cd->start_workspace)
hwm              9459 ext/pcre/pcrelib/pcre_compile.c   while (errorcode == 0 && cd->hwm > cd->start_workspace)
hwm              9462 ext/pcre/pcrelib/pcre_compile.c     cd->hwm -= LINK_SIZE;
hwm              9463 ext/pcre/pcrelib/pcre_compile.c     offset = GET(cd->hwm, 0);
hwm              2434 ext/pcre/pcrelib/pcre_internal.h   pcre_uchar *hwm;                  /* High watermark of workspace */