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