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

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dlbxbufstr.h38 char *bufptr; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dvj.c580 u8_t *bufptr; local
591 bufptr = n0->payload;
593 memcpy(q->payload, bufptr, q->len);
594 bufptr += q->len;
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dvj.c597 u8_t *bufptr; local
611 bufptr = n0->payload;
613 MEMCPY(q->payload, bufptr, q->len);
614 bufptr += q->len;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpriometh.c546 char *bufptr = buf; local
548 rv = PR_Send(sd, bufptr, rlen, 0, timeout);
555 bufptr = ((char*)bufptr + rv);
569 char *bufptr = buf; local
571 rv = PR_Send(sd, bufptr, rlen, 0, timeout);
579 bufptr = ((char*)bufptr + rv);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dosdep.h132 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dosdep.h132 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dosdep.h119 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dosdep.h123 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dosdep.h123 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dosdep.h124 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dosdep.h124 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dosdep.h124 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dosdep.h114 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dosdep.h113 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dbase.h97 struct ath5k_buf *bufptr; /* allocated buffer ptr */ member in struct:ath5k_softc
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dosdep.h135 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dosdep.h137 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dosdep.h135 char *bufptr; /* pointer to current start of data */ member in struct:_connectionInput
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dnatsemi.h26 uint32_t bufptr; member in struct:natsemi_descriptor_32
34 uint64_t bufptr; member in struct:natsemi_descriptor_64
H A Dsis900.h374 u32 bufptr; member in struct:_BufferDesc
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c1722 u8_t *bufptr; local
1742 bufptr = pollmgr_udpbuf;
1753 bufptr += hlen;
1756 oiph = (struct ip6_hdr *)bufptr;
1766 oicmph = (struct icmp6_echo_hdr *)bufptr;
1773 proto = bufptr[0];
1774 hlen = (bufptr[1] + 1) * 8;

Completed in 54 milliseconds