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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp879 nsPipeInputStream::Search(const char *forString, argument
884 LOG(("III Search [for=%s ic=%u]\n", forString, ignoreCase));
890 PRUint32 strLen = strlen(forString);
905 if (COMPARE(&cursor1[i], forString, strLen) == 0) {
934 const char* strPart2 = &forString[strLen - strPart2Len];
936 if (COMPARE(&cursor1[bufSeg1Offset], forString, strPart1Len) == 0 &&

Completed in 51 milliseconds