Searched refs:title_max (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwindowswm.c483 unsigned int title_length, title_max; local in function:ProcWindowsWMFrameSetTitle
504 title_max = (stuff->length << 2) - sizeof(xWindowsWMFrameSetTitleReq);
506 if (title_max < title_length)
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dapplewm.c590 unsigned int title_length, title_max;
605 title_max = (stuff->length << 2) - sizeof(xAppleWMFrameDrawReq);
607 if (title_max < title_length)
586 unsigned int title_length, title_max; local in function:ProcAppleWMFrameDraw
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dapplewm.c587 unsigned int title_length, title_max; local in function:ProcAppleWMFrameDraw
602 title_max = (stuff->length << 2) - sizeof(xAppleWMFrameDrawReq);
604 if (title_max < title_length)

Completed in 4 milliseconds