Home | History | Annotate | Download | only in bookmaker

Lines Matching refs:testStart

2044             const char* testStart = iter->fStart;
2045 size_t testLen = (size_t) (iter->fContentEnd - testStart);
2048 if (publicLen == testLen && !strncmp(testStart, publicName, testLen)) {
2052 if (protectedLen == testLen && !strncmp(testStart, protectedName, testLen)) {
2056 if (privateLen == testLen && !strncmp(testStart, privateName, testLen)) {