Lines Matching refs:pFormats
511 CLIPX11FORMAT *pFormats = NULL;
513 pFormats = (CLIPX11FORMAT *)RTMemAllocZ(*pcLen * sizeof(CLIPX11FORMAT));
527 if (pFormats)
536 pFormats[i] = j;
540 pFormats[i], g_aFormats[pFormats[i]].pcszAtom));
547 clipUpdateX11Targets(pCtx, pFormats, *pcLen);
548 RTMemFree(pFormats);
1291 CLIPNEWVBOXFORMATS *pFormats = (CLIPNEWVBOXFORMATS *)pUserData;
1292 CLIPBACKEND *pCtx = pFormats->pCtx;
1293 uint32_t u32Formats = pFormats->formats;
1294 RTMemFree(pFormats);
1317 CLIPNEWVBOXFORMATS *pFormats =
1319 if (pFormats != NULL) /* if it is we will soon have other problems */
1321 pFormats->pCtx = pCtx;
1322 pFormats->formats = u32Formats;
1324 (XtPointer) pFormats);