Searched refs:newtables (Results 1 – 1 of 1) sorted by relevance
1232 uint8_t *newtables; in pcre2_code_copy_with_tables() local1240 newtables = code->memctl.malloc(TABLES_LENGTH + sizeof(PCRE2_SIZE), in pcre2_code_copy_with_tables()1242 if (newtables == NULL) in pcre2_code_copy_with_tables()1247 memcpy(newtables, code->tables, TABLES_LENGTH); in pcre2_code_copy_with_tables()1248 ref_count = (PCRE2_SIZE *)(newtables + TABLES_LENGTH); in pcre2_code_copy_with_tables()1251 newcode->tables = newtables; in pcre2_code_copy_with_tables()
Completed in 20 milliseconds