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()
2384 if (cd->start_workspace != NULL) in could_be_empty_branch()
2387 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
4521 if (code > cd->start_workspace + cd->workspace_size - in compile_branch()
4572 else if (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
5611 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) in compile_branch()
6017 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6020 size_t save_offset = save_hwm - cd->start_workspace; in compile_branch()
6021 size_t this_offset = this_hwm - cd->start_workspace; in compile_branch()
6024 save_hwm = (pcre_uchar *)cd->start_workspace + save_offset; in compile_branch()
6025 this_hwm = (pcre_uchar *)cd->start_workspace + this_offset; in compile_branch()
6099 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6102 size_t save_offset = save_hwm - cd->start_workspace; in compile_branch()
6103 size_t this_offset = this_hwm - cd->start_workspace; in compile_branch()
6106 save_hwm = (pcre_uchar *)cd->start_workspace + save_offset; in compile_branch()
6107 this_hwm = (pcre_uchar *)cd->start_workspace + this_offset; in compile_branch()
7321 if (cd->hwm >= cd->start_workspace + cd->workspace_size - in compile_branch()
9084 cd->start_workspace = cworkspace; in pcre_compile2()
9185 cd->hwm = (pcre_uchar *)(cd->start_workspace); in pcre_compile2()
9249 if (cd->hwm > cd->start_workspace) in pcre_compile2()
9253 while (errorcode == 0 && cd->hwm > cd->start_workspace) in pcre_compile2()
9273 (PUBL(free))((void *)cd->start_workspace); in pcre_compile2()
9274 cd->start_workspace = NULL; in pcre_compile2()