Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_test.c832 static unsigned char *tables_copy; in tables() local
848 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()