Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dio.c101 static ConnectionInputPtr AllocateInputBuffer(void);
106 static ConnectionInputPtr FreeInputs = (ConnectionInputPtr) NULL;
210 ConnectionInputPtr aci = AvailableInput->input; in NextAvailableInput()
230 ConnectionInputPtr oci = oc->input; in ReadRequestFromClient()
507 ConnectionInputPtr oci = oc->input; in InsertFakeRequest()
565 register ConnectionInputPtr oci = oc->input; in ResetCurrentRequest()
975 static ConnectionInputPtr
978 ConnectionInputPtr oci; in AllocateInputBuffer()
1017 ConnectionInputPtr oci; in FreeOsBuffers()
1029 oci->next = (ConnectionInputPtr) NULL; in FreeOsBuffers()
[all …]
H A Dosdep.h83 typedef struct _connectionInput *ConnectionInputPtr; typedef
116 ConnectionInputPtr input;
H A Dconnection.c624 oc->input = (ConnectionInputPtr) NULL; in AllocNewConnection()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog68292 os: Don't re-declare ConnectionInputPtr and ConnectionOutputPtr