Home
last modified time | relevance | path

Searched refs:version_requests (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dgeext.c42 static const int version_requests[] = { variable
129 if (pGEClient->major_version >= ARRAY_SIZE(version_requests)) in ProcGEDispatch()
131 if (stuff->ReqType > version_requests[pGEClient->major_version]) in ProcGEDispatch()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dxfixes.c99 static const int version_requests[] = { variable
150 if (pXFixesClient->major_version >= ARRAY_SIZE(version_requests)) in ProcXFixesDispatch()
152 if (stuff->xfixesReqType > version_requests[pXFixesClient->major_version]) in ProcXFixesDispatch()
/OK3568_Linux_fs/external/xserver/damageext/
H A Ddamageext.c462 static const int version_requests[] = { variable
483 if (pDamageClient->major_version >= ARRAY_SIZE(version_requests)) in ProcDamageDispatch()
485 if (stuff->damageReqType > version_requests[pDamageClient->major_version]) in ProcDamageDispatch()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog91919 - Fix off-by-one in version_requests array