Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3087 struct sljit_label *mainloop; in mainloop_entry() local
3111 mainloop = LABEL(); in mainloop_entry()
3117 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, common->newline & 0xff, mainloop); in mainloop_entry()
3124 mainloop = LABEL(); in mainloop_entry()
3129 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, mainloop); in mainloop_entry()
3155 mainloop = LABEL(); in mainloop_entry()
3200 return mainloop; in mainloop_entry()
4108 struct sljit_label *mainloop; in do_revertframes() local
4115 mainloop = LABEL(); in do_revertframes()
4124 JUMPTO(SLJIT_JUMP, mainloop); in do_revertframes()
[all …]

Completed in 35 milliseconds