Skip to main content

xmlParserInputBufferPush

Function xmlParserInputBufferPush 

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

Push len bytes into an input buffer (push parser).

§UPSTREAM-PARITY

int xmlParserInputBufferPush(xmlParserInputBufferPtr in, int len, const char *buf);