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

Function xmlC14NVisibleNsStackShift

ThirdParty/libxml2/vtklibxml2/c14n.c:365–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365static void
366xmlC14NVisibleNsStackShift(xmlC14NVisibleNsStackPtr cur) {
367 if(cur == NULL) {
368 xmlC14NErrParam(NULL);
369 return;
370 }
371 cur->nsPrevStart = cur->nsPrevEnd;
372 cur->nsPrevEnd = cur->nsCurEnd;
373}
374
375static int
376xmlC14NStrEqual(const xmlChar *str1, const xmlChar *str2) {

Callers 1

Calls 1

xmlC14NErrParamFunction · 0.85

Tested by

no test coverage detected