Searched refs:tables_copy (Results 1 – 1 of 1) sorted by relevance
832 static unsigned char *tables_copy; in tables() local848 if (tables_copy) in tables()849 free(tables_copy); in tables()850 tables_copy = NULL; in tables()854 if (tables_copy) in tables()855 return tables_copy; in tables()883 tables_copy = (unsigned char *)malloc(1088); in tables()884 if (!tables_copy) in tables()887 memcpy(tables_copy, default_tables, 1088); in tables()888 return tables_copy; in tables()