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

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c182 sljit_uw *read_only_data[JIT_NUMBER_OF_COMPILE_MODES]; member in struct:executable_functions
326 sljit_uw *read_only_data; member in struct:compiler_common
329 /* The next free entry of the read_only_data. */
3534 SLJIT_ASSERT(common->read_only_data_ptr == common->read_only_data);
3586 if (common->read_only_data)
3587 SLJIT_FREE(common->read_only_data);
3590 common->read_only_data = (sljit_uw *)SLJIT_MALLOC(common->read_only_data_size);
3591 if (common->read_only_data == NULL)
3594 update_table = (sljit_ub *)common->read_only_data;
9769 common->read_only_data
[all...]

Completed in 57 milliseconds