Searched refs:pLen (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/vrdp/
H A Drdpusb.c257 * and populate from a PUSBDEVICE linked list. @a pLen takes the length of
260 static void *buildWireListFromDevices(PUSBDEVICE pDevices, int *pLen) argument
295 *pLen = iCurrent + iNext + 2;
297 Assert(*pLen <= cbBuf);
304 * using free(3) when it is no longer needed; returns NULL and sets *pLen to
306 static void *build_device_list (int *pLen) argument
311 *pLen = 0;
317 pvDeviceList = buildWireListFromDevices(g_pUsbDevices, pLen);

Completed in 1657 milliseconds