Home
last modified time | relevance | path

Searched refs:start_workspace (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist/
Dpcre_compile.c923 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()
[all …]
Dpcre_internal.h2422 const pcre_uchar *start_workspace;/* The start of working space */ member