Skip to main content

xmlTextReaderByteConsumed

Function xmlTextReaderByteConsumed 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextReaderByteConsumed( reader: *mut XmlTextReader, ) -> c_long
Expand description

long xmlTextReaderByteConsumed(xmlTextReaderPtr reader).

Returns the total bytes consumed from the input (0 when unavailable — the candidate parses the full input up front; documented divergence).