Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c926 (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()
4575 if (code > cd->start_workspace + cd->workspace_size - in compile_branch()
6626 save_hwm_offset = cd->hwm - cd->start_workspace; 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()
9354 (PUBL(free))((void *)cd->start_workspace); in pcre_compile2()
[all …]
H A Dpcre_internal.h2426 const pcre_uchar *start_workspace;/* The start of working space */ member

Completed in 38 milliseconds