Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c1151 uint8_t *newtables; in pcre2_code_copy_with_tables() local
1159 newtables = code->memctl.malloc(tables_length + sizeof(PCRE2_SIZE), in pcre2_code_copy_with_tables()
1161 if (newtables == NULL) in pcre2_code_copy_with_tables()
1166 memcpy(newtables, code->tables, tables_length); in pcre2_code_copy_with_tables()
1167 ref_count = (PCRE2_SIZE *)(newtables + tables_length); in pcre2_code_copy_with_tables()
1170 newcode->tables = newtables; in pcre2_code_copy_with_tables()