Skip to main content

xmlParserInputBufferRead

Function xmlParserInputBufferRead 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlParserInputBufferRead( in_: *mut _xmlParserInputBuffer, len: c_int, ) -> c_int
Expand description

Read up to len bytes from an input buffer’s source.

§UPSTREAM-PARITY

int xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len);