Searched refs:zLhs (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 17389 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 D | sqlite3.c | 208523 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);
|