Searched refs:theCharPtr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp2295 char *theCharPtr; local
2300 theCharPtr = theSrcCStr;
2302 while (*theCharPtr != 0)
2304 if (*theCharPtr >= 'a' && *theCharPtr <= 'z')
2306 *theCharPtr = *theCharPtr - 'a' + 'A';
2309 theCharPtr++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp2295 char *theCharPtr; local
2300 theCharPtr = theSrcCStr;
2302 while (*theCharPtr != 0)
2304 if (*theCharPtr >= 'a' && *theCharPtr <= 'z')
2306 *theCharPtr = *theCharPtr - 'a' + 'A';
2309 theCharPtr++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp2295 char *theCharPtr; local
2300 theCharPtr = theSrcCStr;
2302 while (*theCharPtr != 0)
2304 if (*theCharPtr >= 'a' && *theCharPtr <= 'z')
2306 *theCharPtr = *theCharPtr - 'a' + 'A';
2309 theCharPtr++;

Completed in 119 milliseconds