MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlStrlen

Function xmlStrlen

ThirdParty/libxml2/vtklibxml2/xmlstring.c:435–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433 */
434
435int
436xmlStrlen(const xmlChar *str) {
437 size_t len = str ? strlen((const char *)str) : 0;
438 return(len > INT_MAX ? 0 : len);
439}
440
441/**
442 * xmlStrncat:

Callers 15

xmlCatalogXMLResolveFunction · 0.85
xmlCatalogXMLResolveURIFunction · 0.85
xmlC14NPrintAttrsFunction · 0.85
xmlC14NFixupBaseAttrFunction · 0.85
xmlSnprintfElementsFunction · 0.85
xmlFormatErrorFunction · 0.85

Calls

no outgoing calls

Tested by 1

parse_listFunction · 0.68