start_workspace   933 ext/pcre/pcrelib/pcre_compile.c memcpy(newspace, cd->start_workspace, cd->workspace_size * sizeof(pcre_uchar));
start_workspace   934 ext/pcre/pcrelib/pcre_compile.c cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace);
start_workspace   936 ext/pcre/pcrelib/pcre_compile.c   (PUBL(free))((void *)cd->start_workspace);
start_workspace   937 ext/pcre/pcrelib/pcre_compile.c cd->start_workspace = newspace;
start_workspace  2437 ext/pcre/pcrelib/pcre_compile.c     if (cd->start_workspace != NULL)
start_workspace  2440 ext/pcre/pcrelib/pcre_compile.c       for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
start_workspace  4029 ext/pcre/pcrelib/pcre_compile.c   for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
start_workspace  4050 ext/pcre/pcrelib/pcre_compile.c for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
start_workspace  4591 ext/pcre/pcrelib/pcre_compile.c     if (code > cd->start_workspace + cd->workspace_size -
start_workspace  4642 ext/pcre/pcrelib/pcre_compile.c   else if (cd->hwm > cd->start_workspace + cd->workspace_size)
start_workspace  4785 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  4837 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  5713 ext/pcre/pcrelib/pcre_compile.c       if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE)
start_workspace  6117 ext/pcre/pcrelib/pcre_compile.c               size_t this_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  6120 ext/pcre/pcrelib/pcre_compile.c               while (cd->hwm > cd->start_workspace + cd->workspace_size -
start_workspace  6128 ext/pcre/pcrelib/pcre_compile.c               for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset;
start_workspace  6129 ext/pcre/pcrelib/pcre_compile.c                    hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset;
start_workspace  6180 ext/pcre/pcrelib/pcre_compile.c           size_t this_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  6201 ext/pcre/pcrelib/pcre_compile.c           while (cd->hwm > cd->start_workspace + cd->workspace_size -
start_workspace  6209 ext/pcre/pcrelib/pcre_compile.c           for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset;
start_workspace  6210 ext/pcre/pcrelib/pcre_compile.c                hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset;
start_workspace  6682 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  7353 ext/pcre/pcrelib/pcre_compile.c             item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  7480 ext/pcre/pcrelib/pcre_compile.c           item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  7511 ext/pcre/pcrelib/pcre_compile.c               if (cd->hwm >= cd->start_workspace + cd->workspace_size -
start_workspace  7685 ext/pcre/pcrelib/pcre_compile.c       item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  7934 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;   /* Normally this is set when '(' is read */
start_workspace  8002 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  8032 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  8073 ext/pcre/pcrelib/pcre_compile.c           item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  8117 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  8283 ext/pcre/pcrelib/pcre_compile.c save_hwm_offset = cd->hwm - cd->start_workspace;
start_workspace  9298 ext/pcre/pcrelib/pcre_compile.c cd->start_workspace = cworkspace;
start_workspace  9392 ext/pcre/pcrelib/pcre_compile.c cd->hwm = (pcre_uchar *)(cd->start_workspace);
start_workspace  9457 ext/pcre/pcrelib/pcre_compile.c if (cd->hwm > cd->start_workspace)
start_workspace  9461 ext/pcre/pcrelib/pcre_compile.c   while (errorcode == 0 && cd->hwm > cd->start_workspace)
start_workspace  9491 ext/pcre/pcrelib/pcre_compile.c   (PUBL(free))((void *)cd->start_workspace);
start_workspace  9492 ext/pcre/pcrelib/pcre_compile.c cd->start_workspace = NULL;
start_workspace  2434 ext/pcre/pcrelib/pcre_internal.h   const pcre_uchar *start_workspace;/* The start of working space */