Searched refs:zRhs (Results 1 – 2 of 2) sorted by relevance
17352 char *zRhs = 0; in intckSaveKey() local17370 zRhs = intckMprintf(p, "%z%squote(?%d)", zRhs, zRhsSep, jj+1); in intckSaveKey()17377 zLhs, zRhs, zWhere); in intckSaveKey()
208206 const char *zRhs, int nRhs /* RHS of comparison */ argument208211 if( nCmp && ALWAYS(zLhs) && ALWAYS(zRhs) ){208212 res = memcmp(zLhs, zRhs, nCmp);