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);