Searched defs:pcLen (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp501 XtPointer pValue, long unsigned int *pcLen,
508 LogRel2(("%s: pValue=%p, *pcLen=%u, *atomType=%d%s\n", __FUNCTION__,
509 pValue, *pcLen, *atomType,
512 if (*pcLen && pValue && (*atomType != XT_CONVERT_FAIL /* time out */))
513 pFormats = (CLIPX11FORMAT *)RTMemAllocZ(*pcLen * sizeof(CLIPX11FORMAT));
516 for (i = 0; i < *pcLen; ++i)
529 for (i = 0; i < *pcLen; ++i)
547 clipUpdateX11Targets(pCtx, pFormats, *pcLen);
1585 XtPointer pvSrc, long unsigned int *pcLen,
1591 clipConvertX11CB(pClientData, pvSrc, (*pcLen) * (*piForma
499 clipConvertX11Targets(Widget widget, XtPointer pClientData, Atom * , Atom *atomType, XtPointer pValue, long unsigned int *pcLen, int *piFormat) argument
1583 cbConvertX11CB(Widget widget, XtPointer pClientData, Atom * , Atom *atomType, XtPointer pvSrc, long unsigned int *pcLen, int *piFormat) argument
[all...]

Completed in 71 milliseconds