Lines Matching defs:rc

728     int rc;
735 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
736 if (rc != Success)
737 return rc;
790 int rc;
796 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
797 if (rc != Success)
798 return rc;
850 int rc;
872 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
873 if (rc != Success)
874 return rc;
888 rc = dixLookupDrawable((DrawablePtr *)&pMap, stuff->id, client,
890 if (rc != Success)
891 return rc;
915 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
916 if (rc != Success)
917 return rc;
941 int rc;
971 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
972 if (rc != Success)
973 return rc;
986 rc = dixLookupDrawable((DrawablePtr *)&pMap, stuff->id, client,
988 if (rc != Success)
989 return rc;
1019 int rc;
1034 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1035 if (rc != Success)
1036 return rc;
1079 int rc;
1097 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1098 if (rc != Success)
1099 return rc;
1152 int rc;
1173 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1174 if (rc != Success)
1175 return rc;
1261 int rc;
1292 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1293 if (rc != Success)
1294 return rc;
1302 rc = dixLookupDrawable((DrawablePtr *)&pMap, stuff->id, client,
1304 if (rc != Success)
1305 return rc;
1360 int rc;
1383 rc = dixLookupResourceByType((pointer *) &panres, stuff->id,
1385 if (rc != Success)
1386 return rc;
1390 rc = dixLookupWindow(&pWin, panres->info[j].id,
1392 if (rc != Success)
1393 return rc;
1412 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
1413 if (rc != Success)
1414 return rc;
1450 int rc;
1456 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
1457 if (rc != Success)
1458 return rc;
1483 int rc;
1489 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
1490 if (rc != Success)
1491 return rc;