Lines Matching defs:rc
450 int rc;
459 rc = dixLookupResourceByType((pointer *) &panres,
462 if (rc != Success)
471 rc = dixLookupWindow(&pWin, panres->info[j].id, client,
473 if (rc != Success)
490 rc = dixLookupWindow(&pWin, tpwin->drawable.id, client,
492 if (rc != Success)
726 int rc, numChildren = 0;
739 rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess);
740 if (rc != Success)
741 return rc;
911 int rc;
919 rc = dixLookupWindow(&pWin, stuff->id, client, DixGetAttrAccess);
920 if (rc != Success)
921 return rc;
922 rc = XaceHook(XACE_DEVICE_ACCESS, client, mouse, DixReadAccess);
923 if (rc != Success && rc != BadAccess)
924 return rc;
996 int nlines, linesPerBuf, rc;
1022 rc = dixLookupDrawable(&pDraw, drawable, client, 0, DixReadAccess);
1023 if (rc != Success)
1024 return rc;
1075 int rc;
1078 rc = dixLookupWindow(&tmpwin, pDraw->id, client, DixReadAccess);
1079 if (rc != Success)
1080 return rc;
1098 rc = dixLookupWindow(&pRoot, root, client, DixReadAccess);
1099 if (rc != Success)
1100 return rc;
1406 int rc;
1419 rc = dixLookupDrawable(&pSrc, stuff->srcDrawable, client, 0,
1421 if (rc != Success)
1422 return rc;
1461 int rc;
1473 rc = dixLookupDrawable(&psrcDraw, stuff->srcDrawable, client, 0,
1475 if (rc != Success)
1476 return rc;