Skip to main content

xmlDictSetLimit

Function xmlDictSetLimit 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlDictSetLimit( _dict: *mut c_void, _limit: c_uint, ) -> c_uint
Expand description

Set the dictionary size limit.

ยงUPSTREAM-PARITY

unsigned int xmlDictSetLimit(xmlDictPtr dict, unsigned int limit);