Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1227 uint8_t *newtables; in pcre2_code_copy_with_tables() local
1235 newtables = code->memctl.malloc(TABLES_LENGTH + sizeof(PCRE2_SIZE), in pcre2_code_copy_with_tables()
1237 if (newtables == NULL) in pcre2_code_copy_with_tables()
1242 memcpy(newtables, code->tables, TABLES_LENGTH); in pcre2_code_copy_with_tables()
1243 ref_count = (PCRE2_SIZE *)(newtables + TABLES_LENGTH); in pcre2_code_copy_with_tables()
1246 newcode->tables = newtables; in pcre2_code_copy_with_tables()

Completed in 32 milliseconds