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

/vbox/src/VBox/Main/src-client/
H A DUSBDeviceImpl.cpp71 BSTR *bptr = &tmp; local
73 hrc = aUSBDevice->COMGETTER(Manufacturer)(bptr);
77 hrc = aUSBDevice->COMGETTER(Product)(bptr);
81 hrc = aUSBDevice->COMGETTER(SerialNumber)(bptr);
85 hrc = aUSBDevice->COMGETTER(Address)(bptr);
/vbox/src/VBox/Runtime/common/checksum/
H A Dx509.cpp264 BUF_MEM *bptr = NULL; local
301 BIO_ctrl(bio_memory,BIO_C_GET_BUF_MEM_PTR,0,(void *)&bptr);
303 // now bptr contains the strings of the key_usage
304 unsigned char *buf = (unsigned char *)RTMemAlloc((bptr->length + 1)*sizeof(char));
305 memcpy(buf, bptr->data, bptr->length);
306 // take care that bptr->data is NOT NULL terminated, so add '\0'
307 buf[bptr->length] = '\0';
/vbox/src/libs/libxml2-2.6.31/
H A Duri.c2189 xmlChar *bptr, *uptr, *vptr; local
2266 bptr = (xmlChar *)bas->path;
2268 for (ix = 0; bptr[ix] != 0; ix++) {
2269 if (bptr[ix] == '/')
2280 if ((*bptr == '.') && (bptr[1] == '/'))
2281 bptr += 2;
2282 else if ((*bptr == '/') && (ref->path[pos] != '/'))
2283 bptr++;
2284 while ((bptr[po
[all...]
/vbox/src/VBox/Devices/PC/
H A DDevDMA.cpp284 int bptr; local
296 bptr = dmaReadBytePtr(dc);
297 *pu32 = RT_LOBYTE(val >> (bptr * 8));

Completed in 111 milliseconds