Searched refs:displayNameLength (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx.c325 rep.displayNameLength = length;
330 swapl(&rep.displayNameLength, n);
435 paddedLength = pad_to_int32(stuff->displayNameLength);
445 if (!(name = malloc(stuff->displayNameLength + 1 + 4)))
447 memcpy(name, &value_list[count], stuff->displayNameLength);
448 name[stuff->displayNameLength] = '\0';
790 paddedLength = pad_to_int32(stuff->displayNameLength);
799 if (!(name = malloc(stuff->displayNameLength + 1 + 4)))
801 memcpy(name, &value_list[count], stuff->displayNameLength);
802 name[stuff->displayNameLength]
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Ddmxproto.h181 CARD32 displayNameLength; member in struct:__anonaceddf2a0a08
228 CARD32 displayNameLength; member in struct:__anonaceddf2a0d08
401 CARD32 displayNameLength; member in struct:__anonaceddf2a1b08

Completed in 8 milliseconds