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