Lines Matching refs:htmlEscape
249 char* htmlEscape(const char* src, char* dest, int32_t len) { in htmlEscape() function
1271 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveMethod()
1272 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveMethod()
1273 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveMethod()
1394 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printExclusiveProfile()
1395 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printExclusiveProfile()
1396 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printExclusiveProfile()
1526 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveProfile()
1527 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveProfile()
1528 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveProfile()
1737 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printClassProfiles()
1781 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printClassProfiles()
1782 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printClassProfiles()
1947 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printMethodProfiles()
1991 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printMethodProfiles()
1992 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printMethodProfiles()
2309 char* className = htmlEscape(method->className, classBuf, HTML_BUFSIZE); in printMissingMethod()
2310 char* methodName = htmlEscape(method->methodName, methodBuf, HTML_BUFSIZE); in printMissingMethod()
2408 char* className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE); in createDiff()
2409 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff()
2451 char* className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE); in createDiff()
2452 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff()