Searched refs:zLhs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 15374 char *zLhs = 0; in intckSaveKey() local 15392 zLhs = intckMprintf(p, "%z%s%s", zLhs, zLhsSep, zAlias); in intckSaveKey() 15400 zLhs, zRhs, zWhere); in intckSaveKey()
|
H A D | sqlite3.c | 203595 const char *zLhs, int nLhs, /* LHS of comparison */ 203601 if( nCmp && ALWAYS(zLhs) && ALWAYS(zRhs) ){ 203602 res = memcmp(zLhs, zRhs, nCmp); 222829 char *zLhs = 0; 222863 zLhs = rbuMPrintf(p, "%z%s \"%w\" COLLATE %Q", 222864 zLhs, zSep, zCol, zCollate 222901 zRet = rbuMPrintf(p, "(%s) > (%s)", zLhs, zVector); 222911 sqlite3_free(zLhs);
|