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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp2152 int theCharIndex; local
2168 theCharIndex = 0;
2172 while (theSrcCStr[theCharIndex] == ' ')
2174 theCharIndex++;
2178 if (theSrcCStr[theCharIndex] < '0' || theSrcCStr[theCharIndex] > '9')
2184 while (theSrcCStr[theCharIndex] >= '0' && theSrcCStr[theCharIndex] <= '9')
2186 *outInt = (*outInt * 10) + (theSrcCStr[theCharIndex] - '0');
2188 theCharIndex
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp2152 int theCharIndex; local
2168 theCharIndex = 0;
2172 while (theSrcCStr[theCharIndex] == ' ')
2174 theCharIndex++;
2178 if (theSrcCStr[theCharIndex] < '0' || theSrcCStr[theCharIndex] > '9')
2184 while (theSrcCStr[theCharIndex] >= '0' && theSrcCStr[theCharIndex] <= '9')
2186 *outInt = (*outInt * 10) + (theSrcCStr[theCharIndex] - '0');
2188 theCharIndex
[all...]

Completed in 93 milliseconds