Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c24727 static int outputDumpWarning(ShellState *p, const char *zLike){ in outputDumpWarning() argument
24732 "sql LIKE 'CREATE VIRTUAL TABLE%%' AND %s", zLike ? zLike : "true" in outputDumpWarning()
25142 char *zLike = 0; in do_meta_command() local
25159 sqlite3_free(zLike); in do_meta_command()
25177 sqlite3_free(zLike); in do_meta_command()
25195 if( zLike ){ in do_meta_command()
25196 zLike = sqlite3_mprintf("%z OR %z", zLike, zExpr); in do_meta_command()
25198 zLike = zExpr; in do_meta_command()
25205 outputDumpWarning(p, zLike); in do_meta_command()
25220 if( zLike==0 ) zLike = sqlite3_mprintf("true"); in do_meta_command()
[all …]