Searched refs:theStringSearchPtr (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.cpp1263 char *theStringSearchPtr; local
1266 theStringSearchPtr = (char *) theCString;
1268 if (theStringSearchPtr != nil)
1270 while (*theStringSearchPtr != '\0' && *theStringSearchPtr != theChar)
1272 theStringSearchPtr++;
1275 if (*theStringSearchPtr == '\0')
1277 theStringSearchPtr = nil;
1281 return(theStringSearchPtr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1263 char *theStringSearchPtr; local
1266 theStringSearchPtr = (char *) theCString;
1268 if (theStringSearchPtr != nil)
1270 while (*theStringSearchPtr != '\0' && *theStringSearchPtr != theChar)
1272 theStringSearchPtr++;
1275 if (*theStringSearchPtr == '\0')
1277 theStringSearchPtr = nil;
1281 return(theStringSearchPtr);

Completed in 62 milliseconds