Searched refs:zLike (Results 1 – 1 of 1) sorted by relevance
30835 static int outputDumpWarning(ShellState *p, const char *zLike){ in outputDumpWarning() argument30840 "sql LIKE 'CREATE VIRTUAL TABLE%%' AND (%s)", zLike ? zLike : "true" in outputDumpWarning()32830 char *zLike = 0; in do_meta_command() local32847 sqlite3_free(zLike); in do_meta_command()32865 sqlite3_free(zLike); in do_meta_command()32883 if( zLike ){ in do_meta_command()32884 zLike = sqlite3_mprintf("%z OR %z", zLike, zExpr); in do_meta_command()32886 zLike = zExpr; in do_meta_command()32894 outputDumpWarning(p, zLike); in do_meta_command()32909 if( zLike==0 ) zLike = sqlite3_mprintf("true"); in do_meta_command()[all …]