Searched refs:zLike (Results 1 – 1 of 1) sorted by relevance
18980 char *zLike = 0; in do_meta_command() local19033 if( zLike ){ in do_meta_command()19034 zLike = sqlite3_mprintf("%z OR %z", zLike, zExpr); in do_meta_command()19036 zLike = zExpr; in do_meta_command()19057 if( zLike==0 ) zLike = sqlite3_mprintf("true"); in do_meta_command()19063 zLike in do_meta_command()19072 zLike in do_meta_command()19077 sqlite3_free(zLike); in do_meta_command()20981 }else if( zLike ){ in do_meta_command()20986 zLike = z; in do_meta_command()[all …]