Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c704 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace()
2834 if (hc >= cd->hwm) in adjust_recurse()
3828 if (code > cd->hwm) cd->hwm = code; /* High water info */ in compile_branch()
5261 cd->hwm += LINK_SIZE; in compile_branch()
5343 cd->hwm += LINK_SIZE; in compile_branch()
5588 save_hwm = cd->hwm; in compile_branch()
8014 cd->hwm = cworkspace; in pcre_compile2()
8041 (int)(cd->hwm - cworkspace))); in pcre_compile2()
8150 if (cd->hwm > cd->start_workspace) in pcre_compile2()
8157 cd->hwm -= LINK_SIZE; in pcre_compile2()
[all …]
H A Dpcre_internal.h2398 pcre_uchar *hwm; /* High watermark of workspace */ member

Completed in 33 milliseconds