Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5598 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local
5876 bytes_end = bytes + 32; in scan_prefix()
5897 while (chars->count != 255 && bytes < bytes_end); in scan_prefix()
5898 bytes = bytes_end - 32; in scan_prefix()

Completed in 30 milliseconds