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

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp1045 char *pGapStart = NULL; local
1060 pGapStart = (char *)psz;
1083 if ((pGapTEnd - pGapTStart) > (pGapEnd - pGapStart))
1086 pGapStart = pGapTStart;
1126 if ((pCurrent + 1) == pGapStart && (pGapEnd - pGapStart) > 3)

Completed in 44 milliseconds