Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9655 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10221 usedlength = code - codestart; in pcre2_compile()
10222 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10224 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10226 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10294 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()

Completed in 26 milliseconds