Home
last modified time | relevance | path

Searched refs:XkbWriteCountedString (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkb.c4597 XkbWriteCountedString(char *wire, const char *str, Bool swap) in XkbWriteCountedString() function
4637 wire = XkbWriteCountedString(wire, prop->name, swap); in XkbWriteGeomProperties()
4638 wire = XkbWriteCountedString(wire, prop->value, swap); in XkbWriteGeomProperties()
4681 wire = XkbWriteCountedString(wire, color->spec, swap); in XkbWriteGeomColors()
4816 wire = XkbWriteCountedString(wire, doodad->text.text, swap); in XkbWriteGeomDoodads()
4817 wire = XkbWriteCountedString(wire, doodad->text.font, swap); in XkbWriteGeomDoodads()
4828 wire = XkbWriteCountedString(wire, doodad->logo.logo_name, swap); in XkbWriteGeomDoodads()
5053 desc = XkbWriteCountedString(desc, geom->label_font, client->swapped); in XkbSendGeometry()
6523 XkbWriteCountedString(str, dev->name, client->swapped); in ProcXkbGetDeviceInfo()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog52235 xkb: Make XkbWriteCountedString take a const char * input parameter
95701 xkb: Document XkbWriteCountedString.
118183 XkbWriteCountedString(): return early if str is NULL