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

Function xmlBufResetInput

ThirdParty/libxml2/vtklibxml2/buf.c:929–932  ·  view source on GitHub ↗

* xmlBufResetInput: * @buf: an xmlBufPtr * @input: an xmlParserInputPtr * * Update the input to use the current set of pointers from the buffer. * * Returns -1 in case of error, 0 otherwise */

Source from the content-addressed store, hash-verified

927 * Returns -1 in case of error, 0 otherwise
928 */
929int
930xmlBufResetInput(xmlBufPtr buf, xmlParserInputPtr input) {
931 return(xmlBufUpdateInput(buf, input, 0));
932}
933
934/**
935 * xmlBufUpdateInput:

Callers 7

xmlParseCatalogFileFunction · 0.85
xmlTextReaderSetupFunction · 0.85
xmlSwitchInputEncodingFunction · 0.85
xmlNewInputInternalFunction · 0.85
xmlNewInputPushFunction · 0.85
xmlNewInputFromFileFunction · 0.85
xmlLoadEntityContentFunction · 0.85

Calls 1

xmlBufUpdateInputFunction · 0.85

Tested by

no test coverage detected