Lines Matching refs:start_workspace

923 memcpy(newspace, cd->start_workspace, cd->workspace_size * sizeof(pcre_uchar));  in expand_workspace()
924 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace()
926 (PUBL(free))((void *)cd->start_workspace); in expand_workspace()
927 cd->start_workspace = newspace; in expand_workspace()
2418 if (cd->start_workspace != NULL) in could_be_empty_branch()
2421 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
4018 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4575 if (code > cd->start_workspace + cd->workspace_size - in compile_branch()
4626 else if (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
5671 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) in compile_branch()
6075 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
6078 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6086 for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset; in compile_branch()
6087 hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset; in compile_branch()
6138 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
6159 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6167 for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset; in compile_branch()
6168 hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset; in compile_branch()
6626 save_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
7393 if (cd->hwm >= cd->start_workspace + cd->workspace_size - in compile_branch()
7812 … save_hwm_offset = cd->hwm - cd->start_workspace; /* Normally this is set when '(' is read */ in compile_branch()
8157 save_hwm_offset = cd->hwm - cd->start_workspace; in compile_regex()
9171 cd->start_workspace = cworkspace; in pcre_compile2()
9265 cd->hwm = (pcre_uchar *)(cd->start_workspace); in pcre_compile2()
9330 if (cd->hwm > cd->start_workspace) in pcre_compile2()
9334 while (errorcode == 0 && cd->hwm > cd->start_workspace) in pcre_compile2()
9354 (PUBL(free))((void *)cd->start_workspace); in pcre_compile2()
9355 cd->start_workspace = NULL; in pcre_compile2()