Searched refs:busIDLen (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXvMC/dist/src/
H A DXvMC.c557 (rep.nameLen + rep.busIDLen > rep.nameLen)) {
559 if (realSize >= (rep.nameLen + rep.busIDLen)) {
562 *busID = Xmalloc(rep.busIDLen);
570 strncpy(*busID, tmpBuf + rep.nameLen, rep.busIDLen);
571 (*busID)[rep.busIDLen == 0 ? 0 : rep.busIDLen - 1] = '\0';
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXvMCproto.h221 CARD32 busIDLen; member in struct:__anon82eb49ff1208
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmc.c590 rep.busIDLen = bytes_to_int32(strlen(pScreenPriv->busID) + 1);
592 rep.length = rep.nameLen + rep.busIDLen;
594 rep.busIDLen <<=2;
628 WriteToClient(client, rep.busIDLen,
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvmc.c629 .busIDLen = bytes_to_int32(strlen(pScreenPriv->busID) + 1),
633 rep.length = rep.nameLen + rep.busIDLen;
635 rep.busIDLen <<= 2;
666 WriteToClient(client, rep.busIDLen, pScreenPriv->busID);

Completed in 8 milliseconds