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

Function xmlBufferCCat

ThirdParty/libxml2/vtklibxml2/tree.c:7659–7662  ·  view source on GitHub ↗

* xmlBufferCCat: * @buf: the buffer to dump * @str: the C char string * * Append a zero terminated C string to an XML buffer. * * Returns 0 successful, a positive error code number otherwise * and -1 in case of internal or API error. */

Source from the content-addressed store, hash-verified

7657 * and -1 in case of internal or API error.
7658 */
7659int
7660xmlBufferCCat(xmlBufferPtr buf, const char *str) {
7661 return xmlBufferCat(buf, (const xmlChar *) str);
7662}
7663
7664/**
7665 * xmlBufferWriteCHAR:

Callers 3

xmlBufferWriteCharFunction · 0.85
launchTestsFunction · 0.85

Calls 1

xmlBufferCatFunction · 0.85

Tested by 1

launchTestsFunction · 0.68