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

Function xmlCharEncFirstLine

ThirdParty/libxml2/vtklibxml2/encoding.c:2295–2299  ·  view source on GitHub ↗

* xmlCharEncFirstLine: * @handler: char encoding transformation data structure * @out: an xmlBuffer for the output. * @in: an xmlBuffer for the input * * DEPERECATED: Don't use. * * Returns the number of bytes written or an XML_ENC_ERR code. */

Source from the content-addressed store, hash-verified

2293 * Returns the number of bytes written or an XML_ENC_ERR code.
2294 */
2295int
2296xmlCharEncFirstLine(xmlCharEncodingHandler *handler, xmlBufferPtr out,
2297 xmlBufferPtr in) {
2298 return(xmlCharEncInFunc(handler, out, in));
2299}
2300
2301/**
2302 * xmlCharEncInput:

Callers

nothing calls this directly

Calls 1

xmlCharEncInFuncFunction · 0.85

Tested by

no test coverage detected