Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c22372 char *zLike = 0; in do_meta_command() local
22389 sqlite3_free(zLike); in do_meta_command()
22407 sqlite3_free(zLike); in do_meta_command()
22425 if( zLike ){ in do_meta_command()
22426 zLike = sqlite3_mprintf("%z OR %z", zLike, zExpr); in do_meta_command()
22428 zLike = zExpr; in do_meta_command()
22449 if( zLike==0 ) zLike = sqlite3_mprintf("true"); in do_meta_command()
22455 zLike in do_meta_command()
24440 const char *zLike = 0; /* Which table to checksum. 0 means everything */ do_meta_command() local
[all...]

Completed in 37 milliseconds