Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
435
int
436
xmlStrlen(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
xmlCatalogXMLResolve
Function · 0.85
xmlCatalogXMLResolveURI
Function · 0.85
xmlC14NProcessNamespacesAxis
Function · 0.85
xmlExcC14NProcessNamespacesAxis
Function · 0.85
xmlC14NPrintAttrs
Function · 0.85
xmlC14NFixupBaseAttr
Function · 0.85
xmlC14NCheckForRelativeNamespaces
Function · 0.85
xmlC14NProcessElementNode
Function · 0.85
xmlSnprintfElementContent
Function · 0.85
xmlSnprintfElements
Function · 0.85
xmlFormatError
Function · 0.85
xmlXPathCastStringToBoolean
Function · 0.85
Calls
no outgoing calls
Tested by
1
parse_list
Function · 0.68