Lines Matching refs:num_si
2929 rep.nSI = compat->num_si;
2932 ((unsigned) (stuff->firstSI + stuff->nSI - 1) >= compat->num_si)) {
2933 client->errorValue = _XkbErrCode2(0x05, compat->num_si);
2936 rep.nTotalSI = compat->num_si;
2964 if (req->firstSI > compat->num_si) {
2965 client->errorValue = _XkbErrCode2(0x02, compat->num_si);
2996 compat->num_si = compat->size_si = req->firstSI + req->nSI;
3001 compat->num_si = compat->size_si = 0;
3006 compat->num_si = req->firstSI + req->nSI;
3031 if (req->firstSI + req->nSI < compat->num_si)
3033 (compat->num_si - req->firstSI - req->nSI) *
3035 compat->num_si -= skipped;
3040 compat->num_si = req->firstSI;
3078 ev.nTotalSI = compat->num_si;
6096 crep.nSI = crep.nTotalSI = new->compat->num_si;