Searched refs:zLhs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 14455 char *zLhs = 0; in intckSaveKey() local 14473 zLhs = intckMprintf(p, "%z%s%s", zLhs, zLhsSep, zAlias); in intckSaveKey() 14481 zLhs, zRhs, zWhere); in intckSaveKey()
|
H A D | sqlite3.c | 200669 const char *zLhs, int nLhs, /* LHS of comparison */ 200675 if( nCmp && ALWAYS(zLhs) && ALWAYS(zRhs) ){ 200676 res = memcmp(zLhs, zRhs, nCmp); 219693 char *zLhs = 0; 219727 zLhs = rbuMPrintf(p, "%z%s \"%w\" COLLATE %Q", 219728 zLhs, zSep, zCol, zCollate 219765 zRet = rbuMPrintf(p, "(%s) > (%s)", zLhs, zVector); 219775 sqlite3_free(zLhs);
|