Searched refs:newtables (Results 1 – 1 of 1) sorted by relevance
1238 uint8_t *newtables; in pcre2_code_copy_with_tables() local1246 newtables = code->memctl.malloc(TABLES_LENGTH + sizeof(PCRE2_SIZE), in pcre2_code_copy_with_tables()1248 if (newtables == NULL) in pcre2_code_copy_with_tables()1253 memcpy(newtables, code->tables, TABLES_LENGTH); in pcre2_code_copy_with_tables()1254 ref_count = (PCRE2_SIZE *)(newtables + TABLES_LENGTH); in pcre2_code_copy_with_tables()1257 newcode->tables = newtables; in pcre2_code_copy_with_tables()
Completed in 24 milliseconds