Searched refs:tryToCloneSchema (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c2395 static void tryToCloneSchema( function
2484 tryToCloneSchema(p, newDb, "type='table'", tryToCloneData);
2485 tryToCloneSchema(p, newDb, "type!='table'", 0);
/external/sqlite/dist/
H A Dshell.c2417 static void tryToCloneSchema( function
2506 tryToCloneSchema(p, newDb, "type='table'", tryToCloneData);
2507 tryToCloneSchema(p, newDb, "type!='table'", 0);

Completed in 75 milliseconds