start_workspace   931 ext/pcre/pcrelib/pcre_compile.c memcpy(newspace, cd->start_workspace, cd->workspace_size * sizeof(pcre_uchar));
start_workspace   932 ext/pcre/pcrelib/pcre_compile.c cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace);
start_workspace   934 ext/pcre/pcrelib/pcre_compile.c   (PUBL(free))((void *)cd->start_workspace);
start_workspace   935 ext/pcre/pcrelib/pcre_compile.c cd->start_workspace = newspace;
start_workspace  2435 ext/pcre/pcrelib/pcre_compile.c     if (cd->start_workspace != NULL)
start_workspace  2438 ext/pcre/pcrelib/pcre_compile.c       for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
start_workspace  4027 ext/pcre/pcrelib/pcre_compile.c   for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
start_workspace  4048 ext/pcre/pcrelib/pcre_compile.c for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
start_workspace  4589 ext/pcre/pcrelib/pcre_compile.c     if (code > cd->start_workspace + cd->workspace_size -
start_workspace  4640 ext/pcre/pcrelib/pcre_compile.c   else if (cd->hwm > cd->start_workspace + cd->workspace_size)
start_workspace  4783 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  4835 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  5711 ext/pcre/pcrelib/pcre_compile.c       if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE)
start_workspace  6115 ext/pcre/pcrelib/pcre_compile.c               size_t this_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  6118 ext/pcre/pcrelib/pcre_compile.c               while (cd->hwm > cd->start_workspace + cd->workspace_size -
start_workspace  6126 ext/pcre/pcrelib/pcre_compile.c               for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset;
start_workspace  6127 ext/pcre/pcrelib/pcre_compile.c                    hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset;
start_workspace  6178 ext/pcre/pcrelib/pcre_compile.c           size_t this_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  6199 ext/pcre/pcrelib/pcre_compile.c           while (cd->hwm > cd->start_workspace + cd->workspace_size -
start_workspace  6207 ext/pcre/pcrelib/pcre_compile.c           for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset;
start_workspace  6208 ext/pcre/pcrelib/pcre_compile.c                hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset;
start_workspace  6680 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  7351 ext/pcre/pcrelib/pcre_compile.c             item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  7478 ext/pcre/pcrelib/pcre_compile.c           item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  7509 ext/pcre/pcrelib/pcre_compile.c               if (cd->hwm >= cd->start_workspace + cd->workspace_size -
start_workspace  7683 ext/pcre/pcrelib/pcre_compile.c       item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  7932 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;   /* Normally this is set when '(' is read */
start_workspace  8000 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  8030 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  8071 ext/pcre/pcrelib/pcre_compile.c           item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  8115 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  8281 ext/pcre/pcrelib/pcre_compile.c save_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  9296 ext/pcre/pcrelib/pcre_compile.c cd->start_workspace = cworkspace;
start_workspace  9390 ext/pcre/pcrelib/pcre_compile.c cd->hwm = (pcre_uchar *)(cd->start_workspace);
start_workspace  9455 ext/pcre/pcrelib/pcre_compile.c if (cd->hwm > cd->start_workspace)
start_workspace  9459 ext/pcre/pcrelib/pcre_compile.c   while (errorcode == 0 && cd->hwm > cd->start_workspace)
start_workspace  9489 ext/pcre/pcrelib/pcre_compile.c   (PUBL(free))((void *)cd->start_workspace);
start_workspace  9490 ext/pcre/pcrelib/pcre_compile.c cd->start_workspace = NULL;
start_workspace  2430 ext/pcre/pcrelib/pcre_internal.h   const pcre_uchar *start_workspace;/* The start of working space */