Skip to main content

xmlHashAddEntry

Function xmlHashAddEntry 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlHashAddEntry( table: *mut c_void, name: *const xmlChar, userdata: *mut c_void, ) -> c_int
Expand description

Add an entry to a hash table.

§UPSTREAM-PARITY

int xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata);