Lines Matching refs:pBytes

1206 …              sal_uInt8* pBytes = X11_getBmpFromPixmap( m_pDisplay, aPixmap, aColormap, nOutSize );  in getPasteData()  local
1207 if( pBytes && nOutSize ) in getPasteData()
1210 memcpy( rData.getArray(), pBytes, nOutSize ); in getPasteData()
1211 X11_freeBmp( pBytes ); in getPasteData()
1286 unsigned char* pBytes = NULL; in getPasteDataTypes() local
1291 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getPasteDataTypes()
1299 memcpy( aAtoms.getArray(), pBytes, sizeof( Atom )*atomcount ); in getPasteDataTypes()
1300 XFree( pBytes ); in getPasteDataTypes()
1301 pBytes = NULL; in getPasteDataTypes()
1305 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getPasteDataTypes()
1307 memcpy( aAtoms.getArray()+atomcount*sizeof(Atom), pBytes, nItems*sizeof(Atom) ); in getPasteDataTypes()
1308 XFree( pBytes ); in getPasteDataTypes()
1314 memcpy( aAtoms.getArray(), pBytes, nItems*sizeof(Atom) ); in getPasteDataTypes()
1315 XFree( pBytes ); in getPasteDataTypes()
2990 unsigned char* pBytes = NULL; in getXdndVersion() local
3007 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getXdndVersion()
3008 if( pBytes ) in getXdndVersion()
3011 rProxy = *(XLIB_Window*)pBytes; in getXdndVersion()
3012 XFree( pBytes ); in getXdndVersion()
3013 pBytes = NULL; in getXdndVersion()
3018 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getXdndVersion()
3019 if( pBytes ) in getXdndVersion()
3021 if( nType == XA_WINDOW && *(XLIB_Window*)pBytes != rProxy ) in getXdndVersion()
3023 XFree( pBytes ); in getXdndVersion()
3024 pBytes = NULL; in getXdndVersion()
3036 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getXdndVersion()
3037 if( pBytes ) in getXdndVersion()
3040 nVersion = *(Atom*)pBytes; in getXdndVersion()
3041 XFree( pBytes ); in getXdndVersion()