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

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp939 * @param pcLenReturn The length of the data we are returning
946 unsigned long *pcLenReturn,
969 *pcLenReturn = cTargets + 3;
1088 * @param pcLenReturn where to store the length of the data we are
1097 unsigned long *pcLenReturn,
1114 *pcLenReturn = cbActual;
1152 unsigned long *pcLenReturn,
1172 pcLenReturn, piFormatReturn);
1174 clipTrimTrailingNul(*(XtPointer *)pValReturn, pcLenReturn, format);
1191 (size_t *)pcLenReturn);
944 clipCreateX11Targets(CLIPBACKEND *pCtx, Atom *atomTypeReturn, XtPointer *pValReturn, unsigned long *pcLenReturn, int *piFormatReturn) argument
1093 clipWinTxtToUtf8ForX11CB(Display *pDisplay, PRTUTF16 pwszSrc, size_t cbSrc, Atom *atomTarget, Atom *atomTypeReturn, XtPointer *pValReturn, unsigned long *pcLenReturn, int *piFormatReturn) argument
1149 clipConvertVBoxCBForX11(CLIPBACKEND *pCtx, Atom *atomTarget, Atom *atomTypeReturn, XtPointer *pValReturn, unsigned long *pcLenReturn, int *piFormatReturn) argument
1212 clipXtConvertSelectionProc(Widget widget, Atom *atomSelection, Atom *atomTarget, Atom *atomTypeReturn, XtPointer *pValReturn, unsigned long *pcLenReturn, int *piFormatReturn) argument
[all...]

Completed in 40 milliseconds