Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10143 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10718 usedlength = code - codestart; in pcre2_compile()
10719 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10721 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10723 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10791 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()

Completed in 33 milliseconds