Skip to main content

xmlParserInputGrow

Function xmlParserInputGrow 

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

Grow a parser input’s buffer by reading more data from its source.

§UPSTREAM-PARITY

int xmlParserInputGrow(xmlParserInputPtr in, int len);