Skip to main content

xmlHashUpdateEntry

Function xmlHashUpdateEntry 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlHashUpdateEntry( _table: *mut c_void, _name: *const xmlChar, _userdata: *mut c_void, _f: Option<unsafe extern "C" fn(*mut c_void, *mut xmlChar)>, ) -> c_int
Expand description

Update or add an entry.

ยงUPSTREAM-PARITY

int xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name,
                       void *userdata, xmlHashDeallocator f);