Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitWXExecAllocatorPosix.c119 sljit_uw *start_ptr = ((sljit_uw*)ptr) - 1; in sljit_free_exec() local
120 munmap((void*)start_ptr, *start_ptr); in sljit_free_exec()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c414 sljit_s32 start_ptr; member
3445 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in do_reset_match()
3486 OP1(SLJIT_MOV, SLJIT_S0, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in copy_ovector()
3498 OP1(SLJIT_MOV, SLJIT_S0, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in copy_ovector()
3577 SLJIT_ASSERT(common->start_used_ptr != 0 && common->start_ptr != 0 in return_with_partial_match()
14256 common->start_ptr = common->ovector_start; in jit_compile()
14264 if (common->start_ptr == 0) in jit_compile()
14265 common->start_ptr = OVECTOR(0); in jit_compile()
14384 if (common->start_ptr != OVECTOR(0)) in jit_compile()
14385 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->start_ptr, STR_PTR, 0); in jit_compile()
[all …]

Completed in 38 milliseconds