Searched refs:pSrc (Results 176 - 200 of 253) sorted by relevance

1234567891011

/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp241 * @param pSrc The source address.
246 static int rtSocketNetAddrFromAddr(RTSOCKADDRUNION const *pSrc, size_t cbSrc, PRTNETADDR pAddr) argument
252 && pSrc->Addr.sa_family == AF_INET)
256 pAddr->uPort = RT_N2H_U16(pSrc->IPv4.sin_port);
257 pAddr->uAddr.IPv4.u = pSrc->IPv4.sin_addr.s_addr;
261 && pSrc->Addr.sa_family == AF_INET6)
265 pAddr->uPort = RT_N2H_U16(pSrc->IPv6.sin6_port);
266 pAddr->uAddr.IPv6.au32[0] = pSrc->IPv6.sin6_addr.s6_addr32[0];
267 pAddr->uAddr.IPv6.au32[1] = pSrc->IPv6.sin6_addr.s6_addr32[1];
268 pAddr->uAddr.IPv6.au32[2] = pSrc
[all...]
/vbox/src/bldprogs/
H A Dscmstream.cpp1204 * Copies @a cLines from the @a pSrc stream onto the @a pDst stream.
1211 * @param pSrc The source stream. Must be in read mode.
1213 int ScmStreamCopyLines(PSCMSTREAM pDst, PSCMSTREAM pSrc, size_t cLines) argument
1219 AssertReturn(!pSrc->fWriteOrRead, VERR_ACCESS_DENIED);
1220 if (RT_FAILURE(pSrc->rc))
1221 return pSrc->rc;
1227 const char *pchLine = ScmStreamGetLine(pSrc, &cchLine, &enmEol);
1229 return pDst->rc = (RT_FAILURE(pSrc->rc) ? pSrc->rc : VERR_EOF);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DPcl.h225 DrawablePtr pSrc,
235 DrawablePtr pSrc,
501 char *pSrc,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DPcl.h225 DrawablePtr pSrc,
235 DrawablePtr pSrc,
501 char *pSrc,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbpict.h403 PicturePtr pSrc,
418 PicturePtr pSrc,
431 PicturePtr pSrc,
445 PicturePtr pSrc,
H A Dxaalocal.h143 DrawablePtr pSrc,
152 DrawablePtr pSrc,
161 DrawablePtr pSrc,
248 DrawablePtr pSrc,
1552 PicturePtr pSrc,
1567 PicturePtr pSrc,
1582 PicturePtr pSrc,
1593 PicturePtr pSrc,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfbpict.h403 PicturePtr pSrc,
418 PicturePtr pSrc,
431 PicturePtr pSrc,
445 PicturePtr pSrc,
H A Dxaalocal.h140 DrawablePtr pSrc,
149 DrawablePtr pSrc,
158 DrawablePtr pSrc,
245 DrawablePtr pSrc,
1541 PicturePtr pSrc,
1556 PicturePtr pSrc,
1571 PicturePtr pSrc,
1582 PicturePtr pSrc,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfbpict.h403 PicturePtr pSrc,
418 PicturePtr pSrc,
431 PicturePtr pSrc,
445 PicturePtr pSrc,
H A Dxaalocal.h140 DrawablePtr pSrc,
149 DrawablePtr pSrc,
158 DrawablePtr pSrc,
245 DrawablePtr pSrc,
1545 PicturePtr pSrc,
1560 PicturePtr pSrc,
1575 PicturePtr pSrc,
1586 PicturePtr pSrc,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfbpict.h405 PicturePtr pSrc,
420 PicturePtr pSrc,
433 PicturePtr pSrc,
447 PicturePtr pSrc,
H A Dxaalocal.h140 DrawablePtr pSrc,
149 DrawablePtr pSrc,
158 DrawablePtr pSrc,
245 DrawablePtr pSrc,
1545 PicturePtr pSrc,
1560 PicturePtr pSrc,
1575 PicturePtr pSrc,
1586 PicturePtr pSrc,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfbpict.h405 PicturePtr pSrc,
420 PicturePtr pSrc,
433 PicturePtr pSrc,
447 PicturePtr pSrc,
H A Dxaalocal.h140 DrawablePtr pSrc,
149 DrawablePtr pSrc,
158 DrawablePtr pSrc,
245 DrawablePtr pSrc,
1545 PicturePtr pSrc,
1560 PicturePtr pSrc,
1575 PicturePtr pSrc,
1586 PicturePtr pSrc,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfbpict.h405 PicturePtr pSrc,
420 PicturePtr pSrc,
433 PicturePtr pSrc,
447 PicturePtr pSrc,
H A Dxaalocal.h136 DrawablePtr pSrc,
145 DrawablePtr pSrc,
154 DrawablePtr pSrc,
241 DrawablePtr pSrc,
1540 PicturePtr pSrc,
1555 PicturePtr pSrc,
1570 PicturePtr pSrc,
1581 PicturePtr pSrc,
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxDrvTool.h113 VBOXDRVTOOL_DECL(NTSTATUS) VBoxDrvToolStrCopy(PUNICODE_STRING pDst, CONST PUNICODE_STRING pSrc);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp723 deferredInterruptHandler(OSObject *pOwner, IOInterruptEventSource *pSrc, int cInts) argument
725 NOREF(pOwner); NOREF(pSrc); NOREF(cInts);
734 directInterruptHandler(OSObject *pOwner, IOFilterInterruptEventSource *pSrc) argument
736 if (!pSrc)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVHWA.h119 void VBoxDispVHWAFromRECTL(VBOXVHWA_RECTL *pDst, RECTL *pSrc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor.h383 PicturePtr pSrc,
413 extern _X_EXPORT Bool glamor_copy_plane_nf(DrawablePtr pSrc, DrawablePtr pDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor.h396 PicturePtr pSrc,
426 extern _X_EXPORT Bool glamor_copy_plane_nf(DrawablePtr pSrc, DrawablePtr pDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxaalocal.h143 DrawablePtr pSrc,
152 DrawablePtr pSrc,
161 DrawablePtr pSrc,
248 DrawablePtr pSrc,
1552 PicturePtr pSrc,
1567 PicturePtr pSrc,
1582 PicturePtr pSrc,
1593 PicturePtr pSrc,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxaalocal.h136 DrawablePtr pSrc,
145 DrawablePtr pSrc,
154 DrawablePtr pSrc,
241 DrawablePtr pSrc,
1540 PicturePtr pSrc,
1555 PicturePtr pSrc,
1570 PicturePtr pSrc,
1581 PicturePtr pSrc,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxaalocal.h136 DrawablePtr pSrc,
145 DrawablePtr pSrc,
154 DrawablePtr pSrc,
241 DrawablePtr pSrc,
1540 PicturePtr pSrc,
1555 PicturePtr pSrc,
1570 PicturePtr pSrc,
1581 PicturePtr pSrc,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxaalocal.h140 DrawablePtr pSrc,
149 DrawablePtr pSrc,
158 DrawablePtr pSrc,
245 DrawablePtr pSrc,
1544 PicturePtr pSrc,
1559 PicturePtr pSrc,
1574 PicturePtr pSrc,
1585 PicturePtr pSrc,

Completed in 185 milliseconds

1234567891011