Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c14468 const char *zLhsSep = ""; in intckSaveKey() local
14473 zLhs = intckMprintf(p, "%z%s%s", zLhs, zLhsSep, zAlias); in intckSaveKey()
14475 zLhsSep = ","; in intckSaveKey()