Searched defs:total_length (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c9745 sljit_uw total_length; local
9929 total_length = ccend - common->start;
9930 common->private_data_ptrs = (sljit_si *)SLJIT_MALLOC(total_length * (sizeof(sljit_si) + (common->has_then ? 1 : 0)));
9936 memset(common->private_data_ptrs, 0, total_length * sizeof(sljit_si));
9949 common->then_offsets = (pcre_uint8 *)(common->private_data_ptrs + total_length);
9950 memset(common->then_offsets, 0, total_length);

Completed in 305 milliseconds