Searched refs:version_requests (Results 1 – 4 of 4) sorted by relevance
42 static const int version_requests[] = { variable129 if (pGEClient->major_version >= ARRAY_SIZE(version_requests)) in ProcGEDispatch()131 if (stuff->ReqType > version_requests[pGEClient->major_version]) in ProcGEDispatch()
99 static const int version_requests[] = { variable150 if (pXFixesClient->major_version >= ARRAY_SIZE(version_requests)) in ProcXFixesDispatch()152 if (stuff->xfixesReqType > version_requests[pXFixesClient->major_version]) in ProcXFixesDispatch()
462 static const int version_requests[] = { variable483 if (pDamageClient->major_version >= ARRAY_SIZE(version_requests)) in ProcDamageDispatch()485 if (stuff->damageReqType > version_requests[pDamageClient->major_version]) in ProcDamageDispatch()
91919 - Fix off-by-one in version_requests array