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

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp243 char *pNowDigit = NULL, *pFrom = NULL, *pTo = NULL, *pLast = NULL; local
309 pNowDigit = NULL;
318 pNowDigit = (char *)memchr(pszIpV6AddressChars, *pNow, strlen(pszIpV6AddressChars) - 5);
340 pNowDigit = NULL;
341 pNowDigit = (char *)memchr(pszIpV4AddressChars, *pNow, strlen(pszIpV4AddressChars) - 4);
352 if (pNowDigit)
354 *pszResultPort = *pNowDigit;
388 pNowDigit = NULL;
389 pNowDigit = (char *)memchr(pszIpV4AddressChars, *pNow, strlen(pszIpV4AddressChars) - 4);
391 if (!pNowDigit
[all...]

Completed in 157 milliseconds