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