Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5139 struct sljit_label *mainloop; in mainloop_entry() local
5168 mainloop = LABEL(); in mainloop_entry()
5174 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, common->newline & 0xff, mainloop); in mainloop_entry()
5181 mainloop = LABEL(); in mainloop_entry()
5186 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, mainloop); in mainloop_entry()
5247 mainloop = LABEL(); in mainloop_entry()
5324 return mainloop; in mainloop_entry()
6419 struct sljit_label *mainloop; in do_revertframes() local
6425 mainloop = LABEL(); in do_revertframes()
6445 JUMPTO(SLJIT_JUMP, mainloop); in do_revertframes()
[all …]

Completed in 37 milliseconds