Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c936 (PUBL(free))((void *)cd->start_workspace); in expand_workspace()
937 cd->start_workspace = newspace; in expand_workspace()
2437 if (cd->start_workspace != NULL) in could_be_empty_branch()
4785 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
4837 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
8283 save_hwm_offset = cd->hwm - cd->start_workspace; in compile_regex()
9298 cd->start_workspace = cworkspace; in pcre_compile2()
9392 cd->hwm = (pcre_uchar *)(cd->start_workspace); in pcre_compile2()
9457 if (cd->hwm > cd->start_workspace) in pcre_compile2()
9491 (PUBL(free))((void *)cd->start_workspace); in pcre_compile2()
[all …]
H A Dpcre_internal.h2434 const pcre_uchar *start_workspace;/* The start of working space */ member

Completed in 42 milliseconds