Searched refs:mainloop (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 3063 struct sljit_label *mainloop; in mainloop_entry() local 3087 mainloop = LABEL(); in mainloop_entry() 3093 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, common->newline & 0xff, mainloop); in mainloop_entry() 3100 mainloop = LABEL(); in mainloop_entry() 3105 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, mainloop); in mainloop_entry() 3131 mainloop = LABEL(); in mainloop_entry() 3176 return mainloop; in mainloop_entry() 4077 struct sljit_label *mainloop; in do_revertframes() local 4084 mainloop = LABEL(); in do_revertframes() 4093 JUMPTO(SLJIT_JUMP, mainloop); in do_revertframes() [all …]
|
Completed in 25 milliseconds