Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c360 SendErrorToClient(c->client, X_OpenFont, 0, in doOpenFont()
734 SendErrorToClient(client, X_ListFonts, 0, 0, FontToXError(err)); in doListFontsAndAliases()
757 SendErrorToClient(client, X_ListFonts, 0, 0, BadAlloc); in doListFontsAndAliases()
1334 SendErrorToClient(c->client, c->reqType, 0, 0, err); in doPolyText()
1480 SendErrorToClient(c->client, c->reqType, 0, 0, err); in doImageText()
H A Ddispatch.c496 SendErrorToClient(client, client->majorOp, in Dispatch()
3727 SendErrorToClient(ClientPtr client, unsigned majorCode, unsigned minorCode, in SendErrorToClient() function
/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h170 extern _X_EXPORT void SendErrorToClient(ClientPtr /*client */ ,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog21974 ... instead of calling SendErrorToClient ourselves.
21983 xv: Remove some dumb calls SendErrorToClient
71919 Use C99 designated initializers in SendErrorToClient