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

/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBFilter.cpp95 * @param ppszExpr See usbfilterReadNumber.
98 static int usbfilterReadNumberHex(const char *pszExpr, const char **ppszExpr, uint16_t *pu16Val) argument
117 *ppszExpr = usbfilterSkipBlanks(pszExpr);
129 * @param ppszExpr See usbfilterReadNumber.
132 static int usbfilterReadNumberDecimal(const char *pszExpr, unsigned uBase, const char **ppszExpr, uint16_t *pu16Val) argument
147 *ppszExpr = usbfilterSkipBlanks(pszExpr);
157 * @retval VINF_SUCCESS if all is fine. *ppszExpr and *pu16Val are updated.
158 * @retval VWRN_NUMBER_TOO_BIG if the number exceeds unsigned 16-bit, both *ppszExpr and *pu16Val are updated.
161 * @param ppszExpr Pointer to the current expression pointer.
165 static int usbfilterReadNumber(const char **ppszExpr, uint16_ argument
[all...]

Completed in 52 milliseconds