Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c937 (PUBL(free))((void *)cd->start_workspace); in expand_workspace()
938 cd->start_workspace = newspace; in expand_workspace()
2438 if (cd->start_workspace != NULL) in could_be_empty_branch()
4822 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
4874 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
8345 save_hwm_offset = cd->hwm - cd->start_workspace; in compile_regex()
9361 cd->start_workspace = cworkspace; in pcre_compile2()
9455 cd->hwm = (pcre_uchar *)(cd->start_workspace); in pcre_compile2()
9520 if (cd->hwm > cd->start_workspace) in pcre_compile2()
9554 (PUBL(free))((void *)cd->start_workspace); in pcre_compile2()
[all …]
H A Dpcre_internal.h2430 const pcre_uchar *start_workspace;/* The start of working space */ member

Completed in 43 milliseconds