Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dio.c102 static ConnectionOutputPtr AllocateOutputBuffer(void);
107 static ConnectionOutputPtr FreeOutputs = (ConnectionOutputPtr) NULL;
684 ConnectionOutputPtr oco; in WriteToClient()
827 ConnectionOutputPtr oco = oc->output; in FlushClient()
971 oc->output = (ConnectionOutputPtr) NULL; in FlushClient()
996 static ConnectionOutputPtr
999 ConnectionOutputPtr oco; in AllocateOutputBuffer()
1018 ConnectionOutputPtr oco; in FreeOsBuffers()
1043 oco->next = (ConnectionOutputPtr) NULL; in FreeOsBuffers()
1053 ConnectionOutputPtr oco; in ResetOsBuffers()
H A Dosdep.h84 typedef struct _connectionOutput *ConnectionOutputPtr; typedef
117 ConnectionOutputPtr output;
H A Dconnection.c625 oc->output = (ConnectionOutputPtr) NULL; in AllocNewConnection()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog68292 os: Don't re-declare ConnectionInputPtr and ConnectionOutputPtr