Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c28740 static int outputDumpWarning(ShellState *p, const char *zLike){ in outputDumpWarning() argument
28745 "sql LIKE 'CREATE VIRTUAL TABLE%%' AND %s", zLike ? zLike : "true" in outputDumpWarning()
29191 char *zLike = 0; in do_meta_command() local
29208 sqlite3_free(zLike); in do_meta_command()
29227 sqlite3_free(zLike); in do_meta_command()
29245 if( zLike ){ in do_meta_command()
29246 zLike = sqlite3_mprintf("%z OR %z", zLike, zExpr); in do_meta_command()
29248 zLike = zExpr; in do_meta_command()
29255 outputDumpWarning(p, zLike); in do_meta_command()
29270 if( zLike==0 ) zLike = sqlite3_mprintf("true"); in do_meta_command()
[all …]