Lines Matching refs:num_si
2835 rep.nSI = compat->num_si;
2838 ((unsigned)(stuff->firstSI+stuff->nSI-1)>=compat->num_si)) {
2839 client->errorValue = _XkbErrCode2(0x05,compat->num_si);
2842 rep.nTotalSI = compat->num_si;
2869 if (req->firstSI>compat->num_si) {
2870 client->errorValue = _XkbErrCode2(0x02,compat->num_si);
2898 if ((unsigned)(req->firstSI+req->nSI)>compat->num_si) {
2899 compat->num_si= req->firstSI+req->nSI;
2901 compat->num_si * sizeof(XkbSymInterpretRec));
2903 compat->num_si= 0;
2908 compat->num_si = req->firstSI+req->nSI;
2927 compat->num_si = req->firstSI;
2964 ev.nTotalSI = compat->num_si;
5901 crep.nSI= crep.nTotalSI= new->compat->num_si;