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

Function xmlLinkGetData

ThirdParty/libxml2/vtklibxml2/list.c:586–592  ·  view source on GitHub ↗

* xmlLinkGetData: * @lk: a link * * See Returns. * * Returns a pointer to the data referenced from this link */

Source from the content-addressed store, hash-verified

584 * Returns a pointer to the data referenced from this link
585 */
586void *
587xmlLinkGetData(xmlLinkPtr lk)
588{
589 if (lk == NULL)
590 return(NULL);
591 return lk->data;
592}
593
594/**
595 * xmlListReverse:

Callers 15

xmlFreeRefFunction · 0.85
xmlTextWriterEndDocumentFunction · 0.85
xmlTextWriterEndCommentFunction · 0.85
xmlTextWriterEndElementFunction · 0.85
xmlTextWriterWriteRawLenFunction · 0.85
xmlTextWriterWriteStringFunction · 0.85
xmlTextWriterWriteBase64Function · 0.85
xmlTextWriterWriteBinHexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected