Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c30898 static int outputDumpWarning(ShellState *p, const char *zLike){ in outputDumpWarning() argument
30903 "sql LIKE 'CREATE VIRTUAL TABLE%%' AND (%s)", zLike ? zLike : "true" in outputDumpWarning()
32893 char *zLike = 0; in do_meta_command() local
32910 sqlite3_free(zLike); in do_meta_command()
32928 sqlite3_free(zLike); in do_meta_command()
32946 if( zLike ){ in do_meta_command()
32947 zLike = sqlite3_mprintf("%z OR %z", zLike, zExpr); in do_meta_command()
32949 zLike = zExpr; in do_meta_command()
32957 outputDumpWarning(p, zLike); in do_meta_command()
32972 if( zLike==0 ) zLike = sqlite3_mprintf("true"); in do_meta_command()
[all …]