Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3322 struct sljit_label *mainloop; in mainloop_entry() local
3345 mainloop = LABEL(); in mainloop_entry()
3351 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, common->newline & 0xff, mainloop); in mainloop_entry()
3358 mainloop = LABEL(); in mainloop_entry()
3363 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, mainloop); in mainloop_entry()
3389 mainloop = LABEL(); in mainloop_entry()
3434 return mainloop; in mainloop_entry()
4784 struct sljit_label *mainloop; in do_revertframes() local
4791 mainloop = LABEL(); in do_revertframes()
4799 JUMPTO(SLJIT_JUMP, mainloop); in do_revertframes()
[all …]

Completed in 30 milliseconds