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

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp1047 char *pGapTStart = NULL; local
1066 pGapTStart = NULL;
1070 if (*pCurrent == '0' && !pGapTStart)
1071 pGapTStart = pCurrent;
1076 if (*pCurrent == '0' && pGapTStart)
1079 if (pGapTStart && pGapTEnd)
1083 if ((pGapTEnd - pGapTStart) > (pGapEnd - pGapStart))
1086 pGapStart = pGapTStart;
1101 pGapTStart = NULL;
1103 if (!pGapTStart)
[all...]

Completed in 76 milliseconds