Searched refs:ProcIVector (Results 1 – 2 of 2) sorted by relevance
192 static int (*ProcIVector[]) (ClientPtr) = { variable394 if (stuff->data >= ARRAY_SIZE(ProcIVector) || !ProcIVector[stuff->data]) in ProcIDispatch()398 return (*ProcIVector[stuff->data]) (client); in ProcIDispatch()
148000 Xi: Fix up ProcIVector, got out of sync with the protocol.