Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c15375 char *zRhs = 0; in intckSaveKey() local
15393 zRhs = intckMprintf(p, "%z%squote(?%d)", zRhs, zRhsSep, jj+1); in intckSaveKey()
15400 zLhs, zRhs, zWhere); in intckSaveKey()
H A Dsqlite3.c203637 const char *zRhs, int nRhs /* RHS of comparison */
203642 if( nCmp && ALWAYS(zLhs) && ALWAYS(zRhs) ){
203643 res = memcmp(zLhs, zRhs, nCmp);