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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp933 PRUint32 strPart2Len = strLen - strPart1Len; local
934 const char* strPart2 = &forString[strLen - strPart2Len];
937 COMPARE(cursor2, strPart2, strPart2Len) == 0) {

Completed in 351 milliseconds