Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c17389 char *zLhs = 0; in intckSaveKey() local
17407 zLhs = intckMprintf(p, "%z%s%s", zLhs, zLhsSep, zAlias); in intckSaveKey()
17415 zLhs, zRhs, zWhere); in intckSaveKey()
H A Dsqlite3.c208523 const char *zLhs, int nLhs, /* LHS of comparison */ argument
208529 if( nCmp && ALWAYS(zLhs) && ALWAYS(zRhs) ){
208530 res = memcmp(zLhs, zRhs, nCmp);
227910 char *zLhs = 0; local
227944 zLhs = rbuMPrintf(p, "%z%s \"%w\" COLLATE %Q",
227945 zLhs, zSep, zCol, zCollate
227982 zRet = rbuMPrintf(p, "(%s) > (%s)", zLhs, zVector);
227992 sqlite3_free(zLhs);