Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c14456 char *zRhs = 0; in intckSaveKey() local
14474 zRhs = intckMprintf(p, "%z%squote(?%d)", zRhs, zRhsSep, jj+1); in intckSaveKey()
14481 zLhs, zRhs, zWhere); in intckSaveKey()
H A Dsqlite3.c200670 const char *zRhs, int nRhs /* RHS of comparison */
200675 if( nCmp && ALWAYS(zLhs) && ALWAYS(zRhs) ){
200676 res = memcmp(zLhs, zRhs, nCmp);