Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c8325 size_t usedlength; /* Actual length used */ in pcre2_compile() local
8789 usedlength = code - codestart; in pcre2_compile()
8790 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
8792 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
8794 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
8862 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()