Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c1424 …iler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, int stacktop, BOOL recursive) in init_frame() argument
1434 SLJIT_UNUSED_ARG(stacktop); in init_frame()
1435 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame()
1543 SLJIT_ASSERT(stackpos == STACK(stacktop)); in init_frame()
1672 BOOL save, int stackptr, int stacktop, BOOL needs_control_head) in copy_private_data() argument
1689 stacktop = STACK(stacktop - 1); in copy_private_data()
1694 if (stackptr < stacktop) in copy_private_data()
1700 if (stackptr < stacktop) in copy_private_data()
1936 tmp1empty = stackptr >= stacktop; in copy_private_data()
1948 tmp2empty = stackptr >= stacktop; in copy_private_data()
[all …]

Completed in 29 milliseconds