Lines Matching refs:htmlEscape

249 char* htmlEscape(const char* src, char* dest, int32_t len) {  in htmlEscape()  function
1275 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveMethod()
1276 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveMethod()
1277 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveMethod()
1398 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printExclusiveProfile()
1399 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printExclusiveProfile()
1400 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printExclusiveProfile()
1530 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveProfile()
1531 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveProfile()
1532 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveProfile()
1741 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printClassProfiles()
1785 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printClassProfiles()
1786 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printClassProfiles()
1951 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printMethodProfiles()
1995 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printMethodProfiles()
1996 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printMethodProfiles()
2313 char* className = htmlEscape(method->className, classBuf, HTML_BUFSIZE); in printMissingMethod()
2314 char* methodName = htmlEscape(method->methodName, methodBuf, HTML_BUFSIZE); in printMissingMethod()
2412 char* className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE); in createDiff()
2413 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff()
2455 char* className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE); in createDiff()
2456 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff()