Lines Matching refs:htmlEscape
247 char *htmlEscape(const char *src, char *dest, int len) in htmlEscape() function
1436 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveMethod()
1437 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveMethod()
1438 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveMethod()
1593 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printExclusiveProfile()
1594 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printExclusiveProfile()
1595 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printExclusiveProfile()
1743 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveProfile()
1744 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveProfile()
1745 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveProfile()
1978 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printClassProfiles()
2019 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printClassProfiles()
2020 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printClassProfiles()
2210 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printMethodProfiles()
2250 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printMethodProfiles()
2251 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printMethodProfiles()
2605 className = htmlEscape(method->className, classBuf, HTML_BUFSIZE); in printMissingMethod()
2606 methodName = htmlEscape(method->methodName, methodBuf, HTML_BUFSIZE); in printMissingMethod()
2707 className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE); in createDiff()
2708 methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff()
2750 className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE); in createDiff()
2751 methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff()